Searched refs:uprobe_post_sstep_notifier (Results 1 – 12 of 12) sorted by relevance
154 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
154 if (uprobe_post_sstep_notifier(regs)) in uprobe_single_step_handler()
133 if (uprobe_post_sstep_notifier(regs)) in uprobe_singlestep_handler()
183 if (uprobe_post_sstep_notifier(regs)) in uprobe_single_step_handler()
174 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
152 if (uprobe_post_sstep_notifier(regs)) in uprobe_single_step_handler()
124 extern int uprobe_post_sstep_notifier(struct pt_regs *regs);
193 uprobe_post_sstep_notifier(regs); in uprobe_trap_handler()
279 if (uprobe_post_sstep_notifier(args->regs)) in arch_uprobe_exception_notify()
127 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
1019 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
2329 int uprobe_post_sstep_notifier(struct pt_regs *regs) in uprobe_post_sstep_notifier() function