uprobes/tracing: Make seq_printf() code uretprobe-friendly
authorOleg Nesterov <oleg@redhat.com>
Sat, 30 Mar 2013 18:48:09 +0000 (19:48 +0100)
committerOleg Nesterov <oleg@redhat.com>
Sat, 13 Apr 2013 13:32:03 +0000 (15:32 +0200)
Change probes_seq_show() and print_uprobe_event() to check
is_ret_probe() and print the correct data.

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