FIX install probes in unhandled memory
authorVyacheslav Cherkashin <v.cherkashin@samsung.com>
Mon, 4 Feb 2013 11:33:47 +0000 (15:33 +0400)
committerVyacheslav Cherkashin <v.cherkashin@samsung.com>
Mon, 4 Feb 2013 11:33:47 +0000 (15:33 +0400)
driver/us_proc_inst.c

index e186a6d..dd18a30 100644 (file)
@@ -1197,6 +1197,9 @@ void do_page_fault_ret_pre_code (void)
                        pid_t tgid = find_proc_by_task(task, us_proc_info.m_f_dentry);
                        if (tgid) {
                                us_proc_info.tgid = gl_nNotifyTgid = tgid;
+
+                               /* install probes in already mapped memory */
+                               install_proc_probes(task, us_proc_info.pp, 1);
                        }
                }