Home
last modified time | relevance | path

Searched refs:bpf_testmod_fentry_test2 (Results 1 – 2 of 2) sorted by relevance

/linux/tools/testing/selftests/bpf/progs/
H A Dkprobe_multi.c115 extern const void bpf_testmod_fentry_test2 __ksym;
136 if ((const void *) addr == &bpf_testmod_fentry_test2) in kprobe_multi_testmod_check()
143 if ((const void *) addr == &bpf_testmod_fentry_test2) in kprobe_multi_testmod_check()
/linux/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c323 noinline int bpf_testmod_fentry_test2(int a, u64 b) in bpf_testmod_fentry_test2() function
410 bpf_testmod_fentry_test2(2, 3) != 5 || in bpf_testmod_test_read()