Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-ftrace.c299 static int set_tracing_cpumask(struct perf_cpu_map *cpumap) in set_tracing_cpumask() argument
306 last_cpu = cpu_map__cpu(cpumap, cpumap->nr - 1); in set_tracing_cpumask()
316 cpu_map__snprint_mask(cpumap, cpumask, mask_size); in set_tracing_cpumask()
326 struct perf_cpu_map *cpumap = ftrace->evlist->core.cpus; in set_tracing_cpu() local
331 return set_tracing_cpumask(cpumap); in set_tracing_cpu()
358 struct perf_cpu_map *cpumap = perf_cpu_map__new(NULL); in reset_tracing_cpu() local
361 ret = set_tracing_cpumask(cpumap); in reset_tracing_cpu()
362 perf_cpu_map__put(cpumap); in reset_tracing_cpu()
/tools/lib/perf/
DBuild2 libperf-y += cpumap.o
DMakefile173 $(call do_install,include/perf/cpumap.h,$(prefix)/include/perf,644); \
/tools/lib/perf/tests/
DMakefile3 TESTS = test-cpumap test-threadmap test-evlist test-evsel
/tools/perf/util/
Dpython-ext-sources14 util/cpumap.c
DBuild80 perf-y += cpumap.o
/tools/testing/selftests/bpf/progs/
Dmap_ptr_kern.c452 struct bpf_cpu_map *cpumap = (struct bpf_cpu_map *)&m_cpumap; in check_cpumap() local
455 VERIFY(check_default(&cpumap->map, map)); in check_cpumap()
/tools/perf/tests/
DBuild43 perf-y += cpumap.o
/tools/lib/perf/Documentation/
Dlibperf.txt36 #include <perf/cpumap.h>
/tools/bpf/bpftool/Documentation/
Dbpftool-map.rst51 | | **devmap** | **devmap_hash** | **sockmap** | **cpumap** | **xskmap** | **sockhash**
/tools/bpf/bpftool/bash-completion/
Dbpftool705 hash_of_maps devmap devmap_hash sockmap cpumap \