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.cc53 auto* thread_table = context_->storage->mutable_thread_table(); in StartNewThread() local
62 auto* thread_table = context_->storage->mutable_thread_table(); in EndThread() local
120 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThreadNameByUtid() local
192 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThread() local
230 auto* thread_table = context_->storage->mutable_thread_table(); in StartNewProcess() local
301 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateProcessNameFromThreadName() local
438 auto* thread_table = context_->storage->mutable_thread_table(); in AssociateThreadToProcess() local
Devent_tracker.cc108 const auto& thread_table = context_->storage->thread_table(); in FlushPendingEvents() local
/external/perfetto/src/trace_processor/importers/ftrace/
Dbinder_tracker.cc117 const auto& thread_table = context_->storage->thread_table(); in Transaction() local
151 const auto& thread_table = context_->storage->thread_table(); in TransactionReceived() local
/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_tokenizer.h46 std::unordered_map<uint64_t, fuchsia_trace_utils::ThreadInfo> thread_table; member
/external/perfetto/src/trace_processor/
Dexport_json.cc678 const auto& thread_table = storage_->thread_table(); in MapUniquePidsAndTids() local
704 const auto& thread_table = storage_->thread_table(); in ExportThreadNames() local
1802 const auto& thread_table = storage_->thread_table(); in IsValidPidOrTid() local
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h304 const tables::ThreadTable& thread_table() const { return thread_table_; } in thread_table() function