Searched refs:GetClockId (Results 1 – 3 of 3) sorted by relevance
299 if (GetClockId() == protos::pbzero::BUILTIN_CLOCK_BOOTTIME) in GetTimeNs()301 PERFETTO_DCHECK(GetClockId() == protos::pbzero::BUILTIN_CLOCK_MONOTONIC); in GetTimeNs()321 defaults->set_timestamp_clock_id(GetClockId()); in ResetIncrementalState()346 if (GetClockId() != protos::pbzero::BUILTIN_CLOCK_BOOTTIME) in NewTracePacket()347 packet->set_timestamp_clock_id(GetClockId()); in NewTracePacket()
59 return {internal::TrackEventInternal::GetClockId(), timestamp};395 return TrackEventInternal::GetClockId();447 TrackEventInternal::GetClockId());
181 static constexpr protos::pbzero::BuiltinClock GetClockId() { in GetClockId() function