Home
last modified time | relevance | path

Searched refs:handle_syscall_uprobe (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/
H A Duprobes.h243 extern void handle_syscall_uprobe(struct pt_regs *regs, unsigned long bp_vaddr);
/linux/arch/x86/kernel/
H A Duprobes.c839 handle_syscall_uprobe(regs, regs->ip); in SYSCALL_DEFINE0()
/linux/kernel/events/
H A Duprobes.c2793 void handle_syscall_uprobe(struct pt_regs *regs, unsigned long bp_vaddr) in handle_syscall_uprobe() function