Home
last modified time | relevance | path

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

/tools/perf/util/
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;
/tools/power/x86/intel-speed-select/
Disst-config.c74 struct cpu_topology { struct
75 short cpu;
76 short core_id;
77 short pkg_id;
78 short die_id;
/tools/power/x86/turbostat/
Dturbostat.c1852 struct cpu_topology { struct
1853 int physical_package_id;
1854 int die_id;
1855 int logical_cpu_id;
1856 int physical_node_id;
1857 int logical_node_id; /* 0-based count within the package */
1858 int physical_core_id;
1859 int thread_id;
1860 int type;
1861 cpu_set_t *put_ids; /* Processing Unit/Thread IDs */