Lines Matching refs:mDumpState
55 mDumpState(NULL), in FastThread()
124 mDumpState = next->mDumpState != NULL ? next->mDumpState : mDummyDumpState; in threadLoop()
155 mDumpState->mCommand = mCommand; in threadLoop()
260 mDumpState->mMeasuredWarmupTs = mMeasuredWarmupTs; in threadLoop()
261 mDumpState->mWarmupCycles = mWarmupCycles; in threadLoop()
274 mDumpState->mUnderruns++; in threadLoop()
284 mDumpState->mOverruns++; in threadLoop()
301 size_t i = mBounds & (mDumpState->mSamplingN - 1); in threadLoop()
306 } else if (!(mBounds & (mDumpState->mSamplingN - 1))) { in threadLoop()
345 mDumpState->mMonotonicNs[i] = monotonicNs; in threadLoop()
347 mDumpState->mLoadNs[i] = loadNs; in threadLoop()
349 mDumpState->mCpukHz[i] = kHz; in threadLoop()
353 mDumpState->mBounds = mBounds; in threadLoop()