Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/progs/
Dkprobe_multi.c13 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()
/linux-6.1.9/net/bpf/
Dtest_run.c509 int noinline bpf_fentry_test5(u64 a, void *b, short c, int d, u64 e) in bpf_fentry_test5() function
809 bpf_fentry_test5(11, (void *)12, 13, 14, 15) != 65 || in bpf_prog_test_run_tracing()