commit | cb9a19fe4aa51afa34786bd383e6614fa0083d58 | [log] [tgz] |
---|---|---|
author | Oleg Nesterov <oleg@redhat.com> | Sun Sep 30 20:11:45 2012 +0200 |
committer | Oleg Nesterov <oleg@redhat.com> | Sun Oct 07 21:19:42 2012 +0200 |
tree | e85fac9d3a69707cd9c3a98361f5cba845d5d260 | |
parent | 142b18ddc81439acda4bc4231b291e99fe67d507 [diff] |
uprobes: Introduce prepare_uprobe() 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>