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
Mike Rostecki f34d355d7d bpf: Handle raw tracepoint arguments
Provide an `arg()` method in `RawTracepointArgs` wrapper of
`bpf_raw_tracepoint_args` and also in `RawTracepointContext`, so
it's directly available in raw tracepoint programs.

The methods and traits implemented here are unsafe. There is no
way to reliably check the number of available arguments, so
requesting a non-existing one leads to undefined behavior.
9 months ago
..
device.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 2 years ago
fentry.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 2 years ago
fexit.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 2 years ago
lsm.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 2 years ago
mod.rs aya-ebpf/programs: moved ret from ProbeContext into new RetProbeContext 1 year ago
perf_event.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 2 years ago
probe.rs aya: add archs powerpc64 and s390x to aya 1 year ago
raw_tracepoint.rs bpf: Handle raw tracepoint arguments 9 months ago
retprobe.rs aya: add archs powerpc64 and s390x to aya 1 year ago
sk_buff.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 2 years ago
sk_lookup.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 2 years ago
sk_msg.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 2 years ago
sock.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 2 years ago
sock_addr.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 2 years ago
sock_ops.rs aya-ebpf: Add set_reply accessor to SockOpsContext 1 year ago
sockopt.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 2 years ago
sysctl.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 2 years ago
tc.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 2 years ago
tp_btf.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 2 years ago
tracepoint.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 2 years ago
xdp.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 2 years ago