Home
last modified time | relevance | path

Searched refs:percpu_array (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/bcc/src/cc/export/
H A Dhelpers.h317 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 Dlsm.c39 } percpu_array SEC(".maps");
132 value = bpf_map_lookup_elem(&percpu_array, &key); in BPF_PROG()
H A Dtest_unpriv_bpf_disabled.c27 } percpu_array SEC(".maps");
H A Dmap_ptr_kern.c227 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 Dunpriv_bpf_disabled.c243 map_fds[1] = bpf_map__fd(skel->maps.percpu_array); in test_unpriv_bpf_disabled()
/aosp_15_r20/external/bcc/tools/
H A Dkvmexit_example.txt23 - The bpf in-kernel percpu_array and percpu_cache further improves performance.
/aosp_15_r20/external/bpftool/docs/
H A Dbpftool-map.rst53 | | **percpu_array** | **stack_trace** | **cgroup_array** | **lru_hash**
/aosp_15_r20/external/bcc/docs/
H A Dreference_guide.md1086 This is a wrapper macro for `BPF_TABLE("percpu_array", ...)`.