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
tyrone-wu 22d2315970
aya-ebpf/programs: moved ret from ProbeContext into new RetProbeContext
Created retprobe.rs to hold RetProbeContext and moved the ret from
ProbeContext in probe.rs into RetProbeContext. Now, only kprobe (which
uses ProbeContext) can access args, and kretprobe (which uses
RetProbeContext) can access ret.

Fixes: #700
1 year ago
..
src aya-ebpf/programs: moved ret from ProbeContext into new RetProbeContext 1 year ago
CHANGELOG.md Release aya-ebpf v0.1.0 1 year ago
Cargo.toml Release aya-ebpf-bindings v0.1.0, aya-ebpf-macros v0.1.0, aya-ebpf v0.1.0 1 year ago
build.rs chore(aya-ebpf): Rename bpf -> ebpf 1 year ago