git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a932b73
)
uprobes/perf: Always increment trace_uprobe->nhit
author
Oleg Nesterov
<oleg@redhat.com>
Thu, 31 Jan 2013 18:55:27 +0000
(19:55 +0100)
committer
Oleg Nesterov
<oleg@redhat.com>
Fri, 8 Feb 2013 17:24:34 +0000
(18:24 +0100)
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>
No differences found