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/programs
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 months ago
..
device.rs lint all crates; enable strict pointer lints 3 months ago
fentry.rs aya-ebpf: reduce repetition and excessive traits 2 months ago
fexit.rs aya-ebpf: reduce repetition and excessive traits 2 months ago
flow_dissector.rs lint all crates; enable strict pointer lints 3 months ago
lsm.rs aya-ebpf: reduce repetition and excessive traits 2 months ago
mod.rs Add support for Flow Dissector programs 9 months ago
perf_event.rs lint all crates; enable strict pointer lints 3 months ago
probe.rs aya-ebpf: reduce repetition and excessive traits 2 months ago
raw_tracepoint.rs aya-ebpf: reduce repetition and excessive traits 2 months ago
retprobe.rs aya-ebpf: reduce repetition and excessive traits 2 months ago
sk_buff.rs lint all crates; enable strict pointer lints 3 months ago
sk_lookup.rs lint all crates; enable strict pointer lints 3 months ago
sk_msg.rs lint all crates; enable strict pointer lints 3 months ago
sock.rs lint all crates; enable strict pointer lints 3 months ago
sock_addr.rs lint all crates; enable strict pointer lints 3 months ago
sock_ops.rs lint all crates; enable strict pointer lints 3 months ago
sockopt.rs lint all crates; enable strict pointer lints 3 months ago
sysctl.rs lint all crates; enable strict pointer lints 3 months ago
tc.rs lint all crates; enable strict pointer lints 3 months ago
tp_btf.rs aya-ebpf: reduce repetition and excessive traits 2 months ago
tracepoint.rs lint all crates; enable strict pointer lints 3 months ago
xdp.rs lint all crates; enable strict pointer lints 3 months ago