Searched refs:kWall (Results 1 – 4 of 4) sorted by relevance
155 kWall, enumerator162 static constexpr TraceClockSource kDefaultTraceClockSource = TraceClockSource::kWall;
175 {"wallclock", TraceClockSource::kWall}, in MakeParser()366 {"wallclock", TraceClockSource::kWall}, in MakeParser()
250 return TraceClockSource::kWall; in GetClockSourceFromFlags()370 if (clock_source != TraceClockSource::kWall) { in SetDefaultClockSource()407 return (clock_source == TraceClockSource::kWall) || (clock_source == TraceClockSource::kDual); in UseWallClock()
1151 } else if (trace_config_->clock_source == TraceClockSource::kWall) { in Start()