Searched refs:useClockId_ (Results 1 – 2 of 2) sorted by relevance
225 useClockId_ = attr->attr.use_clockid; in SplitPerfParsingAttr()227 TS_LOGI("useClockId_ = %u, clockId_ = %u", useClockId_, clockId_); in SplitPerfParsingAttr()329 if (useClockId_ != 0) { in SplitPerfParsingData()581 useClockId_ = attrIds_[0].attr.use_clockid; in UpdateClockType()583 TS_LOGI("useClockId_ = %u, clockId_ = %u", useClockId_, clockId_); in UpdateClockType()642 if (useClockId_ == 0) { in UpdatePerfSampleData()
157 uint32_t useClockId_ = 0; variable