Home
last modified time | relevance | path

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

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dattach_probe.c152 skel->links.handle_uprobe_byname2 = in test_attach_probe()
153 bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe_byname2, in test_attach_probe()
157 if (!ASSERT_OK_PTR(skel->links.handle_uprobe_byname2, "attach_uprobe_byname2")) in test_attach_probe()
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_uprobe_autoattach.c48 int handle_uprobe_byname2(struct pt_regs *ctx) in handle_uprobe_byname2() function
Dtest_attach_probe.c95 int handle_uprobe_byname2(struct pt_regs *ctx) in handle_uprobe_byname2() function