aggr_map 879 tools/perf/builtin-stat.c if (cpu_map__build_socket_map(evsel_list->core.cpus, &stat_config.aggr_map)) { aggr_map 886 tools/perf/builtin-stat.c if (cpu_map__build_die_map(evsel_list->core.cpus, &stat_config.aggr_map)) { aggr_map 893 tools/perf/builtin-stat.c if (cpu_map__build_core_map(evsel_list->core.cpus, &stat_config.aggr_map)) { aggr_map 902 tools/perf/builtin-stat.c &stat_config.aggr_map)) { aggr_map 928 tools/perf/builtin-stat.c perf_cpu_map__put(stat_config.aggr_map); aggr_map 930 tools/perf/builtin-stat.c stat_config.aggr_map = NULL; aggr_map 1052 tools/perf/builtin-stat.c if (perf_env__build_socket_map(env, evsel_list->core.cpus, &stat_config.aggr_map)) { aggr_map 1059 tools/perf/builtin-stat.c if (perf_env__build_die_map(env, evsel_list->core.cpus, &stat_config.aggr_map)) { aggr_map 1066 tools/perf/builtin-stat.c if (perf_env__build_core_map(env, evsel_list->core.cpus, &stat_config.aggr_map)) { aggr_map 499 tools/perf/util/stat-display.c for (s = 0; s < config->aggr_map->nr; s++) { aggr_map 500 tools/perf/util/stat-display.c id = config->aggr_map->map[s]; aggr_map 630 tools/perf/util/stat-display.c ad.id = id = config->aggr_map->map[s]; aggr_map 664 tools/perf/util/stat-display.c if (!(config->aggr_map || config->aggr_get_id)) aggr_map 673 tools/perf/util/stat-display.c for (s = 0; s < config->aggr_map->nr; s++) { aggr_map 1143 tools/perf/util/stat-display.c if (!(config->aggr_map || config->aggr_get_id)) aggr_map 1146 tools/perf/util/stat-display.c for (s = 0; s < config->aggr_map->nr; s++) { aggr_map 124 tools/perf/util/stat.h struct perf_cpu_map *aggr_map;