Home
last modified time | relevance | path

Searched refs:handle_uprobe_byname3 (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.1/tools/testing/selftests/bpf/prog_tests/
Dattach_probe.c180 skel->links.handle_uprobe_byname3 = bpf_program__attach(skel->progs.handle_uprobe_byname3); in test_attach_probe()
181 if (!ASSERT_OK_PTR(skel->links.handle_uprobe_byname3, "attach_uprobe_byname3")) in test_attach_probe()
/Linux-v6.1/tools/testing/selftests/bpf/progs/
Dtest_attach_probe.c133 int handle_uprobe_byname3(struct pt_regs *ctx) in handle_uprobe_byname3() function