Searched refs:GetThreadOrNull (Results 1 – 4 of 4) sorted by relevance
105 std::optional<UniqueTid> opt_utid = GetThreadOrNull(tid); in EndThread()135 std::optional<UniqueTid> ProcessTracker::GetThreadOrNull(uint32_t tid) { in GetThreadOrNull() function in perfetto::trace_processor::ProcessTracker136 auto opt_utid = GetThreadOrNull(tid, std::nullopt); in GetThreadOrNull()156 auto utid = GetThreadOrNull(tid); in GetOrCreateThread()214 std::optional<UniqueTid> ProcessTracker::GetThreadOrNull( in GetThreadOrNull() function in perfetto::trace_processor::ProcessTracker257 std::optional<UniqueTid> opt_utid = GetThreadOrNull(tid, pid); in UpdateThread()
80 std::optional<UniqueTid> GetThreadOrNull(uint32_t tid);205 std::optional<uint32_t> GetThreadOrNull(uint32_t tid,
172 auto opt_utid = context_->process_tracker->GetThreadOrNull(pid); in ParseSystracePoint()342 auto opt_utid = context_->process_tracker->GetThreadOrNull(pid); in ParseSystracePoint()
1757 context_->process_tracker->GetThreadOrNull(pid); in ParsePrint()2798 context_->process_tracker->GetThreadOrNull(pid); in ParseGpuMemTotal()