HomeSort by relevance Sort by last modified time
    Searched refs:PTRACE_OFF (Results 1 - 4 of 4) sorted by null

  /external/oprofile/module/
compat22.h 134 #define PTRACE_OFF(t) ((t)->ptrace &= ~PT_DTRACE)
136 #define PTRACE_OFF(t) ((t)->flags &= ~PF_DTRACE)
compat24.h 32 #define PTRACE_OFF(t) ((t)->ptrace &= ~PT_DTRACE)
  /external/oprofile/module/ia64/
op_syscalls.c 171 PTRACE_OFF(current);
  /external/oprofile/module/x86/
op_syscalls.c 132 PTRACE_OFF(current);

Completed in 60 milliseconds