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

  /external/oprofile/daemon/
opd_trans.h 42 enum tracing_type tracing; member in struct:transient
  /external/qemu/android/
qemulator.c 367 static int tracing = 0; local
414 tracing = !tracing;
415 corecmd_trace_control(tracing);
  /external/linux-tools-perf/util/
trace-event-info.c 128 * Finds the path to the debugfs/tracing
133 static char *tracing; local
138 return tracing;
142 tracing = malloc_or_die(strlen(debugfs) + 9);
144 sprintf(tracing, "%s/tracing", debugfs);
147 return tracing;
152 const char *tracing; local
155 tracing = find_tracing_dir();
156 if (!tracing)
    [all...]
  /external/qemu/
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...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 229 milliseconds