Home
last modified time | relevance | path

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

/linux/tools/lib/perf/include/perf/
H A Dcpumap.h81 LIBPERF_API struct perf_cpu perf_cpu_map__max(const struct perf_cpu_map *map);
/linux/tools/lib/perf/Documentation/
H A Dlibperf.txt49 int perf_cpu_map__max(struct perf_cpu_map *map);
/linux/tools/lib/perf/
H A Dcpumap.c365 struct perf_cpu perf_cpu_map__max(const struct perf_cpu_map *map) in perf_cpu_map__max() function
/linux/tools/perf/util/
H A Dcpumap.c685 struct perf_cpu c, last_cpu = perf_cpu_map__max(map); in cpu_map__snprint_mask()
H A Denv.c672 nr = max(nr, (int)perf_cpu_map__max(nn->map).cpu); in perf_env__numa_node()
H A Dsynthetic-events.c1297 syn_data->max_cpu = perf_cpu_map__max(syn_data->map).cpu; in cpu_map_data__alloc()
/linux/tools/perf/
H A Dbuiltin-stat.c1516 nr = perf_cpu_map__max(evsel_list->core.all_cpus).cpu + 1; in perf_stat_init_aggr_mode()