Searched refs:bpf_fentry_test3 (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | kprobe_multi.c | 11 extern const void bpf_fentry_test3 __ksym; 56 SET(kretprobe_test3_result, &bpf_fentry_test3, 7); in kprobe_multi_check() 65 SET(kprobe_test3_result, &bpf_fentry_test3, 2); in kprobe_multi_check()
|
H A D | get_func_ip_test.c | 10 extern const void bpf_fentry_test3 __ksym; 47 SEC("kprobe/bpf_fentry_test3") 52 test3_result = (const void *) addr == &bpf_fentry_test3; in test3()
|
/kernel/linux/linux-5.10/net/bpf/ |
H A D | test_run.c | 135 int noinline bpf_fentry_test3(char a, int b, u64 c) in bpf_fentry_test3() function 221 bpf_fentry_test3(4, 5, 6) != 15 || in bpf_prog_test_run_tracing()
|
/kernel/linux/linux-6.6/net/bpf/ |
H A D | test_run.c | 520 int noinline bpf_fentry_test3(char a, int b, u64 c) in bpf_fentry_test3() function 668 bpf_fentry_test3(4, 5, 6) != 15 || in bpf_prog_test_run_tracing()
|
Completed in 7 milliseconds