Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dtracehook.h66 ptrace_notify(SIGTRAP | ((ptrace & PT_TRACESYSGOOD) ? 0x80 : 0)); in ptrace_report_syscall()
146 ptrace_notify(SIGTRAP); in tracehook_signal_handler()
Dptrace.h63 extern void ptrace_notify(int exit_code);
159 ptrace_notify((event << 8) | SIGTRAP); in ptrace_event()
/Linux-v5.4/arch/unicore32/kernel/
Dptrace.c133 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) in syscall_trace()
/Linux-v5.4/arch/m68k/kernel/
Dptrace.c277 ptrace_notify(SIGTRAP | ((current->ptrace & PT_TRACESYSGOOD) in syscall_trace()
/Linux-v5.4/kernel/
Dsignal.c2266 void ptrace_notify(int exit_code) in ptrace_notify() function