Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe.c40 struct test_uprobe *skel; in test_uprobe_attach()
159 struct test_uprobe *skel; in regs_common()
206 struct test_uprobe *skel; in regs_ip()
244 void test_uprobe(void) in test_uprobe() function
H A Duprobe_syscall.c468 link = bpf_program__attach_uprobe_opts(skel->progs.test_uprobe, in test_uprobe_legacy()
697 skel->links.test_uprobe = bpf_program__attach_uprobe_opts(skel->progs.test_uprobe, in worker_attach()
699 if (!ASSERT_OK_PTR(skel->links.test_uprobe, "bpf_program__attach_uprobe_opts")) in worker_attach()
702 bpf_link__destroy(skel->links.test_uprobe); in worker_attach()
703 skel->links.test_uprobe = NULL; in worker_attach()
/linux/tools/testing/selftests/bpf/progs/
H A Duprobe_syscall_executed.c16 int BPF_UPROBE(test_uprobe) in BPF_UPROBE() argument