Home | History | Annotate | Download | only in trace_processor

Lines Matching refs:utid

59   // If a utid exists for the tid, find it and update the name.
69 // If none exist, assign a new utid and store it.
78 UniqueTid utid = 0;
86 utid = iter_utid;
94 utid = iter_utid;
101 utid = context_->storage->AddEmptyThread(tid);
102 tids_.emplace(tid, utid);
103 thread = context_->storage->GetMutableThread(utid);
111 ResolvePendingAssociations(utid, *thread->upid);
113 return utid;
119 // Create a new UTID for the main thread, so we don't end up reusing an old
207 UniqueTid utid = resolved_utids.back();
211 if (it->first == utid) {
213 } else if (it->second == utid) {
220 PERFETTO_DCHECK(other_utid != utid);