Searched refs:PT_PTRACED (Results 1 – 3 of 3) sorted by relevance
32 #define PT_PTRACED 0x00000001 macro154 if ((current->ptrace & (PT_PTRACED|PT_SEIZED)) == PT_PTRACED) in ptrace_event()412 if (!(ptrace & PT_PTRACED)) in ptrace_report_syscall()
56 if (test_thread_flag(TIF_SINGLESTEP) && (current->ptrace & PT_PTRACED)) in handle_signal()
159 if (ptraced & PT_PTRACED) in syscall_trace_leave()