diff options
author | Vyacheslav Cherkashin <v.cherkashin@samsung.com> | 2013-04-02 18:34:59 +0400 |
---|---|---|
committer | Vyacheslav Cherkashin <v.cherkashin@samsung.com> | 2013-04-02 18:34:59 +0400 |
commit | 343ad84f0223fca99075dee4c63c3d881edac986 (patch) | |
tree | 1c08267a5852ed9e8ae4bbb575f9a301999944f9 /uprobe | |
parent | 967a54f56e30edc45256866c21b8fcf7c1cb8590 (diff) | |
download | swap-modules-343ad84f0223fca99075dee4c63c3d881edac986.tar.gz swap-modules-343ad84f0223fca99075dee4c63c3d881edac986.tar.bz2 swap-modules-343ad84f0223fca99075dee4c63c3d881edac986.zip |
[REFACTOR] move declaration get_ukprobe_by_insn_slot()
from src/modules/kprobe/dbi_kprobes.h
to src/modules/uprobe/swap_uprobes.h
Diffstat (limited to 'uprobe')
-rw-r--r-- | uprobe/swap_uprobes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/uprobe/swap_uprobes.h b/uprobe/swap_uprobes.h index da0c9fab..26a99f1c 100644 --- a/uprobe/swap_uprobes.h +++ b/uprobe/swap_uprobes.h @@ -92,6 +92,7 @@ void dbi_unregister_all_uprobes(struct task_struct *task, int atomic); void dbi_uprobe_return(void); struct kprobe *get_ukprobe(void *addr, pid_t tgid); +struct kprobe *get_ukprobe_by_insn_slot(void *addr, pid_t tgid, struct pt_regs *regs); static inline struct uprobe *kp2up(struct kprobe *p) { |