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/bpf/aya-bpf/src
Johannes Edmeier 2d79f22b40 aya-bpf: use bpf_read_probe for reading pt_regs
Linux Kernels < 5.5 don't support bpf_probe_read_kernel. Therefore
bpf_probe_read must be used for compatibility reasons.
2 years ago
..
maps Restore previous check for bpf_get_stackid 2 years ago
programs Merge pull request #326 from NoneTirex/fix-map-delete-return-value 2 years ago
args.rs aya-bpf: use bpf_read_probe for reading pt_regs 2 years ago
helpers.rs Temporary change return value condition to avoid problems with possibly (not aware) cast from int to long 2 years ago
lib.rs docs: Add crabby logo 2 years ago