Home
last modified time | relevance | path

Searched refs:uprobe_post_sstep_notifier (Results 1 – 7 of 7) sorted by relevance

/linux/arch/csky/kernel/probes/
H A Duprobes.c154 if (uprobe_post_sstep_notifier(regs)) in uprobe_single_step_handler()
/linux/arch/powerpc/kernel/
H A Duprobes.c154 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux/arch/loongarch/kernel/
H A Duprobes.c124 if (uprobe_post_sstep_notifier(regs)) in uprobe_singlestep_handler()
/linux/arch/riscv/kernel/probes/
H A Duprobes.c158 if (uprobe_post_sstep_notifier(regs)) in uprobe_single_step_handler()
/linux/arch/sparc/kernel/
H A Duprobes.c281 if (uprobe_post_sstep_notifier(args->regs)) in arch_uprobe_exception_notify()
/linux/arch/x86/kernel/
H A Duprobes.c1804 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux/kernel/events/
H A Duprobes.c2886 int uprobe_post_sstep_notifier(struct pt_regs *regs) in uprobe_post_sstep_notifier() function