Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/progs/
H A Dkprobe_multi_session.c75 int test_kprobe(struct pt_regs *ctx) in test_kprobe() function
H A Dkprobe_multi.c87 int test_kprobe(struct pt_regs *ctx) in test_kprobe() function
/linux/lib/
H A Dtest_kprobes.c61 static void test_kprobe(struct kunit *test) in test_kprobe() function
381 KUNIT_CASE(test_kprobe),
/linux/arch/arm/probes/kprobes/
H A Dtest-core.c332 static int test_kprobe(long (*func)(long, long)) in test_kprobe() function
419 ret = test_kprobe(func); in run_api_tests()
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c74 prog_fd = bpf_program__fd(skel->progs.test_kprobe); in test_link_api()