Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dcpumap.h27 int cpu_map__build_core_map(struct cpu_map *cpus, struct cpu_map **corep);
Dcpumap.c345 int cpu_map__build_core_map(struct cpu_map *cpus, struct cpu_map **corep) in cpu_map__build_core_map() function
/linux-4.4.14/tools/perf/
Dbuiltin-stat.c1056 if (cpu_map__build_core_map(evsel_list->cpus, &aggr_map)) { in perf_stat_init_aggr_mode()