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

  /dalvik/tools/dmtracedump/
dmtracedump.pl 4 @traces = grep { /.*\.dmtrace\.data/ } readdir(DIR);
6 foreach (@traces)
  /dalvik/tests/063-process-manager/src/
Main.java 26 Map<Thread, StackTraceElement[]> traces = Thread.getAllStackTraces(); local
30 traces.entrySet()) {
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
AllocationPanel.java 129 StackTraceElement[] traces = alloc.getStackTrace(); local
130 if (traces.length > 0) {
131 return traces[0].getClassName();
135 traces = alloc.getStackTrace();
136 if (traces.length > 0) {
137 return traces[0].getMethodName();
  /libcore/dalvik/src/main/java/dalvik/system/
SamplingProfiler.java 95 * Map of stack traces to a mutable sample count.
97 private final Map<Trace, int[]> traces = new HashMap<Trace, int[]>(); field in class:SamplingProfiler
327 int[] count = traces.get(mutableTrace);
331 traces.put(trace, count);
512 List<Entry<Trace, int[]>> samples = new ArrayList<Entry<Trace, int[]>>(traces.entrySet());
  /external/blktrace/
blkrawverify.c 39 static struct trace_info traces[] = { variable in typeref:struct:trace_info
54 #define N_TRACES (sizeof(traces) / sizeof(struct trace_info))
94 sprintf(buf2, "| %s ", traces[i].string);
215 * skip notify traces, they don't have valid sequences
259 fprintf(ofp, "%8s %d traces\n", "", nbad_trace);
  /external/blktrace/btt/doc/
btt.tex 41 form of multiple individual traces per IO executed during the traced
73 parameters you want. You must save the traces to disk in this step,
94 files into one time-ordered stream of traces for all devices.
141 btt to refer to issue traces. Note that an I is used to refer to
142 \emph{insert} traces.}.
154 \item \emph{Q2Q} which measures the time between queue traces
162 = {Q2C}$ however, typically there are multiple queue traces that
354 \item[Per Process] As traces are emitted, they are tagged with the
358 provided which breaks down the traces according to process ID (name).
364 or kjournald for example). Similarly, completion traces are rarel
    [all...]
  /frameworks/base/tests/CoreTests/android/core/
MiscRegressionTest.java 466 StackTraceElement[] traces = t1.getStackTrace(); local
467 StackTraceElement trace = traces[traces.length - 2];
482 // Expect to see the traces of all threads (not just t2)
483 assertTrue("Must have traces for all threads", t2.visibleTraces > 1);
  /external/blktrace/btreplay/doc/
btreplay.tex 57 traces from the kernel for each IO processed by the block IO layer. The
58 traces provide a complete timeline for each IO processed, including
69 \item Run \texttt{blktrace} to collect traces. Here you specify the
71 the only traces you are interested in are \emph{QUEUE} requests --
72 thus, to save system resources (including storage for traces), one could
79 utility (thus saving all traces over the complete workload).
81 \item You extract the pertinent IO information from the traces saved by
250 [ -F : --find-traces ] Default: Off
277 \subsubsection{\texttt{-F} or \texttt{--find-traces}\\Find Trace Files
364 traces on CPU 0.
    [all...]
  /external/blktrace/doc/
blktrace.tex 38 layer to emit event traces. If you run a 2.6.17-rc1 or newer kernel,
41 \item[blktrace] A utility which transfers event traces from the kernel
335 The \emph{blktrace} utility extracts event traces from the kernel (via
412 read & \emph{read} traces \\ \hline
415 write & \emph{write} traces \\ \hline
456 \item If you have saved event traces in blktrace with different output
504 -w \emph{span} & --stopwatch=\emph{span} & Display traces for the \emph{span} specified -- where span can be: \\
505 & & \emph{end-time} -- Display traces from time 0 through \emph{end-time} (in ns) \\
507 & & \emph{start:end-time} -- Display traces from time \emph{start} \\
    [all...]
  /build/
envsetup.sh 740 # to the usual ANR traces file
743 adb shell echo '""' '>>' /data/anr/traces.txt && adb shell chmod 776 /data/anr/traces.txt && adb shell kill -3 $(pid system_server)
882 TRACE=$ANDROID_PRODUCT_OUT/traces/$TRACE
885 echo "post-processing traces..."
  /ndk/build/core/
init.mk 20 # Define NDK_LOG in your environment to display log traces when
  /build/core/
main.mk 312 ADDITIONAL_BUILD_PROPERTIES += dalvik.vm.stack-trace-file=/data/anr/traces.txt
  /external/v8/benchmarks/
deltablue.js 556 * Removes all traces of c from this variable.
  /external/webkit/SunSpider/tests/v8-v4/
v8-deltablue.js 550 * Removes all traces of c from this variable.

Completed in 401 milliseconds