Home
last modified time | relevance | path

Searched defs:cpu_topology (Results 1 – 7 of 7) sorted by relevance

/linux-5.10/include/linux/
Darch_topology.h49 struct cpu_topology { struct
60 extern struct cpu_topology cpu_topology[NR_CPUS]; argument
/linux-5.10/tools/perf/util/
Dcputopo.h7 struct cpu_topology { struct
28 struct cpu_topology *cpu_topology__new(void); argument
/linux-5.10/arch/parisc/kernel/
Dtopology.c22 struct cputopo_parisc cpu_topology[NR_CPUS] __read_mostly; variable
/linux-5.10/tools/power/x86/turbostat/
Dturbostat.c386 struct cpu_topology { struct
387 int physical_package_id;
388 int die_id;
389 int logical_cpu_id;
390 int physical_node_id;
391 int logical_node_id; /* 0-based count within the package */
392 int physical_core_id;
393 int thread_id;
394 cpu_set_t *put_ids; /* Processing Unit/Thread IDs */
/linux-5.10/tools/power/x86/intel-speed-select/
Disst-config.c68 struct cpu_topology { struct
69 short cpu;
70 short core_id;
71 short pkg_id;
72 short die_id;
/linux-5.10/drivers/base/
Darch_topology.c489 struct cpu_topology cpu_topology[NR_CPUS]; variable
/linux-5.10/arch/s390/kernel/
Dtopology.c62 struct cpu_topology_s390 cpu_topology[NR_CPUS]; variable