Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/importers/common/
Dclock_tracker.h118 static bool IsReservedSeqScopedClockId(ClockId clock_id) { in IsReservedSeqScopedClockId() function
125 PERFETTO_DCHECK(IsReservedSeqScopedClockId(clock_id)); in SeqScopedClockIdToGlobal()
190 PERFETTO_DCHECK(!IsReservedSeqScopedClockId(clock_id)); in SetTraceTimeClock()
Dclock_tracker.cc101 PERFETTO_DCHECK(!IsReservedSeqScopedClockId(clock_id)); in AddSnapshot()
207 PERFETTO_DCHECK(!IsReservedSeqScopedClockId(src_clock_id)); in ConvertSlowpath()
208 PERFETTO_DCHECK(!IsReservedSeqScopedClockId(target_clock_id)); in ConvertSlowpath()
/external/perfetto/src/trace_processor/importers/proto/
Dproto_trace_reader.cc182 ClockTracker::IsReservedSeqScopedClockId(converted_clock_id); in ParsePacket()
365 if (ClockTracker::IsReservedSeqScopedClockId(clk.clock_id())) { in ParseClockSnapshot()