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
tyrone-wu 2d38b23b99 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
5 months ago
..
.cargo chore: Rename bpf dir to ebpf 7 months ago
aya-ebpf aya-ebpf/programs: moved ret from ProbeContext into new RetProbeContext 5 months ago
aya-ebpf-bindings Release aya-ebpf-bindings v0.1.0, aya-ebpf-macros v0.1.0, aya-ebpf v0.1.0 6 months ago
aya-ebpf-cty Release aya-ebpf-cty v0.2.1, aya-ebpf-bindings v0.1.0, aya-ebpf-macros v0.1.0, aya-ebpf v0.1.0 6 months ago
aya-log-ebpf Release aya-log-ebpf v0.1.0 5 months ago
rust-toolchain.toml chore: Rename bpf dir to ebpf 7 months ago