Home
last modified time | relevance | path

Searched refs:bpf_fentry_test4 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dkprobe_multi.c12 extern const void bpf_fentry_test4 __ksym;
57 SET(kretprobe_test4_result, &bpf_fentry_test4, 6); in kprobe_multi_check()
66 SET(kprobe_test4_result, &bpf_fentry_test4, 3); in kprobe_multi_check()
H A Dget_func_ip_test.c11 extern const void bpf_fentry_test4 __ksym;
57 SEC("kretprobe/bpf_fentry_test4")
62 test4_result = (const void *) addr == &bpf_fentry_test4; in BPF_KRETPROBE()
/kernel/linux/linux-5.10/net/bpf/
H A Dtest_run.c140 int noinline bpf_fentry_test4(void *a, char b, int c, u64 d) in bpf_fentry_test4() function
222 bpf_fentry_test4((void *)7, 8, 9, 10) != 34 || in bpf_prog_test_run_tracing()
/kernel/linux/linux-6.6/net/bpf/
H A Dtest_run.c525 int noinline bpf_fentry_test4(void *a, char b, int c, u64 d) in bpf_fentry_test4() function
669 bpf_fentry_test4((void *)7, 8, 9, 10) != 34 || in bpf_prog_test_run_tracing()

Completed in 4 milliseconds