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/ebpf/aya-ebpf/src
Tamir Duberstein 05250da20b
aya-ebpf: reduce repetition and excessive traits
The traits `FromBtfArgument`, `FromRawTracepointArgs`, `FromPtRegs` are
all fancy ways of saying `Argument` - so replace these traits with it.

This also removes the use of `bpf_probe_read` which was introduced in
05c1586202 because I can't reproduce the
need for it.
3 days ago
..
btf_maps aya-ebpf: Make use of `Borrow` and `BorrowMut` in map methods 3 weeks ago
maps aya-ebpf: Make use of `Borrow` and `BorrowMut` in map methods 3 weeks ago
programs aya-ebpf: reduce repetition and excessive traits 3 days ago
args.rs aya-ebpf: reduce repetition and excessive traits 3 days ago
helpers.rs lint all crates; enable strict pointer lints 4 weeks ago
lib.rs aya-ebpf: reduce repetition and excessive traits 3 days ago