Home
last modified time | relevance | path

Searched refs:perf_cpu_map__empty_new (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/tools/perf/util/
H A Dcpumap.c69 map = perf_cpu_map__empty_new(data->cpus_data.nr); in cpu_map__from_entries()
104 map = perf_cpu_map__empty_new(weight); in cpu_map__from_mask()
132 map = perf_cpu_map__empty_new(data->range_cpu_data.end_cpu - in cpu_map__from_range()
179 struct perf_cpu_map *perf_cpu_map__empty_new(int nr) in perf_cpu_map__empty_new() function
H A Dcpumap.h52 struct perf_cpu_map *perf_cpu_map__empty_new(int nr);
H A Dpfm.c193 struct perf_cpu_map *cpus = perf_cpu_map__empty_new(1); in print_libpfm_event()