Searched refs:PT_PTRACED (Results 1 – 7 of 7) sorted by relevance
36 DEFINE(PT_PTRACED, PT_PTRACED); in foo()
59 DEFINE(PT_PTRACED, PT_PTRACED); in main()
32 #define PT_PTRACED 0x00000001 macro162 if ((current->ptrace & (PT_PTRACED|PT_SEIZED)) == PT_PTRACED) in ptrace_event()
62 if (!(ptrace & PT_PTRACED)) in ptrace_report_syscall()
56 if ((current->ptrace & PT_DTRACE) && (current->ptrace & PT_PTRACED)) in handle_signal()
156 if (ptraced & PT_PTRACED) in syscall_trace_leave()
414 flags = PT_PTRACED | PT_SEIZED | (flags << PT_OPT_FLAG_SHIFT); in ptrace_attach()416 flags = PT_PTRACED; in ptrace_attach()525 current->ptrace = PT_PTRACED; in ptrace_traceme()