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.
Go to file
Alessandro Decina 4222b140ec aya: perf_map: fix bug when max_entries=0
When a perf map has max_entries=0, max_entries is dynamically set at
load time to the number of possible cpus as reported by
/sys/devices/system/cpu/possible.

This change fixes a bug where instead of setting max_entries to the
number of possible cpus, we were setting it to the cpu index of the last
possible cpu.
3 years ago
aya aya: perf_map: fix bug when max_entries=0 3 years ago
aya-gen aya-gen: don't generate doc comments 3 years ago
bpf bpf: add SockHash::redirect 3 years ago
xtask xtask: codegen: use uapi kernel headers from libbpf 3 years ago
.gitignore Initial commit 4 years ago
Cargo.toml Add aya-gen 4 years ago
LICENSE-APACHE Add license files 4 years ago
LICENSE-MIT Add license files 4 years ago
rustfmt.toml Add rustfmt.toml 4 years ago