Searched refs:mutable_slice_table (Results 1 – 11 of 11) sorted by relevance
157 context_.storage->mutable_slice_table()->Insert( in TEST_F()202 context_.storage->mutable_slice_table()->Insert( in TEST_F()263 context_.storage->mutable_slice_table()->Insert( in TEST_F()453 context_.storage->mutable_slice_table()->Insert( in TEST_F()465 auto& slice = *context_.storage->mutable_slice_table(); in TEST_F()494 SliceId id1 = storage->mutable_slice_table() in TEST_F()497 SliceId id2 = storage->mutable_slice_table() in TEST_F()546 context_.storage->mutable_slice_table()->Insert( in TEST_F()564 auto& slice = *context_.storage->mutable_slice_table(); in TEST_F()595 context_.storage->mutable_slice_table()->Insert( in TEST_F()[all …]
960 RegisterStaticTable(storage->mutable_slice_table()); in InitPerfettoSqlEngine()
55 return context_->storage->mutable_slice_table()->Insert(row).id; in Begin()80 return context_->storage->mutable_slice_table()->Insert(row).id; in BeginLegacyUnnestable()96 return context_->storage->mutable_slice_table()->Insert(row).id; in Scoped()125 auto* slices = context_->storage->mutable_slice_table(); in AddArgs()170 auto* slices = context_->storage->mutable_slice_table(); in StartSlice()233 auto* slices = context_->storage->mutable_slice_table(); in CompleteSlice()278 auto* slices = context_->storage->mutable_slice_table(); in MatchingIncompleteSliceIndex()361 auto* slices = context_->storage->mutable_slice_table(); in MaybeCloseStack()
116 return AddArgsTo(context_->storage->mutable_slice_table(), id); in AddArgsTo()
173 slice_tracker->BeginTyped(storage->mutable_slice_table(), in ParseJsonPacket()185 auto* slice = storage->mutable_slice_table(); in ParseJsonPacket()223 slice_tracker->BeginTyped(storage->mutable_slice_table(), in ParseJsonPacket()244 slice_tracker->ScopedTyped(storage->mutable_slice_table(), std::move(row), in ParseJsonPacket()324 slice_tracker->ScopedTyped(storage->mutable_slice_table(), in ParseJsonPacket()
34 storage.mutable_slice_table()->Insert({}); in TEST()50 storage.mutable_slice_table()->Insert({}); in TEST()
35 storage.mutable_slice_table()->Insert({}); in TEST()67 storage.mutable_slice_table()->Insert({}); in TEST()
35 storage.mutable_slice_table()->Insert({}); in TEST()
69 context_->slice_tracker->ScopedTyped(context_->storage->mutable_slice_table(), in ParseGpuWorkPeriodEvent()
686 auto* thread_slices = storage_->mutable_slice_table(); in ParseThreadBeginEvent()709 auto* thread_slices = storage_->mutable_slice_table(); in ParseThreadEndEvent()744 auto* thread_slices = storage_->mutable_slice_table(); in ParseThreadCompleteEvent()877 auto* thread_slices = storage_->mutable_slice_table(); in ParseThreadInstantEvent()
412 tables::SliceTable* mutable_slice_table() { return &slice_table_; } in mutable_slice_table() function