Lines Matching refs:addr
29 __u64 addr = bpf_get_func_ip(ctx); in BPF_PROG() local
31 test1_result = (const void *) addr == &bpf_fentry_test1; in BPF_PROG()
39 __u64 addr = bpf_get_func_ip(ctx); in BPF_PROG() local
41 test2_result = (const void *) addr == &bpf_fentry_test2; in BPF_PROG()
49 __u64 addr = bpf_get_func_ip(ctx); in test3() local
51 test3_result = (const void *) addr == &bpf_fentry_test3; in test3()
59 __u64 addr = bpf_get_func_ip(ctx); in BPF_KRETPROBE() local
61 test4_result = (const void *) addr == &bpf_fentry_test4; in BPF_KRETPROBE()
69 __u64 addr = bpf_get_func_ip(ctx); in BPF_PROG() local
71 test5_result = (const void *) addr == &bpf_modify_return_test; in BPF_PROG()
79 __u64 addr = bpf_get_func_ip(ctx); in test6() local
81 test6_result = (const void *) addr == 0; in test6()
91 __u64 addr = bpf_get_func_ip(ctx); in BPF_UPROBE() local
93 test7_result = (const void *) addr == (const void *) uprobe_trigger; in BPF_UPROBE()
101 __u64 addr = bpf_get_func_ip(ctx); in BPF_URETPROBE() local
103 test8_result = (const void *) addr == (const void *) uprobe_trigger; in BPF_URETPROBE()