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
434 int kprobe_post_handler(struct pt_regs *regs) in kprobe_post_handler() function476 NOKPROBE_SYMBOL(kprobe_post_handler);
1135 if (kprobe_post_handler(regs)) in single_step_exception()2046 if (kprobe_post_handler(regs)) in DebugException()2063 if (kprobe_post_handler(regs)) in DebugException()