OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TRACE_FILE
(Results
1 - 5
of
5
) sorted by null
/system/extras/ANRdaemon/
ANRdaemon_get_trace.sh
22
TRACE_FILE
=$(adb $DEVICE shell "ls $TRACE_DIR \
26
adb $DEVICE shell "lsof $PID" | grep $
TRACE_FILE
> /dev/null
30
adb $DEVICE shell "lsof $PID" | grep "$
TRACE_FILE
" > /dev/null
33
if [ -z "$
TRACE_FILE
" ]; then
37
adb $DEVICE pull "${TRACE_DIR}/${
TRACE_FILE
}" ${
TRACE_FILE
}
41
echo Trace stored at ${CURRENT_DIR}/${
TRACE_FILE
}
/external/autotest/client/site_tests/platform_TraceClockMonotonic/
platform_TraceClockMonotonic.py
25
TRACE_FILE
= TRACE_PATH + 'trace'
43
with open(self.
TRACE_FILE
, 'w') as trace:
72
with open(self.
TRACE_FILE
, 'r') as trace:
/external/strace/
pathtrace.c
155
if (!(s->sys_flags & (
TRACE_FILE
| TRACE_DESC | TRACE_NETWORK)))
338
* These have
TRACE_FILE
or TRACE_DESCRIPTOR or TRACE_NETWORK set,
349
if (s->sys_flags &
TRACE_FILE
)
syscall.c
74
#define TF
TRACE_FILE
489
return
TRACE_FILE
;
[
all
...]
defs.h
399
#define
TRACE_FILE
001 /* Trace file-related syscalls. */
Completed in 105 milliseconds