Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/progs/
Dkprobe_multi.c16 extern const void bpf_fentry_test8 __ksym;
63 SET(kretprobe_test8_result, &bpf_fentry_test8, 1); in kprobe_multi_check()
72 SET(kprobe_test8_result, &bpf_fentry_test8, 8); in kprobe_multi_check()
/linux-5.19.10/net/bpf/
Dtest_run.c528 int noinline bpf_fentry_test8(struct bpf_fentry_test_t *arg) in bpf_fentry_test8() function
787 bpf_fentry_test8(&arg) != 0) in bpf_prog_test_run_tracing()