Home
last modified time | relevance | path

Searched refs:traces (Results 1 – 25 of 89) sorted by relevance

1234

/external/antlr/antlr-3.4/runtime/Python/tests/
Dt044trace.py16 self.traces = []
20 self.traces.append('>'+ruleName)
24 self.traces.append('<'+ruleName)
39 self.traces = []
43 self.traces.append('>'+ruleName)
47 self.traces.append('<'+ruleName)
68 lexer.traces,
76 parser.traces,
Dt047treeparser.py13 self.traces = []
17 self.traces.append('>'+ruleName)
21 self.traces.append('<'+ruleName)
73 walker.traces,
Dt052import.py31 self.traces.append('>'+ruleName)
35 self.traces.append('<'+ruleName)
58 self.traces.append('>'+ruleName)
62 self.traces.append('<'+ruleName)
Dt053hetero.py22 self.traces.append('>'+ruleName)
26 self.traces.append('<'+ruleName)
49 self.traces.append('>'+ruleName)
53 self.traces.append('<'+ruleName)
Dt049treeparser.py21 self.traces.append('>'+ruleName)
25 self.traces.append('<'+ruleName)
Dt057autoAST.py23 self.traces.append('>'+ruleName)
27 self.traces.append('<'+ruleName)
50 self.traces.append('>'+ruleName)
54 self.traces.append('<'+ruleName)
Dt058rewriteAST.py23 self.traces.append('>'+ruleName)
27 self.traces.append('<'+ruleName)
50 self.traces.append('>'+ruleName)
54 self.traces.append('<'+ruleName)
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc304 static bool HandleRacyStacks(ThreadState *thr, const StackTrace (&traces)[2], in HandleRacyStacks()
310 hash.hash[0] = md5_hash(traces[0].Begin(), traces[0].Size() * sizeof(uptr)); in HandleRacyStacks()
311 hash.hash[1] = md5_hash(traces[1].Begin(), traces[1].Size() * sizeof(uptr)); in HandleRacyStacks()
344 static void AddRacyStacks(ThreadState *thr, const StackTrace (&traces)[2], in AddRacyStacks()
349 hash.hash[0] = md5_hash(traces[0].Begin(), traces[0].Size() * sizeof(uptr)); in AddRacyStacks()
350 hash.hash[1] = md5_hash(traces[1].Begin(), traces[1].Size() * sizeof(uptr)); in AddRacyStacks()
399 StackTrace traces[kMop]; in ReportRace() local
402 RestoreStack(s.tid(), s.epoch(), &traces[i]); in ReportRace()
407 if (traces[0].IsEmpty()) in ReportRace()
408 traces[0].ObtainCurrent(thr, 0); in ReportRace()
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
Drule-tracing.rb62 lexer.traces.should == [
68 parser.traces.should == [
/external/blktrace/btreplay/doc/
Dabstract.tex26 \item Initiate \texttt{blktrace} to capture traces
27 \item Generate traces\ldots
29 \item Run \texttt{btrecord} to convert traces into IO records
Dbtreplay.tex57 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/chromium-trace/trace-viewer/src/
Dprofiling_view.js93 var traces = [traceEvents];
95 traces.push(this.tracingController_.systemTraceEvents);
98 m.importTraces(traces, true);
Dtimeline_model.js334 importTraces: function(traces, argument
341 for (var i = 0; i < traces.length; ++i)
342 importers.push(this.createImporter_(traces[i]));
/external/proguard/examples/
Dlibrary.pro17 # traces later on. Keep a fixed source file attribute and all line number
18 # tables to actually get these stack traces.
19 # You can comment this out if you're not interested in stack traces.
Dproguard.pro16 # Write out an obfuscation mapping file, for de-obfuscating any stack traces
/external/blktrace/btt/doc/
Dbtt.tex41 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 rarely
[all …]
/external/valgrind/tsan/
Dts_race_verifier.cc48 vector<uintptr_t> traces; member
106 for (vector<uintptr_t>::iterator it2 = race->traces.begin(); in RaceVerifierGetAddresses()
107 it2 != race->traces.end(); ++it2) { in RaceVerifierGetAddresses()
305 race->traces.push_back(addr); in ParseRaceInfo()
/external/blktrace/
Dblkrawverify.c39 static struct trace_info traces[] = { variable
54 #define N_TRACES (sizeof(traces) / sizeof(struct trace_info))
94 sprintf(buf2, "| %s ", traces[i].string); in act_to_str()
DREADME151 This has a small risk of displaying some traces a little out of sync, since
152 it will do batch sorts of input events. Similarly, you can do traces over
/external/llvm/docs/HistoricalNotes/
D2003-06-25-Reoptimizer1.txt72 phase behavior from us (when some funcs/traces stop being hot and
84 Generating traces
92 cache, where the optimized traces are kept.
132 We generate instrumentation traces and optimized traces into separate
/external/opencv/cv/src/
Dcvsurf.cpp105 CvMat** traces = (CvMat**)cvStackAlloc(totalLayers*sizeof(traces[0])); in icvFastHessianDetector() local
136 traces[k] = cvCreateMat( hessian_rows, hessian_cols, CV_32FC1 ); in icvFastHessianDetector()
145 float* trace = traces[k]->data.fl; in icvFastHessianDetector()
197 const float* trace = traces[k]->data.fl + i*hessian_cols; in icvFastHessianDetector()
246 cvReleaseMat( &traces[k] ); in icvFastHessianDetector()
/external/valgrind/main/none/tests/
Dcmdline1.stdout.exp37 --num-callers=<number> show <number> callers in stack traces [12]
40 --show-below-main=no|yes continue stack traces below main() [no]
Dcmdline2.stdout.exp37 --num-callers=<number> show <number> callers in stack traces [12]
40 --show-below-main=no|yes continue stack traces below main() [no]
/external/qemu/docs/
DANDROID-ELFF.TXT21 * If routine happens to be inlined, library traces inclusion up to the first
/external/blktrace/doc/
Dblktrace.tex38 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 -- w…
505 …& & \emph{end-time} -- Display traces from time 0 through \emph{end-tim…
507 … & & \emph{start:end-time} -- Display traces from time \emph{start} \\
791 or BIO traces. The \emph{what} parameter describes the action being

1234