Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dkprobes.h91 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
/arch/powerpc/kernel/
Dkprobes.c481 int kprobe_post_handler(struct pt_regs *regs) in kprobe_post_handler() function
521 NOKPROBE_SYMBOL(kprobe_post_handler);
Dtraps.c1127 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()