Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Darch_topology.h66 struct cpu_topology { struct
78 extern struct cpu_topology cpu_topology[NR_CPUS]; argument
/openbmc/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;
/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c552 struct cpu_topology { struct
553 int physical_package_id;
554 int die_id;
555 int logical_cpu_id;
556 int physical_node_id;
557 int logical_node_id; /* 0-based count within the package */
558 int physical_core_id;
559 int thread_id;
560 cpu_set_t *put_ids; /* Processing Unit/Thread IDs */
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Disst-config.c70 struct cpu_topology { struct
71 short cpu;
72 short core_id;
73 short pkg_id;
74 short die_id;
/openbmc/linux/drivers/base/
H A Darch_topology.c689 struct cpu_topology cpu_topology[NR_CPUS]; variable
/openbmc/linux/arch/s390/kernel/
H A Dtopology.c61 struct cpu_topology_s390 cpu_topology[NR_CPUS]; variable