Home
last modified time | relevance | path

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

1234567

/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)
/external/chromium_org/tools/tcmalloc/
Dprint-live-objects.py41 def Symbolize(binary, traces): argument
43 for trace in traces:
61 for trace in traces:
77 traces = LoadDump(argv[2])
78 Symbolize(argv[1], traces)
80 if not traces:
83 for trace in sorted(traces, key=lambda x: -x["size"]):
/external/chromium_org/v8/tools/
Drun_perf.py132 def __init__(self, traces=None, errors=None): argument
133 self.traces = traces or []
137 return {"traces": self.traces, "errors": self.errors}
144 self.traces += other.traces
296 if not res.traces or not self.total:
300 if len(set(map(lambda t: len(t["results"]), res.traces))) != 1:
307 n_results = len(res.traces[0]["results"])
308 total_results = [GeometricMean(t["results"][i] for t in res.traces)
310 res.traces.append({
312 "units": res.traces[0]["units"],
[all …]
/external/chromium-trace/trace-viewer/src/tracing/
Dtrace_model.js223 importTraces: function(traces, argument
232 traces = traces.slice(0);
236 for (var i = 0; i < traces.length; ++i)
237 importers.push(this.createImporter_(traces[i]));
246 traces.push(subTrace);
/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc456 static bool HandleRacyStacks(ThreadState *thr, const StackTrace (&traces)[2], in HandleRacyStacks()
461 hash.hash[0] = md5_hash(traces[0].Begin(), traces[0].Size() * sizeof(uptr)); in HandleRacyStacks()
462 hash.hash[1] = md5_hash(traces[1].Begin(), traces[1].Size() * sizeof(uptr)); in HandleRacyStacks()
495 static void AddRacyStacks(ThreadState *thr, const StackTrace (&traces)[2], in AddRacyStacks()
499 hash.hash[0] = md5_hash(traces[0].Begin(), traces[0].Size() * sizeof(uptr)); in AddRacyStacks()
500 hash.hash[1] = md5_hash(traces[1].Begin(), traces[1].Size() * sizeof(uptr)); in AddRacyStacks()
674 StackTrace traces[kMop]; in ReportRace() local
676 traces[0].ObtainCurrent(thr, toppc); in ReportRace()
677 if (IsFiredSuppression(ctx, rep, traces[0])) in ReportRace()
682 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2.data()); in ReportRace()
[all …]
/external/antlr/antlr-3.4/runtime/Ruby/test/functional/debugging/
Drule-tracing.rb62 lexer.traces.should == [
68 parser.traces.should == [
/external/fio/tools/plot/
Dfio2gnuplot.manpage9 …fio2gnuplot analyze a set of fio's log files to turn them into a set of graphical traces using gnu…
32 A flat surface means a good coherency between traces.
33 A rugged surface means a lack of coherency between traces
74 Render gnuplot traces before exiting
77 The basename for gnuplot traces (set with the pattern if defined)
83 The title of the gnuplot traces.
104 To plot all the traces named like 'host*_read_4k_iops.log'
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/fullcoverage/
Dencodings.py31 self.traces = []
35 self.traces.append((args, frame.f_lineno))
/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
/external/chromium-trace/trace-viewer/src/tcmalloc/
Dtcmalloc_snapshot_view.js144 var traces = [];
147 traces.unshift(traceNameDiv.textContent);
153 instance.selectedTraces = traces;
/external/chromium_org/chrome/test/chromedriver/
Dperformance_logger.cc183 const base::ListValue* traces; in HandleTraceEvents() local
184 if (!params.GetList("value", &traces)) { in HandleTraceEvents()
188 for (base::ListValue::const_iterator it = traces->begin(); in HandleTraceEvents()
189 it != traces->end(); in HandleTraceEvents()
/external/proguard/examples/
Dapplications.pro19 # traces later on. Keep a fixed source file attribute and all line number
20 # tables to get line numbers in the stack traces.
21 # You can comment this out if you're not interested in stack traces.
Dservlets.pro16 # traces later on. Keep a fixed source file attribute and all line number
17 # tables to get line numbers in the stack traces.
18 # You can comment this out if you're not interested in stack traces.
Dapplets.pro15 # traces later on. Keep a fixed source file attribute and all line number
16 # tables to get line numbers in the stack traces.
17 # You can comment this out if you're not interested in stack traces.
Dlibrary.pro17 # traces later on. Keep a fixed source file attribute and all line number
18 # tables to get line numbers in the stack traces.
19 # You can comment this out if you're not interested in stack traces.
/external/proguard/examples/gradle/
Dapplets.gradle35 // traces later on. Keep a fixed source file attribute and all line number
36 // tables to get line numbers in the stack traces.
37 // You can comment this out if you're not interested in stack traces.
Dapplications.gradle39 // traces later on. Keep a fixed source file attribute and all line number
40 // tables to get line numbers in the stack traces.
41 // You can comment this out if you're not interested in stack traces.
Dservlets.gradle36 // traces later on. Keep a fixed source file attribute and all line number
37 // tables to get line numbers in the stack traces.
38 // You can comment this out if you're not interested in stack traces.
Dlibrary.gradle37 // traces later on. Keep a fixed source file attribute and all line number
38 // tables to get line numbers in the stack traces.
39 // You can comment this out if you're not interested in stack traces.
/external/lldb/test/
DCMakeLists.txt24 set(LLDB_TRACE_DIR "${CMAKE_BINARY_DIR}/lldb-test-traces"
25 CACHE STRING "Set directory to output LLDB test traces (for tests that do not pass.)"
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
DREADME7 It can traces all incoming calls.
22 For long traces you can use the
/external/mesa3d/src/gallium/drivers/trace/
DREADME7 It can traces all incoming calls.
22 For long traces you can use the

1234567