Home
last modified time | relevance | path

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

/linux-6.15/arch/powerpc/kernel/
H A Duprobes.c154 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux-6.15/arch/csky/kernel/probes/
H A Duprobes.c154 if (uprobe_post_sstep_notifier(regs)) in uprobe_single_step_handler()
/linux-6.15/arch/loongarch/kernel/
H A Duprobes.c124 if (uprobe_post_sstep_notifier(regs)) in uprobe_singlestep_handler()
/linux-6.15/arch/riscv/kernel/probes/
H A Duprobes.c158 if (uprobe_post_sstep_notifier(regs)) in uprobe_single_step_handler()
/linux-6.15/arch/mips/kernel/
H A Duprobes.c174 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux-6.15/arch/arm64/kernel/probes/
H A Duprobes.c191 if (uprobe_post_sstep_notifier(regs)) in uprobe_single_step_handler()
/linux-6.15/arch/arm/probes/uprobes/
H A Dcore.c193 uprobe_post_sstep_notifier(regs); in uprobe_trap_handler()
/linux-6.15/include/linux/
H A Duprobes.h209 extern int uprobe_post_sstep_notifier(struct pt_regs *regs);
/linux-6.15/arch/sparc/kernel/
H A Duprobes.c281 if (uprobe_post_sstep_notifier(args->regs)) in arch_uprobe_exception_notify()
/linux-6.15/arch/s390/kernel/
H A Duprobes.c126 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux-6.15/arch/x86/kernel/
H A Duprobes.c1140 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux-6.15/kernel/events/
H A Duprobes.c2827 int uprobe_post_sstep_notifier(struct pt_regs *regs) in uprobe_post_sstep_notifier() function