Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Darch_topology.h36 struct cpu_topology { struct
47 extern struct cpu_topology cpu_topology[NR_CPUS]; argument
/Linux-v5.4/tools/perf/util/
Dcputopo.h7 struct cpu_topology { struct
28 struct cpu_topology *cpu_topology__new(void); argument
/Linux-v5.4/arch/parisc/kernel/
Dtopology.c22 struct cputopo_parisc cpu_topology[NR_CPUS] __read_mostly; variable
/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c277 struct cpu_topology { struct
278 int physical_package_id;
279 int die_id;
280 int logical_cpu_id;
281 int physical_node_id;
282 int logical_node_id; /* 0-based count within the package */
283 int physical_core_id;
284 int thread_id;
285 cpu_set_t *put_ids; /* Processing Unit/Thread IDs */
/Linux-v5.4/drivers/base/
Darch_topology.c431 struct cpu_topology cpu_topology[NR_CPUS]; variable
/Linux-v5.4/arch/s390/kernel/
Dtopology.c63 struct cpu_topology_s390 cpu_topology[NR_CPUS]; variable