Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/common/
Dprocess_tracker.cc77 auto* thread_table = context_->storage->mutable_thread_table(); in StartNewThread() local
93 auto* thread_table = context_->storage->mutable_thread_table(); in EndThread() local
165 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThreadNameByUtid() local
241 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThread() local
325 auto* thread_table = context_->storage->mutable_thread_table(); in StartNewProcess() local
407 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThreadNameAndMaybeProcessName() local
548 auto* thread_table = context_->storage->mutable_thread_table(); in AssociateThreadToProcess() local
Devent_tracker.cc83 const auto& thread_table = context_->storage->thread_table(); in FlushPendingEvents() local
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_tokenizer.h48 std::unordered_map<uint64_t, FuchsiaThreadInfo> thread_table; member
/external/perfetto/src/trace_processor/
Dexport_json.cc683 const auto& thread_table = storage_->thread_table(); in MapUniquePidsAndTids() local
709 const auto& thread_table = storage_->thread_table(); in ExportThreadNames() local
1806 const auto& thread_table = storage_->thread_table(); in IsValidPidOrTid() local
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h334 const tables::ThreadTable& thread_table() const { return thread_table_; } in thread_table() function