Searched refs:kprobe_post_handler (Results 1 – 3 of 3) sorted by relevance
91 extern int kprobe_post_handler(struct pt_regs *regs);94 static inline int kprobe_post_handler(struct pt_regs *regs) { return 0; } in kprobe_post_handler() function
481 int kprobe_post_handler(struct pt_regs *regs) in kprobe_post_handler() function521 NOKPROBE_SYMBOL(kprobe_post_handler);
1127 if (kprobe_post_handler(regs)) in single_step_exception()1990 if (kprobe_post_handler(regs)) in DebugException()2007 if (kprobe_post_handler(regs)) in DebugException()