| commit | 1b47aefd9b6bd439a4be43c47acd22987ac22db8 | [log] [tgz] |
|---|---|---|
| author | Oleg Nesterov <oleg@redhat.com> | Thu Jan 31 19:55:27 2013 +0100 |
| committer | Oleg Nesterov <oleg@redhat.com> | Fri Feb 08 18:24:34 2013 +0100 |
| tree | a3d0a40ce94f7e57d4375a77a0c74c0001b4bb67 | |
| parent | a932b7381f81235530c3d0acbd3ba2c7537d78e5 [diff] |
uprobes/perf: Always increment trace_uprobe->nhit Move tu->nhit++ from uprobe_trace_func() to uprobe_dispatcher(). ->nhit counts how many time we hit the breakpoint inserted by this uprobe, we do not want to loose this info if uprobe was enabled by sys_perf_event_open(). Signed-off-by: Oleg Nesterov <oleg@redhat.com> Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>