Searched refs:PT_PTRACED (Results 1 – 5 of 5) sorted by relevance
32 #define PT_PTRACED 0x00000001 macro154 if ((current->ptrace & (PT_PTRACED|PT_SEIZED)) == PT_PTRACED) in ptrace_event()417 if (!(ptrace & PT_PTRACED)) in ptrace_report_syscall()
36 DEFINE(PT_PTRACED, PT_PTRACED); in foo()
56 if (test_thread_flag(TIF_SINGLESTEP) && (current->ptrace & PT_PTRACED)) in handle_signal()
155 if (ptraced & PT_PTRACED) in syscall_trace_leave()
409 flags = PT_PTRACED | PT_SEIZED | (flags << PT_OPT_FLAG_SHIFT); in ptrace_attach()411 flags = PT_PTRACED; in ptrace_attach()520 current->ptrace = PT_PTRACED; in ptrace_traceme()