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
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
..
device.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
fentry.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
fexit.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
lsm.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
mod.rs aya-ebpf/programs: moved ret from ProbeContext into new RetProbeContext 9 months ago
perf_event.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
probe.rs aya-ebpf/programs: moved ret from ProbeContext into new RetProbeContext 9 months ago
raw_tracepoint.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
retprobe.rs aya-ebpf/programs: moved ret from ProbeContext into new RetProbeContext 9 months ago
sk_buff.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
sk_lookup.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
sk_msg.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
sock.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
sock_addr.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
sock_ops.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
sockopt.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
sysctl.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
tc.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
tp_btf.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
tracepoint.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago
xdp.rs chore(aya-ebpf): Rename BpfContext -> EbpfContext 11 months ago