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