HomeSort by relevance Sort by last modified time
    Searched full:trace (Results 1151 - 1175 of 3884) sorted by null

<<41424344454647484950>>

  /external/blktrace/doc/
blkparse.1 27 the trace events have been saved by a previous run of blktrace, and blkparse
184 .SH "TRACE ACTIONS"
185 The following trace actions are recognised:
513 To trace the i/o on the device \fI/dev/hda\fB and parse the output to human
527 To trace the i/o on a device and save the output for later processing with
532 This will trace i/o on the devices \fI/dev/sda\fR and \fI/dev/sdb\fR and save
534 directory, for the two different devices, respectively. This trace
blktrace.tex 81 As an example, bt/kernel contains blk-trace-2.6.14-rc1-git-G2, download
139 trace, hit control-C):
193 By default, \emph{btrace} runs the trace in quiet mode so it will not
227 go run you test cases. Stop the trace, and at your leisure utilize
375 a running trace -- via the \emph{-k} option.
389 -d \emph{dev} & --dev=\emph{dev} & Adds \emph{dev} as a device to trace \\ \hline
390 -k & --kill & Kill on-going trace \\ \hline
396 -I \emph{devs file}& --input-devs=\emph{devs file}& Adds devices found in \emph{devs file} to list of devices to trace. \\
416 notify & \emph{notify} trace messages \\ \hline
441 -- one where the trace events have been saved by a previous ru
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/tnl/
t_vb_lighttmp.h 38 /* define TRACE to trace lighting code */
39 /* #define TRACE 1 */
71 #ifdef TRACE
252 #ifdef TRACE
432 #ifdef TRACE
536 #ifdef TRACE
  /external/compiler-rt/lib/tsan/rtl/
tsan_rtl_thread.cc 60 // Can't increment epoch w/o writing to the trace as well.
78 //!!! FlushUnneededShadowMemory(GetThreadTraceHeader(tid), sizeof(Trace));
92 // RoundUp so that one trace part does not contain events
114 const uptr trace = (epoch0 / kTracePartSize) % TraceParts(); local
115 Trace *thr_trace = ThreadTrace(thr->tid);
116 thr_trace->headers[trace].epoch0 = epoch0;
129 // Can't increment epoch w/o writing to the trace as well.
  /external/mesa3d/src/mesa/tnl/
t_vb_lighttmp.h 38 /* define TRACE to trace lighting code */
39 /* #define TRACE 1 */
71 #ifdef TRACE
252 #ifdef TRACE
432 #ifdef TRACE
536 #ifdef TRACE
  /external/chromium_org/third_party/angle/src/third_party/trace_event/
trace_event.h 5 // Trace events are for tracking application performance and resource usage.
11 // categories are statically defined, TRACE categories are created
23 // A common use case is to trace entire function scopes. This
24 // issues a trace BEGIN and END automatically:
37 // The trace system will automatically add to this information the
40 // To trace an asynchronous procedure such as an IPC send/receive, use ASYNC_BEGIN and
65 // Trace event also supports counters, which is a way to track a quantity
86 // By default, trace collection is compiled in, but turned off at runtime.
87 // Collecting trace data is the responsibility of the embedding
98 // free(str); // Trace system now has dangling pointe
    [all...]
  /external/jdiff/src/jdiff/
RootDocToXML.java 248 if (trace) System.out.println("Found package " + pkgName + " for class " + className);
250 if (trace) System.out.println("Adding new package " + pkgName);
274 if (trace) System.out.println("PROCESSING PACKAGE: " + pkgName);
278 if (trace) System.out.println("#tags: " + tagCount);
308 if (trace) System.out.println("PROCESSING CLASSES, number=" + cd.length);
311 if (trace) System.out.println("PROCESSING CLASS/IFC: " + className);
459 if (trace) System.out.println("PROCESSING INTERFACES, number=" + ifaces.length);
462 if (trace) System.out.println("PROCESSING INTERFACE: " + ifaceName);
473 if (trace) System.out.println("PROCESSING CONSTRUCTORS, number=" + ct.length);
476 if (trace) System.out.println("PROCESSING CONSTRUCTOR: " + ctorName)
1145 private static boolean trace = false; field in class:RootDocToXML
    [all...]
  /prebuilts/tools/common/m2/internal/org/slf4j/slf4j-api/1.7.2/
slf4j-api-1.7.2.jar 
  /development/build/
sdk.atree 52 external/chromium-trace/systrace.py platform-tools/systrace/systrace.py
53 external/chromium-trace/systrace-legacy.py platform-tools/systrace/systrace-legacy.py
54 external/chromium-trace/script.js platform-tools/systrace/script.js
55 external/chromium-trace/style.css platform-tools/systrace/style.css
56 external/chromium-trace/prefix.html platform-tools/systrace/prefix.html
57 external/chromium-trace/suffix.html platform-tools/systrace/suffix.html
58 external/chromium-trace/LICENSE platform-tools/systrace/LICENSE
59 external/chromium-trace/AUTHORS platform-tools/systrace/AUTHORS
60 external/chromium-trace/NOTICE platform-tools/systrace/NOTICE
61 external/chromium-trace/UPSTREAM_REVISION platform-tools/systrace/UPSTREAM_REVISIO
    [all...]
  /external/linux-tools-perf/
builtin-script.c 12 #include "util/trace-event.h"
46 {.str = "trace", .field = PERF_OUTPUT_TRACE},
156 if (PRINT_FIELD(TRACE) &&
287 if (PRINT_FIELD(TRACE))
582 else if (!strcmp(str, "trace"))
870 fprintf(stdout, "List of available trace scripts:\n");
962 OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
963 "dump raw trace in ASCII"),
988 "comma separated output fields prepend with 'type:'. Valid types: hw,sw,trace,raw. Fields: comm,tid,pid,time,cpu,event,trace,sym"
    [all...]
  /external/opencv/cv/src/
cvsurf.cpp 145 float* trace = traces[k]->data.fl; local
149 trace[i] = trace[hessian_cols*hessian_rows-1-i] = 0.f;
152 trace += (SIZE0/2)*(hessian_cols + 1);
158 trace += hessian_cols, hessian += hessian_cols )
163 trace[-j-1] = trace[hessian_cols - SIZE0 + j] = 0.f;
178 trace[j] = (float)(dx + dy);
197 const float* trace = traces[k]->data.fl + i*hessian_cols; local
231 double trace_val = trace[j]
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/src/org/antlr/runtime/
BaseRecognizer.as 320 trace(msg);
653 //trace("consumeUntil("+bitSet.toStringFromTokens(tokenNames)+")");
656 //trace("consume during recover LA(1)="+tokenNames[input.LA(1)]);
766 trace("!!!!!!!!! memo array is null for "+ grammarFileName);
769 trace("!!!!!!!!! memo size is "+state.ruleMemo.length+", but rule index is "+ruleIndex);
792 trace("enter "+ruleName+" "+inputSymbol);
794 trace(" backtracking="+state.backtracking);
796 trace();
803 trace("exit "+ruleName+" "+inputSymbol);
805 trace(" backtracking="+state.backtracking)
    [all...]
  /frameworks/base/graphics/java/android/graphics/
BitmapFactory.java 21 import android.os.Trace;
505 Trace.traceBegin(Trace.TRACE_TAG_GRAPHICS, "decodeBitmap");
514 Trace.traceEnd(Trace.TRACE_TAG_GRAPHICS);
590 Trace.traceBegin(Trace.TRACE_TAG_GRAPHICS, "decodeBitmap");
605 Trace.traceEnd(Trace.TRACE_TAG_GRAPHICS);
654 Trace.traceBegin(Trace.TRACE_TAG_GRAPHICS, "decodeFileDescriptor")
    [all...]
  /external/valgrind/main/drd/docs/
drd-manual.xml 521 <option><![CDATA[--trace-addr=<address> [default: none]]]></option>
525 Trace all load and store activity for the specified
536 Trace all load and store activity for the specified address and keep
544 <option><![CDATA[--trace-alloc=<yes|no> [default: no]]]></option>
548 Trace all memory allocations and deallocations. May produce a huge
555 <option><![CDATA[--trace-barrier=<yes|no> [default: no]]]></option>
559 Trace all barrier activity.
565 <option><![CDATA[--trace-cond=<yes|no> [default: no]]]></option>
569 Trace all condition variable activity.
575 <option><![CDATA[--trace-fork-join=<yes|no> [default: no]]]></option
    [all...]
  /external/eigen/blas/testing/
cblat2.f 85 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
136 TRACE = NTRA.GE.0
137 IF( TRACE )THEN
142 REWI = REWI.AND.TRACE
307 140 CALL CCHK1( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
313 150 CALL CCHK2( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
320 160 CALL CCHK3( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
325 170 CALL CCHK4( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
331 180 CALL CCHK5( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
337 190 CALL CCHK6( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
    [all...]
dblat2.f 82 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
131 TRACE = NTRA.GE.0
132 IF( TRACE )THEN
137 REWI = REWI.AND.TRACE
302 140 CALL DCHK1( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
308 150 CALL DCHK2( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
315 160 CALL DCHK3( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
320 170 CALL DCHK4( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
326 180 CALL DCHK5( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
332 190 CALL DCHK6( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
    [all...]
sblat2.f 82 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
131 TRACE = NTRA.GE.0
132 IF( TRACE )THEN
137 REWI = REWI.AND.TRACE
302 140 CALL SCHK1( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
308 150 CALL SCHK2( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
315 160 CALL SCHK3( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
320 170 CALL SCHK4( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
326 180 CALL SCHK5( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
332 190 CALL SCHK6( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
    [all...]
zblat2.f 86 LOGICAL FATAL, LTESTT, REWI, SAME, SFATAL, TRACE,
137 TRACE = NTRA.GE.0
138 IF( TRACE )THEN
143 REWI = REWI.AND.TRACE
308 140 CALL ZCHK1( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
314 150 CALL ZCHK2( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
321 160 CALL ZCHK3( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
326 170 CALL ZCHK4( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
332 180 CALL ZCHK5( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
338 190 CALL ZCHK6( SNAMES( ISNUM ), EPS, THRESH, NOUT, NTRA, TRACE,
    [all...]
  /prebuilts/misc/android-arm/gdbserver/
gdbserver 
  /build/
envsetup.sh 836 # systemstack - dump the current stack trace of all threads in the system process
1059 local TRACE=$1
1060 if [ ! "$TRACE" ] ; then
1070 local BASETRACE=$(basename $TRACE)
1071 if [ "$BASETRACE" = "$TRACE" ] ; then
1072 TRACE=$ANDROID_PRODUCT_OUT/traces/$TRACE
1076 rm -f $TRACE/qtrace.dexlist
1077 post_trace $TRACE
1080 echo "*** Error: malformed trace. Did you remember to exit the emulator?
    [all...]
  /dalvik/vm/compiler/codegen/x86/
CodegenInterface.cpp 36 * Determine the initial instruction set to be used for this trace.
229 /* Sort the trace profile counts and dump them */
496 * Unchain a trace given the starting address of the translation
    [all...]
  /dalvik/vm/
Thread.h 214 int totalTraceLen; // Number of Dalvik insts in trace
215 const u2* currTraceHead; // Start of the trace we're building
219 const Method* traceMethod; // Starting method of current trace
221 JitTraceRun trace[MAX_JIT_RUN_LEN]; member in struct:Thread
290 /* previous stack trace sample and length (used by sampling profiler) */
606 * Debug: kill a thread to get a debuggerd stack trace. Leaves the VM
  /external/chromium_org/chrome/test/functional/perf/endure_graphs/
endure_plotter.js 285 // Identify the (single) trace name associated with this revision.
289 reportError('Only one trace per revision is supported for ' +
300 var trace = row.traces[traceName];
301 if (!trace) {
302 reportError('No specified trace was found.');
307 for (var j = 0, point; point = trace[j]; ++j) {
  /external/chromium_org/chrome/test/perf/
startup_test.cc 148 void RunPerfTestWithManyTabs(const char* graph, const char* trace,
152 void RunStartupTest(const char* graph, const char* trace,
262 graph, std::string(), trace, times, "ms", important);
265 std::string name_base = trace;
337 void StartupTest::RunPerfTestWithManyTabs(const char* graph, const char* trace,
369 RunStartupTest(graph, trace, WARM, NOT_IMPORTANT,
  /external/chromium_org/tools/telemetry/telemetry/core/timeline/
trace_event_importer.py 6 This is a port of the trace event importer from
7 https://code.google.com/p/trace-viewer/
29 # cannot guarantee that a ']' gets written to the trace file. So, we are
43 # Some trace_event implementations put the actual trace events
45 # If we see that, just pull out the trace events.
232 # want to support loading load trace files so we have both I and i.

Completed in 777 milliseconds

<<41424344454647484950>>