Searched refs:process_track_table (Results 1 – 6 of 6) sorted by relevance
67 uint32_t row = *storage_->process_track_table().id().IndexOf(begin); in TEST_F()68 ASSERT_EQ(storage_->process_track_table().upid()[row], 1u); in TEST_F()69 ASSERT_EQ(storage_->process_track_table().name()[row], in TEST_F()76 uint32_t row = *storage_->process_track_table().id().IndexOf(end); in TEST_F()77 ASSERT_EQ(storage_->process_track_table().upid()[row], 1u); in TEST_F()78 ASSERT_EQ(storage_->process_track_table().name()[row], in TEST_F()
1320 EXPECT_EQ(storage_->process_track_table().row_count(), 3u); in TEST_F()1321 EXPECT_EQ(storage_->process_track_table().upid()[0], 1u); in TEST_F()1322 EXPECT_EQ(storage_->process_track_table().upid()[1], 1u); in TEST_F()1323 EXPECT_EQ(storage_->process_track_table().upid()[2], 1u); in TEST_F()
359 storage_->process_track_table().id().IndexOf(track_id_); in ParseTrackAssociation()361 upid_ = storage_->process_track_table().upid()[*process_track_row]; in ParseTrackAssociation()
313 const tables::ProcessTrackTable& process_track_table() const { in process_track_table() function
787 RegisterDbTable(storage->process_track_table()); in TraceProcessorImpl()
830 const auto& process_track = storage_->process_track_table(); in ExportSlices()