Lines Matching refs:pre_handler
51 Kprobes -- e.g., the difference between a pre_handler and
64 notifier_call_chain mechanism. Kprobes executes the "pre_handler"
267 The jump optimization changes the kprobe's pre_handler behavior.
268 Without optimization, the pre_handler can change the kernel's execution
339 hit, Kprobes calls kp->pre_handler. After the probed instruction
341 occurs during execution of kp->pre_handler or kp->post_handler,
370 User's pre-handler (kp->pre_handler):
373 int pre_handler(struct kprobe *p, struct pt_regs *regs);
385 p and regs are as described for the pre_handler. flags always seems
393 p and regs are as described for the pre_handler. trapnr is the
434 regs is as described for kprobe.pre_handler. ri points to the