Searched refs:outgoing_thread (Results 1 – 1 of 1) sorted by relevance
392 fuchsia_trace_utils::ThreadInfo outgoing_thread; in ParseRecord() local394 outgoing_thread = fuchsia_trace_utils::ReadInlineThread(¤t); in ParseRecord()396 outgoing_thread = current_provider_->thread_table[outgoing_thread_ref]; in ParseRecord()410 if (pid_table_.count(outgoing_thread.tid) > 0) { in ParseRecord()411 outgoing_thread.pid = pid_table_[outgoing_thread.tid]; in ParseRecord()415 procs->UpdateThread(static_cast<uint32_t>(outgoing_thread.tid), in ParseRecord()416 static_cast<uint32_t>(outgoing_thread.pid)); in ParseRecord()