Home
last modified time | relevance | path

Searched refs:PT_PTRACED (Results 1 – 2 of 2) sorted by relevance

/include/linux/
Dptrace.h32 #define PT_PTRACED 0x00000001 macro
162 if ((current->ptrace & (PT_PTRACED|PT_SEIZED)) == PT_PTRACED) in ptrace_event()
Dtracehook.h62 if (!(ptrace & PT_PTRACED)) in ptrace_report_syscall()