Home
last modified time | relevance | path

Searched refs:mutable_thread_table (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A Dprocess_tracker.cc59 auto utid = context_->storage->mutable_thread_table()->Insert(thread_row).row; in ProcessTracker()
77 auto* thread_table = context_->storage->mutable_thread_table(); in StartNewThread()
93 auto& thread_table = *context_->storage->mutable_thread_table(); in EndThread()
139 auto& threads = *context_->storage->mutable_thread_table(); in GetThreadOrNull()
173 auto& thread_table = *context_->storage->mutable_thread_table(); in UpdateThreadNameByUtid()
188 auto& threads = *context_->storage->mutable_thread_table(); in IsThreadAlive()
216 auto& threads = *context_->storage->mutable_thread_table(); in GetThreadOrNull()
253 auto& thread_table = *context_->storage->mutable_thread_table(); in UpdateThread()
336 auto& thread_table = *context_->storage->mutable_thread_table(); in StartNewProcess()
421 auto& tt = *context_->storage->mutable_thread_table(); in UpdateThreadNameAndMaybeProcessName()
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dproto_trace_parser_impl_unittest.cc974 storage_->mutable_thread_table()->Insert(row); in TEST_F()
1064 storage_->mutable_thread_table()->Insert(row); in TEST_F()
1238 storage_->mutable_thread_table()->Insert(row); in TEST_F()
1411 storage_->mutable_thread_table()->Insert(row); in TEST_F()
1595 storage_->mutable_thread_table()->Insert(t1); in TEST_F()
1599 storage_->mutable_thread_table()->Insert(t2); in TEST_F()
1731 storage_->mutable_thread_table()->Insert(t1); in TEST_F()
1943 storage_->mutable_thread_table()->Insert(row); in TEST_F()
2037 storage_->mutable_thread_table()->Insert(t1); in TEST_F()
2041 storage_->mutable_thread_table()->Insert(t2); in TEST_F()
[all …]
/aosp_15_r20/external/perfetto/src/trace_processor/importers/fuchsia/
H A Dfuchsia_parser_unittest.cc464 storage_->mutable_thread_table()->Insert(row); in TEST_F()
H A Dfuchsia_trace_tokenizer.cc629 auto& tt = *storage->mutable_thread_table(); in ParseRecord()
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dexport_json_unittest.cc237 context_.storage->mutable_thread_table()->Insert(row); in TEST_F()
1425 auto& tt = *context_.storage->mutable_thread_table(); in TEST_F()
1549 auto& tt = *context_.storage->mutable_thread_table(); in TEST_F()
H A Dtrace_processor_impl.cc955 RegisterStaticTable(storage->mutable_thread_table()); in InitPerfettoSqlEngine()
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h361 tables::ThreadTable* mutable_thread_table() { return &thread_table_; } in mutable_thread_table() function