Lines Matching refs:trace
28 "name": <name of the trace>,
41 "%s" for the trace name. A trace's results_regexp overwrites suite
175 """Represents a series of results of one trace.
248 trace_configs: List of "TraceConfig" instances. Each trace config defines
254 calc_total: Boolean flag to speficy the calculation of a summary trace.
258 trace.CreateMeasurement(trybot, no_patch) for trace in trace_configs]
274 # there is at least one trace and that the number of results is the same
275 # for each trace.
309 trace = match.group(2)
328 "/".join(graph_names + [graph, trace])]
330 trace_result = traces.setdefault(trace, Results([{
331 "graphs": graph_names + [graph, trace],
874 # Build the graph/trace tree structure.
881 # Traverse graph/trace tree and interate over all runnables.