/external/qemu/ |
android-trace.h | 29 // This variable == 1 if we are currently tracing, otherwise == 0. 30 extern int tracing; 53 extern int tracing;
|
vl-android.c | 631 if (!tracing) { 632 fprintf(stderr,"-- start tracing --\n"); 635 tracing = 1; 644 if (tracing) { 647 fprintf(stderr,"-- stop tracing --\n"); 649 tracing = 0; 656 * SIGUSR1 turns tracing on. SIGUSR2 turns tracing off. 668 * This is needed when tracing to flush the buffers to disk. [all...] |
trace.c | 29 // For tracing dynamic execution of basic blocks 48 // For tracing simuation start times of instructions 61 // For tracing the static information about a basic block 72 // For tracing load and store addresses 85 // For tracing exceptions 96 // For tracing process id changes 105 // For tracing Dalvik VM method enter and exit 136 int tracing; variable 536 // If tracing is on, then start timing the simulator 537 if (tracing) [all...] |
/external/chromium/chrome/browser/resources/gpu_internals/ |
tracing_controller.css | 6 .gpu-tracing-overlay { 16 .gpu-tracing-start-button {
|
/external/qemu/target-arm/ |
translate-android.h | 320 if (tracing) { \ 329 if (tracing) { \ 339 if (tracing) { \ 345 if (tracing) { \ 353 if (tracing && ticks > 0) { \ 360 if (tracing) { \ 368 if (tracing) { \
|
helper.c | 832 if (tracing) { [all...] |
/external/mesa3d/docs/OLD/ |
MESA_trace.spec | 38 The application can add comments and enable or disable tracing of GL 63 Further, IHV's might have builtin support for tracing GL execution 65 the tracing code from their driver code base. 169 5.7 Tracing 171 The tracing facility is used to record the execution of a GL program 173 using C syntax. The primary intention of tracing is to aid in program 198 enable or disable tracing of different classes of GL commands.
|
/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 | 138 if (trans->tracing != TRACING_ON) 165 if (trans->tracing == TRACING_START) 166 trans->tracing = TRACING_ON;
|
opd_sfile.c | 227 if (trans->tracing != TRACING_ON) { 442 if (trans->tracing == TRACING_ON) {
|
/external/qemu/hw/ |
goldfish_trace.c | 25 /* Set to 1 to debug tracing */ 45 extern int tracing; 274 case TRACE_DEV_REG_ENABLE: // tracing enable: 0 = stop, 1 = start 312 if (tracing) { 370 case TRACE_DEV_REG_ENABLE: // tracing enable 371 return tracing;
|
/external/qemu/android/ |
qemulator.c | 366 static int tracing = 0; local 413 tracing = !tracing; 414 corecmd_trace_control(tracing);
|
/external/valgrind/main/none/tests/ |
cmdline2.stdout.exp | 83 --trace-symtab-patt=<patt> limit debuginfo tracing to obj name <patt>
|
/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/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 | 331 # enable vm tracing in files for now to help track
|
/frameworks/base/docs/html/guide/ |
guide_toc.cs | 566 <a href="<?cs var:toroot ?>guide/developing/debugging/debugging-tracing.html"> [all...] |
/external/icu4c/ |
configure | [all...] |
configure.orig | [all...] |
/external/v8/src/ |
d8.js | 117 var trace_compile = false; // Tracing all compile events? 118 var trace_debug_json = false; // Tracing all debug json packets? [all...] |
/external/valgrind/tsan/ |
thread_sanitizer.cc | [all...] |