Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dfuchsia_trace_tokenizer.cc392 fuchsia_trace_utils::ThreadInfo outgoing_thread; in ParseRecord() local
394 outgoing_thread = fuchsia_trace_utils::ReadInlineThread(&current); 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()