Home
last modified time | relevance | path

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

/tools/perf/util/
A Dcputopo.h7 struct cpu_topology { struct
62 const struct cpu_topology *online_topology(void);
64 struct cpu_topology *cpu_topology__new(void);
65 void cpu_topology__delete(struct cpu_topology *tp);
67 bool cpu_topology__smt_on(const struct cpu_topology *topology);
69 bool cpu_topology__core_wide(const struct cpu_topology *topology,
A Dcputopo.c35 static int build_cpu_topology(struct cpu_topology *tp, int cpu) in build_cpu_topology()
142 void cpu_topology__delete(struct cpu_topology *tp) in cpu_topology__delete()
161 bool cpu_topology__smt_on(const struct cpu_topology *topology) in cpu_topology__smt_on()
176 bool cpu_topology__core_wide(const struct cpu_topology *topology, in cpu_topology__core_wide()
242 const struct cpu_topology *online_topology(void) in online_topology()
244 static const struct cpu_topology *topology; in online_topology()
256 struct cpu_topology *cpu_topology__new(void) in cpu_topology__new()
258 struct cpu_topology *tp = NULL; in cpu_topology__new()
A Dtool_pmu.c337 const struct cpu_topology *topology; in tool_pmu__read_event()
A Dheader.c591 struct cpu_topology *tp; in write_cpu_topology()
3442 FEAT_OPR(CPU_TOPOLOGY, cpu_topology, true),
/tools/power/x86/intel-speed-select/
A Disst-config.c76 struct cpu_topology { struct
257 struct cpu_topology cpu_top; in get_stored_topology_info()
308 struct cpu_topology cpu_top; in store_cpu_topology()
/tools/perf/
A Dbuiltin-record.c3872 struct cpu_topology *topo; in record__init_thread_core_masks()
3890 struct cpu_topology *topo; in record__init_thread_package_masks()
/tools/power/x86/turbostat/
A Dturbostat.c2275 struct cpu_topology { struct
5979 int get_physical_node_id(struct cpu_topology *thiscpu) in get_physical_node_id()
6053 int get_thread_siblings(struct cpu_topology *thiscpu) in get_thread_siblings()
9104 cpus = calloc(1, (topo.max_cpu_num + 1) * sizeof(struct cpu_topology)); in topology_probe()

Completed in 675 milliseconds