Lines Matching full:trace
10 Given two log files of execution traces, merge the traces into a single trace.
12 create a single log that is an ordered trace of calls by both processes.
122 def AddTrace (tracemap, trace):
123 """Adds a trace to the tracemap.
125 Adds entries in the trace to the tracemap. All new calls will be added to
127 replaced if they happened sooner in the new trace.
131 trace: the trace
134 for trace_entry in trace:
144 library. First line of merged trace has dummy virtual address of 0-ffffffff
173 # Extract the resulting trace from the tracemap