Symbol: bpf_fentry_test1
net/bpf/test_run.c
509
EXPORT_SYMBOL_GPL(bpf_fentry_test1);
net/bpf/test_run.c
650
BTF_ID_FLAGS(func, bpf_fentry_test1, KF_SLEEPABLE)
net/bpf/test_run.c
704
if (bpf_fentry_test1(1) != 2 ||
tools/testing/selftests/bpf/progs/fsession_test.c
106
test6_exit_result = (const void *) addr == &bpf_fentry_test1;
tools/testing/selftests/bpf/progs/fsession_test.c
108
test6_entry_result = (const void *) addr == &bpf_fentry_test1;
tools/testing/selftests/bpf/progs/get_func_ip_fsession_test.c
17
test1_exit_result = (const void *) addr == &bpf_fentry_test1;
tools/testing/selftests/bpf/progs/get_func_ip_fsession_test.c
19
test1_entry_result = (const void *) addr == &bpf_fentry_test1;
tools/testing/selftests/bpf/progs/get_func_ip_test.c
31
test1_result = (const void *) addr == &bpf_fentry_test1;
tools/testing/selftests/bpf/progs/kprobe_multi.c
54
SET(kretprobe_test1_result, &bpf_fentry_test1, 8);
tools/testing/selftests/bpf/progs/kprobe_multi.c
63
SET(kprobe_test1_result, &bpf_fentry_test1, 1);
tools/testing/selftests/bpf/progs/kprobe_multi.c
9
extern const void bpf_fentry_test1 __ksym;
tools/testing/selftests/bpf/progs/kprobe_multi_session.c
11
extern const void bpf_fentry_test1 __ksym;
tools/testing/selftests/bpf/progs/kprobe_multi_session.c
29
&bpf_fentry_test1,
tools/testing/selftests/bpf/progs/tracing_multi_check.c
42
if (ip == &bpf_fentry_test1) {
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
1989
extern int bpf_fentry_test1(int a);
tools/testing/selftests/bpf/test_kmods/bpf_testmod.c
2028
if (bpf_fentry_test1(0) < 0)