Home
last modified time | relevance | path

Searched refs:useClockId_ (Results 1 – 4 of 4) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp220 useClockId_ = attrIds_[0].attr.use_clockid; in UpdateClockType()
222 TS_LOGE("useClockId_ = %u, clockId_ = %u", useClockId_, clockId_); in UpdateClockType()
307 if (useClockId_ == 0) { in UpdatePerfSampleData()
Dperf_data_parser.h81 uint32_t useClockId_ = 0; variable
/developtools/profiler/host/smartperf/trace_streamer/src/parser/hiperf_parser/
Dperf_data_parser.cpp217 useClockId_ = attrIds_[0].attr.use_clockid; in UpdateClockType()
219 TS_LOGE("useClockId_ = %u, clockId_ = %u", useClockId_, clockId_); in UpdateClockType()
305 if (useClockId_ == 0) { in UpdatePerfSampleData()
Dperf_data_parser.h78 uint32_t useClockId_ = 0; variable