Searched defs:aggr_get_id (Results 1 - 1 of 1) sorted by path

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-stat.c107 static int (*aggr_get_id)(struct cpu_map *m, int cpu); variable
959 if (!(aggr_map || aggr_get_id))
969 s2 = aggr_get_id(evsel_list->cpus, cpu2);
1231 aggr_get_id = cpu_map__get_socket;
1238 aggr_get_id = cpu_map__get_core;

Completed in 288 milliseconds