Home
last modified time | relevance | path

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

/tools/perf/util/
A Daffinity.c88 void cpu_map__set_affinity(const struct perf_cpu_map *cpumap) in cpu_map__set_affinity() argument
98 perf_cpu_map__for_each_cpu_skip_any(cpu, idx, cpumap) in cpu_map__set_affinity()
A Daffinity.h17 void cpu_map__set_affinity(const struct perf_cpu_map *cpumap);
A DBuild101 perf-util-y += cpumap.o
/tools/lib/perf/tests/
A DBuild4 tests-y += test-cpumap.o
/tools/lib/perf/
A DBuild2 libperf-y += cpumap.o
A DMakefile181 HDRS := bpf_perf.h core.h cpumap.h threadmap.h evlist.h evsel.h event.h mmap.h
182 INTERNAL_HDRS := cpumap.h evlist.h evsel.h lib.h mmap.h rc_check.h threadmap.h xyarray.h
/tools/perf/
A Dbuiltin-ftrace.c387 static int set_tracing_cpumask(struct perf_cpu_map *cpumap) in set_tracing_cpumask() argument
394 last_cpu = perf_cpu_map__cpu(cpumap, perf_cpu_map__nr(cpumap) - 1).cpu; in set_tracing_cpumask()
404 cpu_map__snprint_mask(cpumap, cpumask, mask_size); in set_tracing_cpumask()
414 struct perf_cpu_map *cpumap = ftrace->evlist->core.user_requested_cpus; in set_tracing_cpu() local
419 return set_tracing_cpumask(cpumap); in set_tracing_cpu()
446 struct perf_cpu_map *cpumap = perf_cpu_map__new_online_cpus(); in reset_tracing_cpu() local
449 ret = set_tracing_cpumask(cpumap); in reset_tracing_cpu()
450 perf_cpu_map__put(cpumap); in reset_tracing_cpu()
/tools/testing/selftests/bpf/progs/
A Dmap_ptr_kern.c463 struct bpf_cpu_map *cpumap = (struct bpf_cpu_map *)&m_cpumap; in check_cpumap() local
466 VERIFY(check_default(&cpumap->map, map)); in check_cpumap()
/tools/perf/tests/
A DBuild41 perf-test-y += cpumap.o
/tools/lib/perf/Documentation/
A Dlibperf.txt36 #include <perf/cpumap.h>
/tools/bpf/bpftool/Documentation/
A Dbpftool-map.rst55 | | **devmap** | **devmap_hash** | **sockmap** | **cpumap** | **xskmap** | **sockhash**

Completed in 20 milliseconds