Home
last modified time | relevance | path

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

123456

/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/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/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_report.cc434 static bool HandleRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2], in HandleRacyStacks()
439 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr)); in HandleRacyStacks()
440 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr)); in HandleRacyStacks()
473 static void AddRacyStacks(ThreadState *thr, VarSizeStackTrace traces[2], in AddRacyStacks()
477 hash.hash[0] = md5_hash(traces[0].trace, traces[0].size * sizeof(uptr)); in AddRacyStacks()
478 hash.hash[1] = md5_hash(traces[1].trace, traces[1].size * sizeof(uptr)); in AddRacyStacks()
611 VarSizeStackTrace traces[kMop]; in ReportRace() local
613 ObtainCurrentStack(thr, toppc, &traces[0]); in ReportRace()
614 if (IsFiredSuppression(ctx, rep, traces[0])) in ReportRace()
619 RestoreStack(s2.tid(), s2.epoch(), &traces[1], mset2.data()); in ReportRace()
[all …]
/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/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
/external/proguard/examples/
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.
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.
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.
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.
Dmidlets.pro38 # traces later on.
43 # get stack traces with line numbers.
Dscala.pro25 # traces later on. Keep a fixed source file attribute and all line number
26 # tables to get line numbers in the stack traces.
27 # You can comment this out if you're not interested in stack traces.
/external/proguard/examples/gradle/
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.
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.
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/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/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/mesa3d/src/gallium/drivers/trace/
DREADME7 It can traces all incoming calls.
22 For long traces you can use the
/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()
/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/chromium-trace/trace-viewer/tracing/
D.gitignore9 test_data/measurmt-traces

123456