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