Searched refs:cpu_aggr_map (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/perf/util/
H A Dcpumap.h39 struct cpu_aggr_map { struct
103 * cpu_aggr_map__empty_new - Create a cpu_aggr_map of size nr with every entry
106 struct cpu_aggr_map *cpu_aggr_map__empty_new(int nr);
111 * cpu_aggr_map__new - Create a cpu_aggr_map with an aggr_cpu_id for each cpu in
113 * passed to it. The cpu_aggr_map is sorted with duplicate values removed.
115 struct cpu_aggr_map *cpu_aggr_map__new(const struct perf_cpu_map *cpus,
H A Dcpumap.c173 struct cpu_aggr_map *cpu_aggr_map__empty_new(int nr)
175 struct cpu_aggr_map *cpus = malloc(sizeof(*cpus) + sizeof(struct aggr_cpu_id) * nr);
237 struct cpu_aggr_map *cpu_aggr_map__new(const struct perf_cpu_map *cpus,
243 struct cpu_aggr_map *c = cpu_aggr_map__empty_new(perf_cpu_map__nr(cpus));
268 struct cpu_aggr_map *trimmed_c =
270 sizeof(struct cpu_aggr_map) + sizeof(struct aggr_cpu_id) * c->nr);
H A Dstat.h107 struct cpu_aggr_map *aggr_map;
109 struct cpu_aggr_map *cpus_aggr_map;
H A Dstat-display.c1481 struct cpu_aggr_map *core_map;
/linux-master/tools/perf/
H A Dbuiltin-stat.c1653 static void cpu_aggr_map__delete(struct cpu_aggr_map *map)
1657 "cpu_aggr_map refcnt unbalanced\n");
1662 static void cpu_aggr_map__put(struct cpu_aggr_map *map)

Completed in 114 milliseconds