Searched refs:cpumap (Results 1 – 15 of 15) sorted by relevance
| /linux/include/trace/events/ |
| H A D | irq_matrix.h | 10 struct cpumap; 68 struct cpumap *cmap), 144 struct irq_matrix *matrix, struct cpumap *cmap), 152 struct irq_matrix *matrix, struct cpumap *cmap), 160 struct irq_matrix *matrix, struct cpumap *cmap), 168 struct irq_matrix *matrix, struct cpumap *cmap), 176 struct irq_matrix *matrix, struct cpumap *cmap), 184 struct irq_matrix *matrix, struct cpumap *cmap),
|
| /linux/tools/perf/util/ |
| H A D | affinity.c | 8 #include <perf/cpumap.h> 10 #include "cpumap.h" 88 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()
|
| H A D | affinity.h | 17 void cpu_map__set_affinity(const struct perf_cpu_map *cpumap);
|
| H A D | Build | 104 perf-util-y += cpumap.o
|
| /linux/tools/lib/perf/tests/ |
| H A D | Build | 4 tests-y += test-cpumap.o
|
| /linux/tools/perf/ |
| H A D | builtin-ftrace.c | 389 static int set_tracing_cpumask(struct perf_cpu_map *cpumap) in set_tracing_cpumask() argument 396 last_cpu = perf_cpu_map__cpu(cpumap, perf_cpu_map__nr(cpumap) - 1).cpu; in set_tracing_cpumask() 406 cpu_map__snprint_mask(cpumap, cpumask, mask_size); in set_tracing_cpumask() 416 struct perf_cpu_map *cpumap = ftrace->evlist->core.user_requested_cpus; in set_tracing_cpu() local 421 return set_tracing_cpumask(cpumap); in set_tracing_cpu() 448 struct perf_cpu_map *cpumap = perf_cpu_map__new_online_cpus(); in reset_tracing_cpu() local 451 ret = set_tracing_cpumask(cpumap); in reset_tracing_cpu() 452 perf_cpu_map__put(cpumap); in reset_tracing_cpu()
|
| /linux/tools/lib/perf/ |
| H A D | Build | 2 libperf-y += cpumap.o
|
| H A D | Makefile | 171 HDRS := bpf_perf.h core.h cpumap.h threadmap.h evlist.h evsel.h event.h mmap.h 173 INTERNAL_HDRS := cpumap.h evlist.h evsel.h lib.h mmap.h rc_check.h threadmap.h xyarray.h
|
| /linux/Documentation/bpf/ |
| H A D | map_cpumap.rst | 11 .. kernel-doc:: kernel/bpf/cpumap.c 177 - https://developers.redhat.com/blog/2021/05/13/receive-side-scaling-rss-with-ebpf-and-cpumap#redir…
|
| H A D | map_xskmap.rst | 12 call ``bpf_redirect_map()`` and ``XDP_REDIRECT`` action, like 'devmap' and 'cpumap'.
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | map_ptr_kern.c | 463 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()
|
| /linux/tools/perf/tests/ |
| H A D | Build | 40 perf-test-y += cpumap.o
|
| /linux/tools/lib/perf/Documentation/ |
| H A D | libperf.txt | 36 #include <perf/cpumap.h>
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-map.rst | 55 | | **devmap** | **devmap_hash** | **sockmap** | **cpumap** | **xskmap** | **sockhash**
|
| /linux/ |
| H A D | MAINTAINERS | 29023 F: kernel/bpf/cpumap.c
|