[IMPROVE] dbi_register_kprobe/dbi_unregister_kprobe 71/13871/4
authorAnastasia Lyupa <a.lyupa@samsung.com>
Tue, 17 Dec 2013 12:44:38 +0000 (16:44 +0400)
committerNikita Kalyazin <n.kalyazin@samsung.com>
Tue, 7 Jan 2014 05:40:06 +0000 (21:40 -0800)
commit493fa574864f013157ac69dc6cccda3b61939752
tree29406a7e15a0c4d10703d83c99cc45abd4999138
parent159bd5fe615786c6ee958966d5a402fa533b80d6
[IMPROVE] dbi_register_kprobe/dbi_unregister_kprobe

set NULL addr in struct kprobe during unregistering if
symbol_name is set to make the struct reusable
(because we can't use symbol_name and addr to register kprobe
at the same time)

this commit reverts
commit 7ddb6434a343f484e3e0b2f1b720e77753e32800,
it solves the same problem in the other way

Change-Id: Ifac85e1f416c0c053711a0e5dd283c019c461097
Signed-off-by: Anastasia Lyupa <a.lyupa@samsung.com>
kprobe/dbi_kprobes.c