Lines Matching refs:post_handler
56 a post_handler, and how to use the maxactive and nmissed fields of
80 "post_handler," if any, that is associated with the kprobe.
96 This also means post_handler should not be called anymore.
227 - The probe has a post_handler.
285 - Specify an empty function for the kprobe's post_handler.
366 is single-stepped, Kprobe calls kp->post_handler. If a fault
367 occurs during execution of kp->pre_handler or kp->post_handler,
407 User's post-handler (kp->post_handler)::
411 void post_handler(struct kprobe *p, struct pt_regs *regs,
552 a probepoint for which there is a post_handler cannot be optimized.
553 So if you install a kprobe with a post_handler, at an optimized