Home
last modified time | relevance | path

Searched refs:cpumap (Results 1 – 11 of 11) sorted by relevance

/tools/perf/
Dbuiltin-ftrace.c171 static int set_tracing_cpumask(struct perf_cpu_map *cpumap) in set_tracing_cpumask() argument
178 last_cpu = cpu_map__cpu(cpumap, cpumap->nr - 1); in set_tracing_cpumask()
188 cpu_map__snprint_mask(cpumap, cpumask, mask_size); in set_tracing_cpumask()
198 struct perf_cpu_map *cpumap = ftrace->evlist->core.cpus; in set_tracing_cpu() local
203 return set_tracing_cpumask(cpumap); in set_tracing_cpu()
208 struct perf_cpu_map *cpumap = perf_cpu_map__new(NULL); in reset_tracing_cpu() local
211 ret = set_tracing_cpumask(cpumap); in reset_tracing_cpu()
212 perf_cpu_map__put(cpumap); in reset_tracing_cpu()
/tools/perf/lib/
DBuild2 libperf-y += cpumap.o
DMakefile172 $(call do_install,include/perf/cpumap.h,$(prefix)/include/perf,644); \
/tools/perf/lib/tests/
DMakefile3 TESTS = test-cpumap test-threadmap test-evlist test-evsel
/tools/perf/util/
Dpython-ext-sources14 util/cpumap.c
DBuild77 perf-y += cpumap.o
/tools/perf/lib/Documentation/tutorial/
Dtutorial.rst63 1 #include <perf/cpumap.h>
87 1 #include <perf/cpumap.h>
/tools/perf/lib/Documentation/man/
Dlibperf.rst26 perf/cpumap.h
/tools/perf/tests/
DBuild42 perf-y += cpumap.o
/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst50 | | **devmap** | **devmap_hash** | **sockmap** | **cpumap** | **xskmap** | **sockhash**
/tools/bpf/bpftool/bash-completion/
Dbpftool492 hash_of_maps devmap devmap_hash sockmap cpumap \