Home
last modified time | relevance | path

Searched defs:thread_table (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/trace_processor/importers/common/
Dprocess_tracker.cc78 auto* thread_table = context_->storage->mutable_thread_table(); in StartNewThread() local
94 auto& thread_table = *context_->storage->mutable_thread_table(); in EndThread() local
174 auto& thread_table = *context_->storage->mutable_thread_table(); in UpdateThreadNameByUtid() local
254 auto& thread_table = *context_->storage->mutable_thread_table(); in UpdateThread() local
337 auto& thread_table = *context_->storage->mutable_thread_table(); in StartNewProcess() local
573 auto& thread_table = *context_->storage->mutable_thread_table(); in AssociateThreadToProcess() local
Devent_tracker.cc73 const auto& thread_table = context_->storage->thread_table(); in FlushPendingEvents() local
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_tokenizer.h56 std::unordered_map<uint64_t, FuchsiaThreadInfo> thread_table; member
/external/perfetto/src/trace_processor/
Dexport_json.cc667 const auto& thread_table = storage_->thread_table(); in MapUniquePidsAndTids() local
694 const auto& thread_table = storage_->thread_table(); in ExportThreadNames() local
1747 const auto& thread_table = storage_->thread_table(); in IsValidPidOrTid() local
Dexport_json_unittest.cc887 const auto& thread_table = context_.storage->thread_table(); in TEST_F() local
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h357 const tables::ThreadTable& thread_table() const { return thread_table_; } in thread_table() function