Lines Matching refs:pre_handler
56 Kprobes -- e.g., the difference between a pre_handler and
70 notifier_call_chain mechanism. Kprobes executes the "pre_handler"
95 registers) in pre_handler, you must return !0 so that kprobes stops
279 The jump optimization changes the kprobe's pre_handler behavior.
280 Without optimization, the pre_handler can change the kernel's execution
366 hit, Kprobes calls kp->pre_handler. After the probed instruction
368 occurs during execution of kp->pre_handler or kp->post_handler,
398 User's pre-handler (kp->pre_handler)::
402 int pre_handler(struct kprobe *p, struct pt_regs *regs);
415 p and regs are as described for the pre_handler. flags always seems
424 p and regs are as described for the pre_handler. trapnr is the
452 regs is as described for kprobe.pre_handler. ri points to the