HomeSort by relevance Sort by last modified time
    Searched refs:backtraces (Results 1 - 4 of 4) sorted by null

  /development/scripts/
native_heapdump_viewer_tests.py 111 backtraces, mapppings = native_heapdump_viewer.ParseNativeHeap(heap, False, True, "")
112 self.assertTrue(backtraces)
113 self.assertEqual(2, len(backtraces))
115 self.assertFalse(backtraces[0].is_zygote)
116 self.assertEqual(1000, backtraces[0].size)
117 self.assertEqual(4, backtraces[0].num_allocs)
118 self.assertEqual([0x1000, 0x2000, 0x3000], backtraces[0].frames)
120 self.assertTrue(backtraces[1].is_zygote)
121 self.assertEqual(8300, backtraces[1].size)
122 self.assertEqual(5, backtraces[1].num_allocs
    [all...]
native_heapdump_viewer.py 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
    [all...]
  /external/jemalloc/bin/
jeprof.in 226 --focus=<regexp> Focus on backtraces with nodes matching <regexp>
228 --ignore=<regexp> Ignore backtraces with nodes matching <regexp>
    [all...]
  /external/jemalloc_new/bin/
jeprof.in 227 --focus=<regexp> Focus on backtraces with nodes matching <regexp>
229 --ignore=<regexp> Ignore backtraces with nodes matching <regexp>
    [all...]

Completed in 7532 milliseconds