Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/kernel/
Duprobes.c154 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux-4.4.14/arch/mips/kernel/
Duprobes.c230 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux-4.4.14/include/linux/
Duprobes.h134 extern int uprobe_post_sstep_notifier(struct pt_regs *regs);
/linux-4.4.14/arch/arm/probes/uprobes/
Dcore.c196 uprobe_post_sstep_notifier(regs); in uprobe_trap_handler()
/linux-4.4.14/arch/s390/kernel/
Duprobes.c124 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux-4.4.14/arch/x86/kernel/
Duprobes.c918 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux-4.4.14/kernel/events/
Duprobes.c1995 int uprobe_post_sstep_notifier(struct pt_regs *regs) in uprobe_post_sstep_notifier() function