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
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.
2 days ago
..
.cargo chore: Rename bpf dir to ebpf 2 years ago
aya-ebpf aya-ebpf: reduce repetition and excessive traits 2 days ago
aya-ebpf-bindings ebpf: run clippy with target=bpf 3 weeks ago
aya-ebpf-cty taplo: reorder-keys 7 months ago
aya-log-ebpf aya: rename `set_` methods on `EbpfLoader` 6 days ago
rust-toolchain.toml chore: Rename bpf dir to ebpf 2 years ago