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
8 u32 core_sib;
9 u32 die_sib;
10 u32 thread_sib;
11 char **core_siblings;
12 char **die_siblings;
13 char **thread_siblings;
/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;
/tools/power/x86/turbostat/
Dturbostat.c403 struct cpu_topology { struct
404 int physical_package_id;
405 int die_id;
406 int logical_cpu_id;
407 int physical_node_id;
408 int logical_node_id; /* 0-based count within the package */
409 int physical_core_id;
410 int thread_id;
411 cpu_set_t *put_ids; /* Processing Unit/Thread IDs */