Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/importers/common/
H A 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
173 auto& thread_table = *context_->storage->mutable_thread_table(); in UpdateThreadNameByUtid() local
253 auto& thread_table = *context_->storage->mutable_thread_table(); in UpdateThread() local
336 auto& thread_table = *context_->storage->mutable_thread_table(); in StartNewProcess() local
571 auto& thread_table = *context_->storage->mutable_thread_table(); in AssociateThreadToProcess() local
H A Devent_tracker.cc85 const auto& thread_table = context_->storage->thread_table(); in FlushPendingEvents() local
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dexport_json.cc669 const auto& thread_table = storage_->thread_table(); in MapUniquePidsAndTids() local
696 const auto& thread_table = storage_->thread_table(); in ExportThreadNames() local
1760 const auto& thread_table = storage_->thread_table(); in IsValidPidOrTid() local
H A Dexport_json_unittest.cc887 const auto& thread_table = context_.storage->thread_table(); in TEST_F() local
/aosp_15_r20/external/perfetto/src/trace_processor/importers/fuchsia/
H A Dfuchsia_trace_tokenizer.h56 std::unordered_map<uint64_t, FuchsiaThreadInfo> thread_table; member
/aosp_15_r20/external/perfetto/src/trace_processor/storage/
H A Dtrace_storage.h360 const tables::ThreadTable& thread_table() const { return thread_table_; } in thread_table() function