Searched refs:aggr_map (Results 1 – 1 of 1) sorted by relevance
175 static struct cpu_map *aggr_map; variable1232 for (s = 0; s < aggr_map->nr; s++) { in aggr_update_shadow()1233 id = aggr_map->map[s]; in aggr_update_shadow()1358 if (!(aggr_map || aggr_get_id)) in print_aggr()1367 for (s = 0; s < aggr_map->nr; s++) { in print_aggr()1372 ad.id = id = aggr_map->map[s]; in print_aggr()2099 if (cpu_map__build_socket_map(evsel_list->cpus, &aggr_map)) { in perf_stat_init_aggr_mode()2106 if (cpu_map__build_core_map(evsel_list->cpus, &aggr_map)) { in perf_stat_init_aggr_mode()2132 cpu_map__put(aggr_map); in perf_stat__exit_aggr_mode()2134 aggr_map = NULL; in perf_stat__exit_aggr_mode()[all …]