OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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 34 milliseconds