Searched refs:stack_profile_mapping_table (Results 1 – 13 of 13) sorted by relevance
130 EXPECT_THAT(context.storage->stack_profile_mapping_table().build_id()[0], in TEST_F()132 EXPECT_THAT(context.storage->stack_profile_mapping_table().exact_offset()[0], in TEST_F()134 EXPECT_THAT(context.storage->stack_profile_mapping_table().start_offset()[0], in TEST_F()136 EXPECT_THAT(context.storage->stack_profile_mapping_table().start()[0], in TEST_F()138 EXPECT_THAT(context.storage->stack_profile_mapping_table().end()[0], in TEST_F()140 EXPECT_THAT(context.storage->stack_profile_mapping_table().load_bias()[0], in TEST_F()142 EXPECT_THAT(context.storage->stack_profile_mapping_table().name()[0], in TEST_F()226 EXPECT_THAT(context.storage->stack_profile_mapping_table().name()[0], in TEST()
64 uint32_t id = context_.storage->stack_profile_mapping_table().row_count(); in AddMapping()
588 for (auto it = context_->storage->stack_profile_mapping_table().IterateRows(); in NotifyEndOfFile()
2832 ->GetString(storage_->stack_profile_mapping_table().build_id()[0]) in TEST_F()
65 context_->storage->stack_profile_mapping_table() in OnFrameCreated()
51 mapping_table_(context_->storage->stack_profile_mapping_table()) {} in DsoTracker()
146 context_.storage->stack_profile_mapping_table() in GetMapType()
382 const auto& mappings = context_.storage->stack_profile_mapping_table(); in WriteLocationIfNeeded()
140 const auto& m_table = context_->storage->stack_profile_mapping_table(); in ComputeTable()
70 storage->stack_profile_mapping_table(); in GetMergedCallsites()
866 RegisterStaticTable(storage->stack_profile_mapping_table()); in InitPerfettoSqlEngine()
1394 const auto& mappings = storage_->stack_profile_mapping_table(); in ExportCpuProfileSamples()
576 const tables::StackProfileMappingTable& stack_profile_mapping_table() const { in stack_profile_mapping_table() function