Lines Matching refs:mDumpState
83 mDumpState = next->mDumpState != nullptr ? next->mDumpState : mDummyDumpState; in threadLoop()
115 mDumpState->mCommand = mCommand; in threadLoop()
220 mDumpState->mMeasuredWarmupTs = mMeasuredWarmupTs; in threadLoop()
221 mDumpState->mWarmupCycles = mWarmupCycles; in threadLoop()
234 mDumpState->mUnderruns++; in threadLoop()
244 mDumpState->mOverruns++; in threadLoop()
261 const size_t i = mBounds & (mDumpState->mSamplingN - 1); in threadLoop()
266 } else if (!(mBounds & (mDumpState->mSamplingN - 1))) { in threadLoop()
305 mDumpState->mMonotonicNs[i] = monotonicNs; in threadLoop()
307 mDumpState->mLoadNs[i] = loadNs; in threadLoop()
309 mDumpState->mCpukHz[i] = kHz; in threadLoop()
313 mDumpState->mBounds = mBounds; in threadLoop()