Home
last modified time | relevance | path

Searched refs:bpf_fentry_test2 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dkprobe_multi.c10 extern const void bpf_fentry_test2 __ksym;
55 SET(kretprobe_test2_result, &bpf_fentry_test2, 2); in kprobe_multi_check()
64 SET(kprobe_test2_result, &bpf_fentry_test2, 7); in kprobe_multi_check()
H A Dget_func_ip_test.c9 extern const void bpf_fentry_test2 __ksym;
42 test2_result = (const void *) addr == &bpf_fentry_test2; in BPF_PROG()
/openbmc/linux/net/bpf/
H A Dtest_run.c516 int noinline bpf_fentry_test2(int a, u64 b) in bpf_fentry_test2() function
665 bpf_fentry_test2(2, 3) != 5 || in bpf_prog_test_run_tracing()