Home
last modified time | relevance | path

Searched refs:outgoing_thread (Results 1 – 1 of 1) sorted by relevance

/external/perfetto/src/trace_processor/importers/fuchsia/
Dfuchsia_trace_tokenizer.cc479 fuchsia_trace_utils::ThreadInfo outgoing_thread; in ParseRecord() local
481 if (!cursor.ReadInlineThread(&outgoing_thread)) { in ParseRecord()
486 outgoing_thread = current_provider_->thread_table[outgoing_thread_ref]; in ParseRecord()
503 if (pid_table_.count(outgoing_thread.tid) > 0) { in ParseRecord()
504 outgoing_thread.pid = pid_table_[outgoing_thread.tid]; in ParseRecord()
508 procs->UpdateThread(static_cast<uint32_t>(outgoing_thread.tid), in ParseRecord()
509 static_cast<uint32_t>(outgoing_thread.pid)); in ParseRecord()