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.
365 is single-stepped, Kprobe calls kp->post_handler. If a fault
366 occurs during execution of kp->pre_handler or kp->post_handler,
406 User's post-handler (kp->post_handler)::
410 void post_handler(struct kprobe *p, struct pt_regs *regs,
551 a probepoint for which there is a post_handler cannot be optimized.
552 So if you install a kprobe with a post_handler, at an optimized