Searched refs:percpu_array (Results 1 – 7 of 7) sorted by relevance
/external/bcc/src/cc/export/ |
D | helpers.h | 315 BPF_TABLE("percpu_array", int, u64, _name, 10240) 317 BPF_TABLE("percpu_array", int, _leaf_type, _name, 10240) 319 BPF_TABLE("percpu_array", int, _leaf_type, _name, _size)
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | lsm.c | 38 } percpu_array SEC(".maps"); 131 value = bpf_map_lookup_elem(&percpu_array, &key); in BPF_PROG()
|
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()
|
/external/bcc/tools/ |
D | kvmexit_example.txt | 23 - The bpf in-kernel percpu_array and percpu_cache further improves performance.
|
/external/bpftool/docs/ |
D | bpftool-map.rst | 53 | | **percpu_array** | **stack_trace** | **cgroup_array** | **lru_hash**
|
/external/bpftool/bash-completion/ |
D | bpftool | 708 percpu_array stack_trace cgroup_array lru_hash \
|
/external/bcc/docs/ |
D | reference_guide.md | 1067 This is a wrapper macro for `BPF_TABLE("percpu_array", ...)`.
|