uprobes/tracing: Introduce is_ret_probe() and uretprobe_dispatcher()
authorOleg Nesterov <oleg@redhat.com>
Sat, 30 Mar 2013 17:25:23 +0000 (18:25 +0100)
committerOleg Nesterov <oleg@redhat.com>
Sat, 13 Apr 2013 13:32:02 +0000 (15:32 +0200)
Create the new functions we need to support uretprobes, and change
alloc_trace_uprobe() to initialize consumer.ret_handler if the new
"is_ret" argument is true. Curently this argument is always false,
so the new code is never called and is_ret_probe(tu) is false too.

Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
Tested-by: Anton Arapov <anton@redhat.com>

No differences found