Searched refs:percpu_array (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/bcc/src/cc/export/ |
H A D | helpers.h | 317 BPF_TABLE("percpu_array", int, u64, _name, 10240) 319 BPF_TABLE("percpu_array", int, _leaf_type, _name, 10240) 321 BPF_TABLE("percpu_array", int, _leaf_type, _name, _size)
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
H A D | lsm.c | 39 } percpu_array SEC(".maps"); 132 value = bpf_map_lookup_elem(&percpu_array, &key); in BPF_PROG()
|
H A D | test_unpriv_bpf_disabled.c | 27 } percpu_array SEC(".maps");
|
H A D | map_ptr_kern.c | 227 struct bpf_array *percpu_array = (struct bpf_array *)&m_percpu_array; in check_percpu_array() local 230 VERIFY(check_default(&percpu_array->map, map)); in check_percpu_array()
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | unpriv_bpf_disabled.c | 243 map_fds[1] = bpf_map__fd(skel->maps.percpu_array); in test_unpriv_bpf_disabled()
|
/aosp_15_r20/external/bcc/tools/ |
H A D | kvmexit_example.txt | 23 - The bpf in-kernel percpu_array and percpu_cache further improves performance.
|
/aosp_15_r20/external/bpftool/docs/ |
H A D | bpftool-map.rst | 53 | | **percpu_array** | **stack_trace** | **cgroup_array** | **lru_hash**
|
/aosp_15_r20/external/bcc/docs/ |
H A D | reference_guide.md | 1086 This is a wrapper macro for `BPF_TABLE("percpu_array", ...)`.
|