Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dcpumap.c69 map = perf_cpu_map__empty_new(data->cpus_data.nr); in cpu_map__from_entries()
100 map = perf_cpu_map__empty_new(weight); in cpu_map__from_mask()
121 map = perf_cpu_map__empty_new(data->range_cpu_data.end_cpu - in cpu_map__from_range()
161 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.c180 struct perf_cpu_map *cpus = perf_cpu_map__empty_new(1); in print_libpfm_event()