Home
last modified time | relevance | path

Searched refs:kprobe_post_handler (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/include/asm/
A Dkprobes.h89 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
/arch/powerpc/kernel/
A Dkprobes.c393 int kprobe_post_handler(struct pt_regs *regs) in kprobe_post_handler() function
435 NOKPROBE_SYMBOL(kprobe_post_handler);
A Dtraps.c1137 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