Lines Matching refs:getFlags
86 uptr LineSize = getFlags()->cache_line_size; in processRangeAccessWorkingSet()
131 bool Accum = getFlags()->record_snapshots && BitIdx < MaxAccumBitIdx; in countAndClearShadowValues()
188 Freq = Freq << getFlags()->snapshot_step; in takeSample()
195 CHECK(getFlags()->cache_line_size == CacheLineSize); in initializeShadowWorkingSet()
200 if (getFlags()->record_snapshots) { in initializeWorkingSet()
203 Thread.launchThread(takeSample, nullptr, getFlags()->sample_freq); in initializeWorkingSet()
239 if (getFlags()->record_snapshots) { in reportWorkingSet()
243 u32 Time = getPeriodForPrinting(getFlags()->sample_freq*Freq, Unit); in reportWorkingSet()
252 Freq = Freq << getFlags()->snapshot_step; in reportWorkingSet()
264 if (getFlags()->record_snapshots) in finalizeWorkingSet()
267 if (getFlags()->record_snapshots) { in finalizeWorkingSet()