Home
last modified time | relevance | path

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

/tools/testing/selftests/bpf/progs/
A Dkprobe_multi.c116 extern const void bpf_testmod_fentry_test3 __ksym;
138 if ((const void *) addr == &bpf_testmod_fentry_test3) in kprobe_multi_testmod_check()
145 if ((const void *) addr == &bpf_testmod_fentry_test3) in kprobe_multi_testmod_check()
/tools/testing/selftests/bpf/test_kmods/
A Dbpf_testmod.c365 noinline int bpf_testmod_fentry_test3(char a, int b, u64 c) in bpf_testmod_fentry_test3() function
452 bpf_testmod_fentry_test3(4, 5, 6) != 15 || in bpf_testmod_test_read()

Completed in 7 milliseconds