Searched refs:cpu_aggr_map__empty_new (Results 1 - 4 of 4) sorted by relevance

/linux-master/tools/perf/util/
H A Dcpumap.h103 * 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);
H A Dcpumap.c173 struct cpu_aggr_map *cpu_aggr_map__empty_new(int nr) function
243 struct cpu_aggr_map *c = cpu_aggr_map__empty_new(perf_cpu_map__nr(cpus));
H A Dstat-display.c1494 core_map = cpu_aggr_map__empty_new(config->aggr_map->nr);
/linux-master/tools/perf/
H A Dbuiltin-stat.c1627 stat_config.aggr_map = cpu_aggr_map__empty_new(nr);
1649 stat_config.cpus_aggr_map = cpu_aggr_map__empty_new(nr + 1);
1941 stat_config.aggr_map = cpu_aggr_map__empty_new(nr);

Completed in 203 milliseconds