Home
last modified time | relevance | path

Searched refs:BPF_KPROBE_READ_RET_IP (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/samples/bpf/
Dtracex2.bpf.c33 BPF_KPROBE_READ_RET_IP(loc, ctx); in bpf_prog2()
/Linux-v6.6/tools/lib/bpf/
Dbpf_tracing.h517 #define BPF_KPROBE_READ_RET_IP(ip, ctx) ({ (ip) = (ctx)->link; }) macro
518 #define BPF_KRETPROBE_READ_RET_IP BPF_KPROBE_READ_RET_IP
522 #define BPF_KPROBE_READ_RET_IP(ip, ctx) ({ (ip) = PT_REGS_RET(ctx); }) macro
523 #define BPF_KRETPROBE_READ_RET_IP BPF_KPROBE_READ_RET_IP
527 #define BPF_KPROBE_READ_RET_IP(ip, ctx) \ macro
593 #define BPF_KPROBE_READ_RET_IP(ip, ctx) ({ _Pragma(__BPF_TARGET_MISSING); 0l; }) macro