Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/kernel/
Duprobes.c154 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux-4.1.27/include/linux/
Duprobes.h118 extern int uprobe_post_sstep_notifier(struct pt_regs *regs);
/linux-4.1.27/arch/arm/probes/uprobes/
Dcore.c196 uprobe_post_sstep_notifier(regs); in uprobe_trap_handler()
/linux-4.1.27/arch/s390/kernel/
Duprobes.c124 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux-4.1.27/arch/x86/kernel/
Duprobes.c926 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/linux-4.1.27/kernel/events/
Duprobes.c1963 int uprobe_post_sstep_notifier(struct pt_regs *regs) in uprobe_post_sstep_notifier() function