Home
last modified time | relevance | path

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

/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/
Dtask_pt_regs.c29 uprobe_link = bpf_program__attach_uprobe(skel->progs.handle_uprobe, in test_task_pt_regs()
36 skel->links.handle_uprobe = uprobe_link; in test_task_pt_regs()
Dattach_probe.c85 uprobe_link = bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe, in test_attach_probe()
92 skel->links.handle_uprobe = uprobe_link; in test_attach_probe()
Dbpf_cookie.c256 link1 = bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe, 0 /* self pid */, in uprobe_subtest()
263 link2 = bpf_program__attach_uprobe_opts(skel->progs.handle_uprobe, -1 /* any pid */, in uprobe_subtest()
/linux-5.19.10/tools/testing/selftests/bpf/progs/
Dtest_task_pt_regs.c18 int handle_uprobe(struct pt_regs *ctx) in handle_uprobe() function
Dtest_attach_probe.c50 int handle_uprobe(struct pt_regs *ctx) in handle_uprobe() function
Dtest_bpf_cookie.c46 int handle_uprobe(struct pt_regs *ctx) in handle_uprobe() function