Home
last modified time | relevance | path

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

/linux/include/linux/
H A Darch_topology.h62 struct cpu_topology { struct
74 extern struct cpu_topology cpu_topology[NR_CPUS]; argument
/linux/tools/perf/util/
H A Dcputopo.h7 struct cpu_topology { struct
9 u32 package_cpus_lists;
11 u32 die_cpus_lists;
13 u32 core_cpus_lists;
20 const char **package_cpus_list;
27 const char **die_cpus_list;
34 const char **core_cpus_list;
/linux/tools/power/x86/intel-speed-select/
H A Disst-config.c76 struct cpu_topology { struct
77 short cpu;
78 short core_id;
79 short pkg_id;
80 short die_id;
/linux/tools/power/x86/turbostat/
H A Dturbostat.c2275 struct cpu_topology { struct
2276 physical_package_idcpu_topology global() argument
2277 die_idcpu_topology global() argument
2278 l3_idcpu_topology global() argument
2279 logical_cpu_idcpu_topology global() argument
2280 physical_node_idcpu_topology global() argument
2281 logical_node_idcpu_topology global() argument
2282 physical_core_idcpu_topology global() argument
2283 thread_idcpu_topology global() argument
2284 typecpu_topology global() argument
2285 put_idscpu_topology global() argument
/linux/drivers/base/
H A Darch_topology.c695 struct cpu_topology cpu_topology[NR_CPUS]; variable
/linux/arch/s390/kernel/
H A Dtopology.c65 struct cpu_topology_s390 cpu_topology[NR_CPUS]; variable