Home
last modified time | relevance | path

Searched refs:handle_uprobe_byname (Results 1 – 4 of 4) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dattach_probe.c98 skel->links.handle_uprobe_byname = in test_attach_probe_manual()
99 bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe_byname, in test_attach_probe_manual()
103 if (!ASSERT_OK_PTR(skel->links.handle_uprobe_byname, "attach_uprobe_byname")) in test_attach_probe_manual()
137 uprobe_err_link = bpf_program__attach(skel->progs.handle_uprobe_byname); in test_attach_probe_auto()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_attach_probe_manual.c46 int handle_uprobe_byname(struct pt_regs *ctx) in handle_uprobe_byname() function
H A Dtest_uprobe_autoattach.c35 int BPF_UPROBE(handle_uprobe_byname in BPF_UPROBE() argument
H A Dtest_attach_probe.c55 int handle_uprobe_byname(struct pt_regs *ctx) in handle_uprobe_byname() function