Searched refs:bpf_fentry_test6 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | kprobe_multi.c | 14 extern const void bpf_fentry_test6 __ksym; 59 SET(kretprobe_test6_result, &bpf_fentry_test6, 4); in kprobe_multi_check() 68 SET(kprobe_test6_result, &bpf_fentry_test6, 5); in kprobe_multi_check()
|
H A D | get_func_ip_test.c | 13 extern const void bpf_fentry_test6 __ksym;
|
/kernel/linux/linux-5.10/net/bpf/ |
H A D | test_run.c | 150 int noinline bpf_fentry_test6(u64 a, void *b, short c, int d, void *e, u64 f) in bpf_fentry_test6() function 224 bpf_fentry_test6(16, (void *)17, 18, 19, (void *)20, 21) != 111 || in bpf_prog_test_run_tracing()
|
/kernel/linux/linux-6.6/net/bpf/ |
H A D | test_run.c | 535 int noinline bpf_fentry_test6(u64 a, void *b, short c, int d, void *e, u64 f) in bpf_fentry_test6() function 671 bpf_fentry_test6(16, (void *)17, 18, 19, (void *)20, 21) != 111 || in bpf_prog_test_run_tracing()
|
Completed in 5 milliseconds