Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Dattach_probe.c63 uprobe_link = bpf_program__attach_uprobe(skel->progs.handle_uprobe, in test_attach_probe()
71 skel->links.handle_uprobe = uprobe_link; in test_attach_probe()
/Linux-v5.10/tools/testing/selftests/bpf/progs/
Dtest_attach_probe.c29 int handle_uprobe(struct pt_regs *ctx) in handle_uprobe() function