bpf_fentry_test1
EXPORT_SYMBOL_GPL(bpf_fentry_test1);
BTF_ID_FLAGS(func, bpf_fentry_test1, KF_SLEEPABLE)
if (bpf_fentry_test1(1) != 2 ||
test6_exit_result = (const void *) addr == &bpf_fentry_test1;
test6_entry_result = (const void *) addr == &bpf_fentry_test1;
test9_exit_result = (const void *) addr == &bpf_fentry_test1;
test9_entry_result = (const void *) addr == &bpf_fentry_test1;
test1_result = (const void *) addr == &bpf_fentry_test1;
SET(kretprobe_test1_result, &bpf_fentry_test1, 8);
SET(kprobe_test1_result, &bpf_fentry_test1, 1);
extern const void bpf_fentry_test1 __ksym;
extern const void bpf_fentry_test1 __ksym;
&bpf_fentry_test1,
extern int bpf_fentry_test1(int a);
if (bpf_fentry_test1(0) < 0)