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.cc40 auto* thread_table = context_->storage->mutable_thread_table(); in StartNewThread() local
47 auto* thread_table = context_->storage->mutable_thread_table(); in EndThread() local
93 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThreadName() local
102 auto* thread_table = context_->storage->mutable_thread_table(); in SetThreadNameIfUnset() local
172 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateThread() local
211 auto* thread_table = context_->storage->mutable_thread_table(); in StartNewProcess() local
272 auto* thread_table = context_->storage->mutable_thread_table(); in UpdateProcessNameFromThreadName() local
403 auto* thread_table = context_->storage->mutable_thread_table(); in AssociateThreadToProcess() local
Devent_tracker.cc95 const auto& thread_table = context_->storage->thread_table(); in FlushPendingEvents() 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/importers/ftrace/
Dbinder_tracker.cc117 const auto& thread_table = context_->storage->thread_table(); in Transaction() local
154 const auto& thread_table = context_->storage->thread_table(); in TransactionReceived() local
/external/perfetto/src/trace_processor/
Dexport_json.cc674 const auto& thread_table = storage_->thread_table(); in MapUniquePidsAndTids() local
700 const auto& thread_table = storage_->thread_table(); in ExportThreadNames() local
1304 const auto& thread_table = storage_->thread_table(); in IsValidPidOrTid() local
/external/perfetto/src/trace_processor/storage/
Dtrace_storage.h355 const tables::ThreadTable& thread_table() const { return thread_table_; } in thread_table() function