Lines Matching refs:jprobe
31 on virtually any instruction in the kernel. A jprobe is inserted at
80 A jprobe is implemented using a kprobe that is placed on a function's
82 seamless access to the probed function's arguments. The jprobe
89 Kprobes then points the saved instruction pointer at the jprobe's
98 Kprobes saves a copy of the stack and restores it after the jprobe
103 or in registers. The jprobe will work in either case, so long as the
218 - The probe has either a break_handler (i.e., it's a jprobe) or a
401 int register_jprobe(struct jprobe *jp)
453 void unregister_jprobe(struct jprobe *jp);
468 int register_jprobes(struct jprobe **jps, int num);
486 void unregister_jprobes(struct jprobe **jps, int num);
501 int disable_jprobe(struct jprobe *jp);
511 int enable_jprobe(struct jprobe *jp);
520 the same time. Also, a probepoint for which there is a jprobe or
521 a post_handler cannot be optimized. So if you install a jprobe,
626 million hits per second, depending on the architecture. A jprobe or
632 k = kprobe; j = jprobe; r = return probe; kr = kprobe + return probe
633 on same function; jr = jprobe + return probe on same function
698 and j - jprobe), while the third column specifies the symbol+offset of