Home
last modified time | relevance | path

Searched defs:cpu_topology (Results 1 – 5 of 5) 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 cpucpu_topology global() argument
78 core_idcpu_topology global() argument
79 pkg_idcpu_topology global() argument
80 die_idcpu_topology global() argument
/linux/tools/power/x86/turbostat/
H A Dturbostat.c2383 struct cpu_topology { struct
2384 int cpu_id;
2385 int core_id; /* unique within a package */
2386 int package_id;
2387 int die_id;
2388 int l3_id;
2389 int physical_node_id;
2390 int logical_node_id; /* 0-based count within the package */
2391 int ht_id; /* unique within a core */
2392 int ht_sibling_cpu_id[MAX_HT_ID + 1];
[all …]
/linux/drivers/base/
H A Darch_topology.c702 struct cpu_topology cpu_topology[NR_CPUS]; variable