Home
last modified time | relevance | path

Searched refs:perfToTSClockType_ (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp330 …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()
Dperf_data_parser.h172 … const std::map<uint32_t, uint32_t> perfToTSClockType_ = {{PERF_CLOCK_REALTIME, TS_CLOCK_REALTIME}, variable