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
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
..
maps fix(aya): Set PerfEventArray max_entries to nCPUs 1 year ago
programs Use MockableFd everywhere 1 year ago
sys fix(aya): Set PerfEventArray max_entries to nCPUs 1 year ago
bpf.rs Use MockableFd everywhere 1 year ago
lib.rs Use MockableFd everywhere 1 year ago
pin.rs rustfmt: group_imports = "StdExternalCrate" 2 years ago
util.rs fix(aya): fix panic when creating map on custom ubuntu kernel 1 year ago