Lines Matching refs:backtraces
43 [--reverse]: reverse the backtraces (start the tree from the leaves)
132 backtraces instead of the number of allocations with the same size and
134 set to the number of backtraces values, then consider this generated by
214 """Parse the native heap into backtraces, maps.
216 Returns two lists, the first is a list of all of the backtraces, the
220 backtraces = []
240 backtraces.append(Backtrace(is_zygote, size, num_allocs, frames))
254 return backtraces, mappings
277 def ResolveAddrs(html_output, symboldir, app_symboldir, backtraces, mappings):
291 for backtrace in backtraces:
452 backtraces, mappings = ParseNativeHeap(args.native_heap, args.reverse_frames, num_field_valid,
455 resolved_addrs = ResolveAddrs(args.html_output, args.symboldir, args.app_symboldir, backtraces,
461 for backtrace in backtraces: