Searched refs:uprobe_sleep (Results 1 – 2 of 2) sorted by relevance
176 skel->links.uprobe_sleep = bpf_program__attach_uprobe_multi(skel->progs.uprobe_sleep, pid, in __test_attach_api()178 if (!ASSERT_OK_PTR(skel->links.uprobe_sleep, "bpf_program__attach_uprobe_multi")) in __test_attach_api()278 prog_fd = bpf_program__fd(skel->progs.uprobe_sleep); in __test_link_api()
84 int uprobe_sleep(struct pt_regs *ctx) in uprobe_sleep() function