Home
last modified time | relevance | path

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

/linux-6.12.1/samples/kprobes/
Dkretprobe_example.c57 static int ret_handler(struct kretprobe_instance *ri, struct pt_regs *regs) in ret_handler() function
70 NOKPROBE_SYMBOL(ret_handler);
73 .handler = ret_handler,
/linux-6.12.1/include/linux/
Duprobes.h41 int (*ret_handler)(struct uprobe_consumer *self, member
/linux-6.12.1/kernel/events/
Duprobes.c1189 if (!uc->handler && !uc->ret_handler) in uprobe_register()
2147 if (uc->ret_handler) in handler_chain()
2181 if (uc->ret_handler) in handle_uretprobe_chain()
2182 uc->ret_handler(uc, ri->func, regs); in handle_uretprobe_chain()
/linux-6.12.1/kernel/trace/
Dtrace_uprobe.c267 return tu->consumer.ret_handler != NULL; in is_ret_probe()
354 tu->consumer.ret_handler = uretprobe_dispatcher; in alloc_trace_uprobe()
Dbpf_trace.c3373 uprobes[i].consumer.ret_handler = uprobe_multi_link_ret_handler; in bpf_uprobe_multi_link_attach()
/linux-6.12.1/tools/testing/selftests/bpf/bpf_testmod/
Dbpf_testmod.c482 .consumer.ret_handler = uprobe_ret_handler,