Searched refs:perfToTSClockType_ (Results 1 – 2 of 2) sorted by relevance
330 …newTimeStamp = streamFilters_->clockFilter_->ToPrimaryTraceTime(perfToTSClockType_.at(clockId_), t… in SplitPerfParsingData()332 UpdatePluginTimeRange(perfToTSClockType_.at(clockId_), time, newTimeStamp); in SplitPerfParsingData()646 …streamFilters_->clockFilter_->ToPrimaryTraceTime(perfToTSClockType_.at(clockId_), sample->data_.ti… in UpdatePerfSampleData()648 UpdatePluginTimeRange(perfToTSClockType_.at(clockId_), sample->data_.time, newTimeStamp); in UpdatePerfSampleData()
172 … const std::map<uint32_t, uint32_t> perfToTSClockType_ = {{PERF_CLOCK_REALTIME, TS_CLOCK_REALTIME}, variable