Searched refs:cpu_topology (Results 1 – 7 of 7) sorted by relevance
7 struct cpu_topology { struct62 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,
35 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()
337 const struct cpu_topology *topology; in tool_pmu__read_event()
591 struct cpu_topology *tp; in write_cpu_topology()3442 FEAT_OPR(CPU_TOPOLOGY, cpu_topology, true),
76 struct cpu_topology { struct257 struct cpu_topology cpu_top; in get_stored_topology_info()308 struct cpu_topology cpu_top; in store_cpu_topology()
3872 struct cpu_topology *topo; in record__init_thread_core_masks()3890 struct cpu_topology *topo; in record__init_thread_package_masks()
2275 struct cpu_topology { struct5979 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