Home
last modified time | relevance | path

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

/external/bcc/src/cc/export/
Dhelpers.h315 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/
Dlsm.c38 } percpu_array SEC(".maps");
131 value = bpf_map_lookup_elem(&percpu_array, &key); in BPF_PROG()
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()
/external/bcc/tools/
Dkvmexit_example.txt23 - The bpf in-kernel percpu_array and percpu_cache further improves performance.
/external/bpftool/docs/
Dbpftool-map.rst53 | | **percpu_array** | **stack_trace** | **cgroup_array** | **lru_hash**
/external/bpftool/bash-completion/
Dbpftool708 percpu_array stack_trace cgroup_array lru_hash \
/external/bcc/docs/
Dreference_guide.md1067 This is a wrapper macro for `BPF_TABLE("percpu_array", ...)`.