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
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
9 months ago
..
maps chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
programs aya-ebpf/programs: moved ret from ProbeContext into new RetProbeContext 9 months ago
args.rs chore(aya-ebpf): Rename bpf -> ebpf 11 months ago
helpers.rs Appease clippy 10 months ago
lib.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago