Searched refs:test_kprobe (Results 1 - 5 of 5) sorted by relevance

/linux-master/tools/testing/selftests/bpf/progs/
H A Dkprobe_multi.c87 int test_kprobe(struct pt_regs *ctx) function
/linux-master/lib/
H A Dtest_kprobes.c61 static void test_kprobe(struct kunit *test) function
381 KUNIT_CASE(test_kprobe),
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_cookie.c147 prog_fd = bpf_program__fd(skel->progs.test_kprobe);
215 link1 = bpf_program__attach_kprobe_multi_opts(skel->progs.test_kprobe,
H A Dkprobe_multi_test.c71 prog_fd = bpf_program__fd(skel->progs.test_kprobe);
/linux-master/arch/arm/probes/kprobes/
H A Dtest-core.c332 static int test_kprobe(long (*func)(long, long)) function
419 ret = test_kprobe(func);

Completed in 145 milliseconds