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.cc57 auto* thread_table = context_->storage->mutable_thread_table(); in StartNewThread() local
66 auto* thread_table = context_->storage->mutable_thread_table(); in EndThread() local
137 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThreadNameByUtid() local
209 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThread() local
291 auto* thread_table = context_->storage->mutable_thread_table(); in StartNewProcess() local
362 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThreadNameAndMaybeProcessName() local
502 auto* thread_table = context_->storage->mutable_thread_table(); in AssociateThreadToProcess() local
Devent_tracker.cc85 const auto& thread_table = context_->storage->thread_table(); in FlushPendingEvents() local
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_tokenizer.h47 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
1805 const auto& thread_table = storage_->thread_table(); in IsValidPidOrTid() local
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h327 const tables::ThreadTable& thread_table() const { return thread_table_; } in thread_table() function