Home
last modified time | relevance | path

Searched refs:heap_profile_mappings (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/
Dheap_profile_tracker_unittest.cc145 EXPECT_THAT(context.storage->heap_profile_mappings().build_ids(), in TEST_F()
147 EXPECT_THAT(context.storage->heap_profile_mappings().offsets(), in TEST_F()
149 EXPECT_THAT(context.storage->heap_profile_mappings().starts(), in TEST_F()
151 EXPECT_THAT(context.storage->heap_profile_mappings().ends(), in TEST_F()
153 EXPECT_THAT(context.storage->heap_profile_mappings().load_biases(), in TEST_F()
155 EXPECT_THAT(context.storage->heap_profile_mappings().names(), in TEST_F()
Dtrace_storage.h882 const HeapProfileMappings& heap_profile_mappings() const { in heap_profile_mappings() function