Home
last modified time | relevance | path

Searched refs:ptrace_notify (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dtracehook.h66 ptrace_notify(SIGTRAP | ((ptrace & PT_TRACESYSGOOD) ? 0x80 : 0)); in ptrace_report_syscall()
146 ptrace_notify(SIGTRAP); in tracehook_signal_handler()
H A Dptrace.h56 extern void ptrace_notify(int exit_code);
152 ptrace_notify((event << 8) | SIGTRAP); in ptrace_event()
/OK3568_Linux_fs/kernel/arch/m68k/kernel/
H A Dptrace.c276 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) in syscall_trace()
/OK3568_Linux_fs/kernel/kernel/
H A Dsignal.c2274 void ptrace_notify(int exit_code) in ptrace_notify() function