Home
last modified time | relevance | path

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

/Linux-v4.19/samples/bpf/
Dtracex4_kern.c43 BPF_KRETPROBE_READ_RET_IP(ip, ctx); in bpf_prog2()
/Linux-v4.19/tools/testing/selftests/bpf/
Dbpf_helpers.h324 #define BPF_KRETPROBE_READ_RET_IP BPF_KPROBE_READ_RET_IP macro
327 #define BPF_KRETPROBE_READ_RET_IP BPF_KPROBE_READ_RET_IP macro
331 #define BPF_KRETPROBE_READ_RET_IP(ip, ctx) ({ \ macro