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/test/integration-ebpf
Tamir Duberstein 4eb4cfebe2
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.
2 weeks ago
..
src aya-ebpf: reduce repetition and excessive traits 2 weeks ago
Cargo.toml aya,ebpf: add BPF_MAP_TYPE_SK_STORAGE 1 month ago
build.rs appease `clippy::uninlined-format-args` 7 months ago