Searched defs:tracing (Results 1 - 4 of 4) sorted by relevance

/external/oprofile/daemon/
H A Dopd_trans.h42 enum tracing_type tracing; member in struct:transient
/external/qemu/android/
H A Dqemulator.c367 static int tracing = 0; local
414 tracing = !tracing;
415 corecmd_trace_control(tracing);
/external/linux-tools-perf/util/
H A Dtrace-event-info.c128 * 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/
H A Dtrace.c29 // 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...]

Completed in 441 milliseconds