bpf_testmod_fentry_test1
extern const void bpf_testmod_fentry_test1 __ksym;
if ((const void *) addr == &bpf_testmod_fentry_test1)
if ((const void *) addr == &bpf_testmod_fentry_test1)
DECLARE_TRACE(bpf_testmod_fentry_test1,
if (bpf_testmod_fentry_test1(1) != 2 ||