Searched refs:PT_PTRACED (Results 1 – 7 of 7) sorted by relevance
36 DEFINE(PT_PTRACED, PT_PTRACED); in foo()
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()
58 DEFINE(PT_PTRACED, PT_PTRACED); in main()
56 if ((current->ptrace & PT_DTRACE) && (current->ptrace & PT_PTRACED)) in handle_signal()
156 if (ptraced & PT_PTRACED) in syscall_trace_leave()
387 flags = PT_PTRACED | PT_SEIZED | (flags << PT_OPT_FLAG_SHIFT); in ptrace_attach()389 flags = PT_PTRACED; in ptrace_attach()498 current->ptrace = PT_PTRACED; in ptrace_traceme()
Completed in 12 milliseconds