Home
last modified time | relevance | path

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

/openbmc/linux/tools/lib/perf/include/internal/
H A Dcpumap.h28 struct perf_cpu_map *perf_cpu_map__alloc(int nr_cpus);
/openbmc/linux/tools/lib/perf/
H A Dcpumap.c18 struct perf_cpu_map *perf_cpu_map__alloc(int nr_cpus) in perf_cpu_map__alloc() function
32 struct perf_cpu_map *cpus = perf_cpu_map__alloc(1); in perf_cpu_map__dummy_new()
78 cpus = perf_cpu_map__alloc(nr_cpus); in cpu_map__default_new()
110 struct perf_cpu_map *cpus = perf_cpu_map__alloc(nr_cpus); in cpu_map__trim_new()
/openbmc/linux/tools/perf/util/
H A Dcpumap.c163 struct perf_cpu_map *cpus = perf_cpu_map__alloc(nr); in perf_cpu_map__empty_new()