Searched defs:aggr_map (Results 1 - 1 of 1) sorted by last modified time

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-stat.c106 static struct cpu_map *aggr_map; variable in typeref:struct:cpu_map
959 if (!(aggr_map || aggr_get_id))
962 for (s = 0; s < aggr_map->nr; s++) {
963 id = aggr_map->map[s];
1227 if (cpu_map__build_socket_map(evsel_list->cpus, &aggr_map)) {
1234 if (cpu_map__build_core_map(evsel_list->cpus, &aggr_map)) {

Completed in 54 milliseconds