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:
142b18d
)
uprobes: Introduce prepare_uprobe()
author
Oleg Nesterov
<oleg@redhat.com>
Sun, 30 Sep 2012 18:11:45 +0000
(20:11 +0200)
committer
Oleg Nesterov
<oleg@redhat.com>
Sun, 7 Oct 2012 19:19:42 +0000
(21:19 +0200)
Preparation. Extract the copy_insn/arch_uprobe_analyze_insn code
from install_breakpoint() into the new helper, prepare_uprobe().
And move uprobe->flags defines from uprobes.h to uprobes.c, nobody
else can use them anyway.
Signed-off-by: Oleg Nesterov <oleg@redhat.com>
Acked-by: Srikar Dronamraju <srikar@linux.vnet.ibm.com>
No differences found