Home
last modified time | relevance | path

Searched refs:PTRACE_OFF (Results 1 – 4 of 4) sorted by relevance

/external/oprofile/module/
Dcompat22.h134 #define PTRACE_OFF(t) ((t)->ptrace &= ~PT_DTRACE) macro
136 #define PTRACE_OFF(t) ((t)->flags &= ~PF_DTRACE) macro
Dcompat24.h32 #define PTRACE_OFF(t) ((t)->ptrace &= ~PT_DTRACE) macro
/external/oprofile/module/x86/
Dop_syscalls.c132 PTRACE_OFF(current); in my_sys_execve()
/external/oprofile/module/ia64/
Dop_syscalls.c171 PTRACE_OFF(current); in my_sys_execve()