Home
last modified time | relevance | path

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

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