Searched refs:kprobe_post_handler (Results 1 – 3 of 3) sorted by relevance
89 extern int kprobe_post_handler(struct pt_regs *regs);92 static inline int kprobe_post_handler(struct pt_regs *regs) { return 0; } in kprobe_post_handler() function
393 int kprobe_post_handler(struct pt_regs *regs) in kprobe_post_handler() function435 NOKPROBE_SYMBOL(kprobe_post_handler);
1137 if (kprobe_post_handler(regs)) in __single_step_exception()2054 if (kprobe_post_handler(regs)) in DEFINE_INTERRUPT_HANDLER()2071 if (kprobe_post_handler(regs)) in DEFINE_INTERRUPT_HANDLER()
Completed in 8 milliseconds