Home
last modified time | relevance | path

Searched refs:cpu_topology (Results 1 – 5 of 5) sorted by relevance

/tools/perf/util/
Dcputopo.h7 struct cpu_topology { struct
38 struct cpu_topology *cpu_topology__new(void);
39 void cpu_topology__delete(struct cpu_topology *tp);
Dcputopo.c32 static int build_cpu_topology(struct cpu_topology *tp, int cpu) in build_cpu_topology()
135 void cpu_topology__delete(struct cpu_topology *tp) in cpu_topology__delete()
175 struct cpu_topology *cpu_topology__new(void) in cpu_topology__new()
177 struct cpu_topology *tp = NULL; in cpu_topology__new()
Dheader.c577 struct cpu_topology *tp; in write_cpu_topology()
3310 FEAT_OPR(CPU_TOPOLOGY, cpu_topology, true),
/tools/power/x86/intel-speed-select/
Disst-config.c68 struct cpu_topology { struct
221 struct cpu_topology cpu_top; in get_stored_topology_info()
272 struct cpu_topology cpu_top; in store_cpu_topology()
/tools/power/x86/turbostat/
Dturbostat.c403 struct cpu_topology { struct
2856 int get_physical_node_id(struct cpu_topology *thiscpu) in get_physical_node_id()
2874 int get_thread_siblings(struct cpu_topology *thiscpu) in get_thread_siblings()
5629 cpus = calloc(1, (topo.max_cpu_num + 1) * sizeof(struct cpu_topology)); in topology_probe()