Home
last modified time | relevance | path

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

/linux/samples/kprobes/
H A 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/kernel/trace/
H A Dtrace_uprobe.c271 return tu->consumer.ret_handler != NULL; in is_ret_probe()
358 tu->consumer.ret_handler = uretprobe_dispatcher; in alloc_trace_uprobe()
H A Dbpf_trace.c3276 uprobes[i].consumer.ret_handler = uprobe_multi_link_ret_handler; in bpf_uprobe_multi_link_attach()
/linux/tools/testing/selftests/bpf/test_kmods/
H A Dbpf_testmod.c631 .consumer.ret_handler = uprobe_ret_handler, in testmod_register_uprobe()