Home | History | Annotate | Download | only in cygprofile

Lines Matching refs:to

11 Merging will use timestamps (i.e. the first two columns of logged calls) to
39 fields, 2) the virtual start address of the library, used to compute the
58 """Funcition is a sanity check to make sure that calls are only logged once.
74 """Prints warning to stderr if the call timestamps are not in order.
96 """Converts the call addresses to static offsets and removes invalid calls.
99 addresses, converts strings to integer values, coverts virtual addresses to
123 """Adds a trace to the tracemap.
125 Adds entries in the trace to the tracemap. All new calls will be added to
141 """Merge two traces for code in specified library and write to stdout.
143 Merges the two traces and coverts the virtual addresses to the offsets in the
146 addresses have already been converted to static offsets.