Searched refs:PTRACE_OFF (Results 1 – 4 of 4) sorted by relevance
134 #define PTRACE_OFF(t) ((t)->ptrace &= ~PT_DTRACE) macro136 #define PTRACE_OFF(t) ((t)->flags &= ~PF_DTRACE) macro
32 #define PTRACE_OFF(t) ((t)->ptrace &= ~PT_DTRACE) macro
132 PTRACE_OFF(current); in my_sys_execve()
171 PTRACE_OFF(current); in my_sys_execve()