Searched refs:target_clock_id (Results 1 – 2 of 2) sorted by relevance
206 ClockId target_clock_id) { in ConvertSlowpath() argument208 PERFETTO_DCHECK(!IsReservedSeqScopedClockId(target_clock_id)); in ConvertSlowpath()212 ClockPath path = FindPath(src_clock_id, target_clock_id); in ConvertSlowpath()219 src_clock_id, target_clock_id, src_timestamp); in ConvertSlowpath()297 PERFETTO_DCHECK(i < path.len - 1 || std::get<1>(edge) == target_clock_id); in ConvertSlowpath()303 cache_entry.target = target_clock_id; in ConvertSlowpath()
165 ClockId target_clock_id) { in Convert() argument168 if (ce.src != src_clock_id || ce.target != target_clock_id) in Convert()175 return ConvertSlowpath(src_clock_id, src_timestamp, target_clock_id); in Convert()180 ClockId target_clock_id);