Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/
Dattach_probe.c109 uprobe_err_link = bpf_program__attach(skel->progs.handle_uprobe_byname); in test_attach_probe()
117 skel->links.handle_uprobe_byname = in test_attach_probe()
118 bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe_byname, in test_attach_probe()
122 if (!ASSERT_OK_PTR(skel->links.handle_uprobe_byname, "attach_uprobe_byname")) in test_attach_probe()
/linux-5.19.10/tools/testing/selftests/bpf/progs/
Dtest_uprobe_autoattach.c31 int handle_uprobe_byname(struct pt_regs *ctx) in handle_uprobe_byname() function
Dtest_attach_probe.c64 int handle_uprobe_byname(struct pt_regs *ctx) in handle_uprobe_byname() function