Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dtracehook.h67 ptrace_notify(SIGTRAP | ((ptrace & PT_TRACESYSGOOD) ? 0x80 : 0)); in ptrace_report_syscall()
151 ptrace_notify(SIGTRAP); in tracehook_signal_handler()
Dptrace.h56 extern void ptrace_notify(int exit_code);
152 ptrace_notify((event << 8) | SIGTRAP); in ptrace_event()
/Linux-v4.19/arch/unicore32/kernel/
Dptrace.c136 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) in syscall_trace()
/Linux-v4.19/arch/m68k/kernel/
Dptrace.c277 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) in syscall_trace()
/Linux-v4.19/kernel/
Dsignal.c2119 void ptrace_notify(int exit_code) in ptrace_notify() function