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

  /external/oprofile/module/
compat24.h 32 #define PTRACE_OFF(t) ((t)->ptrace &= ~PT_DTRACE)
compat22.h 134 #define PTRACE_OFF(t) ((t)->ptrace &= ~PT_DTRACE)
136 #define PTRACE_OFF(t) ((t)->flags &= ~PF_DTRACE)

Completed in 38 milliseconds