diff options
author | Anastasia Lyupa <a.lyupa@samsung.com> | 2013-04-23 17:42:14 +0400 |
---|---|---|
committer | Anastasia Lyupa <a.lyupa@samsung.com> | 2013-04-23 17:42:14 +0400 |
commit | 28c75adf1839a860d9a39107579308791038f34f (patch) | |
tree | bed7efd3b7794a67ab21eefc9626865e63968240 /kprobe/dbi_kprobes_deps.c | |
parent | 7b12b58071efe021a7097c52c0e02ff508bfee4a (diff) | |
parent | 1bae125c330462fb58badcf2bccbc14b904ebb00 (diff) | |
download | swap-modules-28c75adf1839a860d9a39107579308791038f34f.tar.gz swap-modules-28c75adf1839a860d9a39107579308791038f34f.tar.bz2 swap-modules-28c75adf1839a860d9a39107579308791038f34f.zip |
Merge branch 'dev' of 106.109.8.71:/srv/git/dbi into dev
Diffstat (limited to 'kprobe/dbi_kprobes_deps.c')
-rw-r--r-- | kprobe/dbi_kprobes_deps.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/kprobe/dbi_kprobes_deps.c b/kprobe/dbi_kprobes_deps.c index 71c99999..87421e21 100644 --- a/kprobe/dbi_kprobes_deps.c +++ b/kprobe/dbi_kprobes_deps.c @@ -39,6 +39,8 @@ unsigned long sched_addr; unsigned long fork_addr; unsigned long exit_addr; +unsigned long sys_exit_group_addr; +unsigned long do_group_exit_addr; #if LINUX_VERSION_CODE > KERNEL_VERSION(2, 6, 29) /* kernel define 'pgd_offset_k' redefinition */ |