You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
aya/aya/src/maps
Dave Tucker 25d986a26d fix(aya): Set PerfEventArray max_entries to nCPUs
Both libbpf and cilium/ebpf have will set the max_entries of a
BPF_MAP_TYPE_PERF_EVENT_ARRAY to the number of online CPUs if
it was omitted at map definition time. This adds that same
logic to Aya.

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
1 year ago
..
array feat(aya): Rename Bpf to Ebpf 2 years ago
hash_map s/MiriSafeFd/MockableFd/ 1 year ago
perf Use MockableFd everywhere 1 year ago
sock Avoid crashing under Miri 1 year ago
xdp feat(aya): Rename Bpf to Ebpf 2 years ago
bloom_filter.rs fix(aya): Set PerfEventArray max_entries to nCPUs 1 year ago
lpm_trie.rs fix(aya): Set PerfEventArray max_entries to nCPUs 1 year ago
mod.rs Use MockableFd everywhere 1 year ago
queue.rs feat(aya): Rename Bpf to Ebpf 2 years ago
ring_buf.rs docs(aya): fix typo 1 year ago
stack.rs feat(aya): Rename Bpf to Ebpf 2 years ago
stack_trace.rs feat(aya): Rename Bpf to Ebpf 2 years ago