Home
last modified time | relevance | path

Searched refs:aggr_get_id (Results 1 – 1 of 1) sorted by relevance

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-stat.c107 static int (*aggr_get_id)(struct cpu_map *m, int cpu); variable
951 if (!(aggr_map || aggr_get_id)) in print_aggr()
961 s2 = aggr_get_id(evsel_list->cpus, cpu2); in print_aggr()
1223 aggr_get_id = cpu_map__get_socket; in perf_stat_init_aggr_mode()
1230 aggr_get_id = cpu_map__get_core; in perf_stat_init_aggr_mode()