Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/perf/
H A Dlibperf.map13 perf_cpu_map__max;
H A Dcpumap.c364 struct perf_cpu perf_cpu_map__max(const struct perf_cpu_map *map) in perf_cpu_map__max() function
/openbmc/linux/tools/lib/perf/include/perf/
H A Dcpumap.h40 LIBPERF_API struct perf_cpu perf_cpu_map__max(const struct perf_cpu_map *map);
/openbmc/linux/tools/perf/tests/
H A Dcpumap.c96 TEST_ASSERT_VAL("wrong cpu", perf_cpu_map__max(map).cpu == 256); in process_event_range_cpus()
/openbmc/linux/tools/lib/perf/Documentation/
H A Dlibperf.txt50 int perf_cpu_map__max(struct perf_cpu_map *map);
/openbmc/linux/tools/perf/util/
H A Denv.c517 nr = max(nr, perf_cpu_map__max(nn->map).cpu); in perf_env__numa_node()
H A Dsynthetic-events.c1273 syn_data->max_cpu = perf_cpu_map__max(syn_data->map).cpu; in cpu_map_data__alloc()
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c1626 nr = perf_cpu_map__max(evsel_list->core.user_requested_cpus).cpu; in perf_stat_init_aggr_mode()