Home
last modified time | relevance | path

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

/linux/tools/lib/perf/
H A Dcpumap.c23 struct perf_cpu_map *perf_cpu_map__alloc(int nr_cpus) in perf_cpu_map__alloc() function
41 struct perf_cpu_map *cpus = perf_cpu_map__alloc(1); in perf_cpu_map__new_any_cpu()
93 cpus = perf_cpu_map__alloc(nr_cpus); in cpu_map__new_sysconf()
143 struct perf_cpu_map *cpus = perf_cpu_map__alloc(nr_cpus); in cpu_map__trim_new()
247 struct perf_cpu_map *cpus = perf_cpu_map__alloc(1); in perf_cpu_map__new_int()
/linux/tools/perf/util/
H A Dcpumap.c181 struct perf_cpu_map *cpus = perf_cpu_map__alloc(nr); in cpu_aggr_map__empty_new()