Home | History | Annotate | Download | only in vm

Lines Matching full:trace

175  * Gets a thread's stack trace as an array of method pointers of length pCount.
197 * Allocate memory for stack trace. This must be freed later, either by
205 /* Walk the stack a second time, filling in the stack trace. */
224 * Get a sample of the stack trace for a thread.
228 /* Get old and new stack trace for thread. */
234 /* Read time clocks to use for all events in this trace. */
240 * If there's no previous stack trace sample, log an entry event for
241 * every method in the trace.
249 * If there's a previous stack trace, diff the traces and emit entry
260 /* Iterate top-down over old trace until diff, emitting exit events. */
265 /* Iterate bottom-up over new trace from diff, emitting entry events. */
272 /* Free the old stack trace and update the thread's stack trace sample. */
496 * trace all threads).
513 ALOGI("TRACE start requested, but already in progress; stopping");
518 ALOGI("TRACE STARTED: '%s' %dKB", traceFileName, bufferSize / 1024);
539 ALOGE("Unable to open trace file '%s': %s",
542 "Unable to open trace file '%s': %s",
596 * ENHANCEMENT: To trace just a single thread, modify the
719 * We need this to prevent somebody from starting a new trace while
726 ALOGD("TRACE stop requested, but not running");
798 ALOGI("TRACE STOPPED%s: writing %d records",
875 ALOGE("trace fwrite(%d) failed: %s",
878 "Trace data write failed: %s", strerror(err));
905 * Read clocks and generate time diffs for method trace events.
1044 * trace page for normal methods. We also trace calls to native
1046 * trace page.
1047 * Abstract methods don't have any bytecodes, so we don't trace them.
1064 * To help the trace tools reconstruct the runtime stack containing
1073 * Fortunately, the trace tools can get by without the address, but
1103 * trace output so the tool can exclude the GC cost from the results.
1128 * Enable emulator trace info.
1132 /* If we could not map the emulator trace page, then do not enable tracing */
1144 * Disable emulator trace info.