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

/linux-master/tools/perf/util/
H A Dcpumap.h54 struct perf_cpu_map *perf_cpu_map__empty_new(int nr);
H A Dcpumap.c69 map = perf_cpu_map__empty_new(data->cpus_data.nr);
100 map = perf_cpu_map__empty_new(weight);
121 map = perf_cpu_map__empty_new(data->range_cpu_data.end_cpu -
161 struct perf_cpu_map *perf_cpu_map__empty_new(int nr) function
H A Dpfm.c193 struct perf_cpu_map *cpus = perf_cpu_map__empty_new(1);

Completed in 176 milliseconds