Lines Matching refs:to
11 Merging will use timestamps (i.e. the first two columns of logged calls) to
37 fields, 2) the virtual start address of the library, used to compute the
72 """Prints warning to stderr if the call timestamps are not in order.
94 """Converts the call addresses to static offsets and removes invalid calls.
97 addresses, converts strings to integer values, coverts virtual addresses to
121 """Adds a trace to the tracemap.
123 Adds entries in the trace to the tracemap. All new calls will be added to
141 This is used to make the order of functions not depend on thread scheduling
188 """Merge two traces for code in specified library and write to stdout.
190 Merges the two traces and coverts the virtual addresses to the offsets in the
193 addresses have already been converted to static offsets.
202 # Maps function addresses to their corresponding trace entry.