jprobe

kprobe not working for some functions

梦想与她 提交于 2019-12-11 16:17:12
问题 I am trying to use kprobe to track handle_pte_fault function calls in linux kernel. I can probe handle_mm_fault but when I try to probe handle_pte_dault , kprobe's handler for handle_pte_fault doesn't print anything. Using this I figured that i can't probe a function which is inline and also maybe static. So, I changed the definition of the handle_pte_fault function as following and recompiled the kernel. From: static int handle_pte_fault(struct vm_fault *vmf) to: noinline int handle_pte

JProbe Plugin For Eclipse 3.7

萝らか妹 提交于 2019-12-02 15:12:47
问题 how do I add jprobe plugin into Eclipse 3.7 , i have also downloaded "Quest_Eclipse-Plug-in_901", but dont know what to do now ? 回答1: Maybe How to install JProbe Eclipse plug-in or JProbe Eclipse Plug-in Installation will help EDIT : It seems that the first link does not redirect to the correct document anymore. JProbe Help is still available, it has a section Installing the JProbe Plug-in in Eclipse . Just in case, I will include the details here as well. Essentially you use Install new