Home
last modified time | relevance | path

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

/tools/lib/perf/
Dlibperf.map12 perf_cpu_map__max;
Dcpumap.c278 int perf_cpu_map__max(struct perf_cpu_map *map) in perf_cpu_map__max() function
/tools/lib/perf/include/perf/
Dcpumap.h21 LIBPERF_API int perf_cpu_map__max(struct perf_cpu_map *map);
/tools/lib/perf/Documentation/
Dlibperf.txt50 int perf_cpu_map__max(struct perf_cpu_map *map);
/tools/perf/util/
Denv.c390 nr = max(nr, perf_cpu_map__max(nn->map)); in perf_env__numa_node()
/tools/perf/
Dbuiltin-stat.c1318 nr = perf_cpu_map__max(evsel_list->core.cpus); in perf_stat_init_aggr_mode()