Searched refs:bpf_fentry_test5 (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | kprobe_multi.c | 13 extern const void bpf_fentry_test5 __ksym; 58 SET(kretprobe_test5_result, &bpf_fentry_test5, 5); in kprobe_multi_check() 67 SET(kprobe_test5_result, &bpf_fentry_test5, 4); in kprobe_multi_check()
|
/kernel/linux/linux-5.10/net/bpf/ |
H A D | test_run.c | 145 int noinline bpf_fentry_test5(u64 a, void *b, short c, int d, u64 e) in bpf_fentry_test5() function 223 bpf_fentry_test5(11, (void *)12, 13, 14, 15) != 65 || in bpf_prog_test_run_tracing()
|
/kernel/linux/linux-6.6/net/bpf/ |
H A D | test_run.c | 530 int noinline bpf_fentry_test5(u64 a, void *b, short c, int d, u64 e) in bpf_fentry_test5() function 670 bpf_fentry_test5(11, (void *)12, 13, 14, 15) != 65 || in bpf_prog_test_run_tracing()
|
Completed in 4 milliseconds