Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/kernel/
H A Duprobes.c142 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/OK3568_Linux_fs/kernel/arch/csky/kernel/probes/
H A Duprobes.c151 if (uprobe_post_sstep_notifier(regs)) in uprobe_single_step_handler()
/OK3568_Linux_fs/kernel/arch/arm64/kernel/probes/
H A Duprobes.c183 if (uprobe_post_sstep_notifier(regs)) in uprobe_single_step_handler()
/OK3568_Linux_fs/kernel/arch/mips/kernel/
H A Duprobes.c174 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/OK3568_Linux_fs/kernel/include/linux/
H A Duprobes.h124 extern int uprobe_post_sstep_notifier(struct pt_regs *regs);
/OK3568_Linux_fs/kernel/arch/arm/probes/uprobes/
H A Dcore.c193 uprobe_post_sstep_notifier(regs); in uprobe_trap_handler()
/OK3568_Linux_fs/kernel/arch/sparc/kernel/
H A Duprobes.c279 if (uprobe_post_sstep_notifier(args->regs)) in arch_uprobe_exception_notify()
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Duprobes.c127 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/OK3568_Linux_fs/kernel/arch/x86/kernel/
H A Duprobes.c1017 if (uprobe_post_sstep_notifier(regs)) in arch_uprobe_exception_notify()
/OK3568_Linux_fs/kernel/kernel/events/
H A Duprobes.c2334 int uprobe_post_sstep_notifier(struct pt_regs *regs) in uprobe_post_sstep_notifier() function