commit | a51cc6041773dd88ff35608f54274bfd6ac68652 | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@redhat.com> | Sat Mar 30 18:02:12 2013 +0100 |
committer | Oleg Nesterov <oleg@redhat.com> | Sat Apr 13 15:32:01 2013 +0200 |
tree | b7969268db40338d42c29d8ffb1787041d7d6760 | |
parent | 457d1772f1c1bcf37b2ae7fc8f1d6f303d1d5cf9 [diff] |
uprobes/tracing: Introduce uprobe_{trace,perf}_print() helpers Extract the output code from uprobe_trace_func() and uprobe_perf_func() into the new helpers, they will be used by ->ret_handler() too. We also add the unused "unsigned long func" argument in advance, to simplify the next changes. Signed-off-by: Oleg Nesterov <oleg@redhat.com> Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com> Tested-by: Anton Arapov <anton@redhat.com>