Searched refs:perf_cpu_map__max (Results 1 – 9 of 9) sorted by relevance
16 perf_cpu_map__max;
365 struct perf_cpu perf_cpu_map__max(const struct perf_cpu_map *map) in perf_cpu_map__max() function
81 LIBPERF_API struct perf_cpu perf_cpu_map__max(const struct perf_cpu_map *map);
96 TEST_ASSERT_VAL("wrong cpu", perf_cpu_map__max(map).cpu == 256); in process_event_range_cpus()
49 int perf_cpu_map__max(struct perf_cpu_map *map);
685 struct perf_cpu c, last_cpu = perf_cpu_map__max(map); in cpu_map__snprint_mask()
672 nr = max(nr, (int)perf_cpu_map__max(nn->map).cpu); in perf_env__numa_node()
1297 syn_data->max_cpu = perf_cpu_map__max(syn_data->map).cpu; in cpu_map_data__alloc()
1516 nr = perf_cpu_map__max(evsel_list->core.all_cpus).cpu + 1; in perf_stat_init_aggr_mode()
Completed in 23 milliseconds