Searched refs:test_kprobe (Results 1 – 5 of 5) sorted by relevance
75 int test_kprobe(struct pt_regs *ctx) in test_kprobe() function
87 int test_kprobe(struct pt_regs *ctx) in test_kprobe() function
61 static void test_kprobe(struct kunit *test) in test_kprobe() function381 KUNIT_CASE(test_kprobe),
332 static int test_kprobe(long (*func)(long, long)) in test_kprobe() function419 ret = test_kprobe(func); in run_api_tests()
74 prog_fd = bpf_program__fd(skel->progs.test_kprobe); in test_link_api()