Searched refs:ret_handler (Results 1 – 5 of 5) sorted by relevance
57 static int ret_handler(struct kretprobe_instance *ri, struct pt_regs *regs) in ret_handler() function70 NOKPROBE_SYMBOL(ret_handler);73 .handler = ret_handler,
1371 if (!uc->handler && !uc->ret_handler) in uprobe_register()2507 bool session = uc->handler && uc->ret_handler; in handler_chain()2520 if (!uc->ret_handler || ignore_ret_handler(rc)) in handler_chain()2560 bool session = uc->handler && uc->ret_handler; in handle_uretprobe_chain()2562 if (uc->ret_handler) { in handle_uretprobe_chain()2565 uc->ret_handler(uc, ri->func, regs, ric ? &ric->cookie : NULL); in handle_uretprobe_chain()
269 return tu->consumer.ret_handler != NULL; in is_ret_probe()356 tu->consumer.ret_handler = uretprobe_dispatcher; in alloc_trace_uprobe()
3463 uprobes[i].consumer.ret_handler = uprobe_multi_link_ret_handler; in bpf_uprobe_multi_link_attach()
519 .consumer.ret_handler = uprobe_ret_handler,