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

  /external/oprofile/daemon/
opd_trans.c 96 if (trans->tracing != TRACING_ON)
128 if (trans->tracing == TRACING_START)
129 trans->tracing = TRACING_ON;
241 trans->tracing = TRACING_START;
295 .tracing = TRACING_OFF,
opd_spu.c 126 if (trans->tracing != TRACING_ON)
134 if (trans->tracing == TRACING_START)
135 trans->tracing = TRACING_ON;
opd_trans.h 42 enum tracing_type tracing; member in struct:transient
opd_ibs.c 119 if (trans->tracing != TRACING_ON)
146 if (trans->tracing == TRACING_START)
147 trans->tracing = TRACING_ON;
opd_sfile.c 227 if (trans->tracing != TRACING_ON) {
442 if (trans->tracing == TRACING_ON) {
  /external/qemu/
trace.h 25 // For tracing dynamic execution of basic blocks
44 // For tracing simuation start times of instructions
57 // For tracing the static information about a basic block
68 // For tracing load and store addresses
81 // For tracing exceptions
92 // For tracing process id changes
101 // For tracing Dalvik VM method enter and exit
124 // This variable == 1 if we are currently tracing, otherwise == 0.
125 extern int tracing;
148 extern int tracing;
    [all...]
vl-android.c     [all...]
trace.c 39 int tracing; variable
439 // If tracing is on, then start timing the simulator
440 if (tracing)
526 if (tracing) {
    [all...]
  /external/qemu/hw/
goldfish_trace.c 26 extern int tracing;
264 case TRACE_DEV_REG_ENABLE: // tracing enable: 0 = stop, 1 = start
302 if (tracing) {
355 case TRACE_DEV_REG_ENABLE: // tracing enable
356 return tracing;
  /packages/apps/Browser/src/com/android/browser/
BrowserSettings.java 109 private boolean tracing = false; field in class:BrowserSettings
381 tracing = p.getBoolean("enable_tracing", tracing);
448 return tracing;
  /external/qemu/android/
main.c 405 static int tracing = 0; local
457 tracing = !tracing;
458 if (tracing)
    [all...]
  /external/blktrace/doc/
blktrace.tex 31 blktrace is a block layer IO tracing mechanism which provides detailed
96 \emph{Support for tracing block io actions.} To do this, run
103 and then down to \emph{Support for tracing block io actions} and hit Y.
187 tracing of devices. The above could also be accomplished by issuing:
216 that the command completed successfully. Tracing SCSI commands can be
362 device name (e.g, if we are tracing /dev/sda, the base device name would
    [all...]
  /external/qemu/target-arm/
translate.c     [all...]
helper.c 784 if (tracing) {
    [all...]
  /external/strace/
strace.c 160 -O overhead -- set overhead for tracing syscalls to OVERHEAD usecs\n\
    [all...]
  /external/blktrace/btt/doc/
btt.tex 32 \texttt{btt} is a post-processing tool for the block layer IO tracing
36 is a block layer IO tracing mechanism which provides detailed
76 \item After tracing completes, run \texttt{blkrawverify}, specifying
    [all...]
  /external/libffi/
ltconfig 318 --debug enable verbose shell tracing
    [all...]
  /build/core/
main.mk 321 # enable vm tracing in files for now to help track
  /external/chromium/third_party/icu/source/
configure     [all...]
  /external/icu4c/
configure     [all...]
  /external/grub/docs/
texinfo.tex 232 % some effort to order the tracing commands to reduce output in the log
    [all...]

Completed in 1594 milliseconds