Home
last modified time | relevance | path

Searched refs:bpf_get_func_ip (Results 1 – 4 of 4) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dget_func_ip_test.c31 __u64 addr = bpf_get_func_ip(ctx); in BPF_PROG()
41 __u64 addr = bpf_get_func_ip(ctx); in BPF_PROG()
51 __u64 addr = bpf_get_func_ip(ctx); in test3()
61 __u64 addr = bpf_get_func_ip(ctx); in BPF_KRETPROBE()
71 __u64 addr = bpf_get_func_ip(ctx); in BPF_PROG()
81 __u64 addr = bpf_get_func_ip(ctx); in test6()
Dkprobe_multi.c45 __u64 addr = bpf_get_func_ip(ctx); in kprobe_multi_check()
/external/bcc/libbpf-tools/
Dksnoop.bpf.c94 ip = bpf_get_func_ip(ctx); in get_trace()
/external/libbpf/src/
Dbpf_helper_defs.h4086 static __u64 (* const bpf_get_func_ip)(void *ctx) = (void *) 173; variable