Searched refs:SnapshotNum (Results 1 – 1 of 1) sorted by relevance
59 static u32 SnapshotNum; variable182 ++SnapshotNum; // Simpler to skip 0 whose mod matches everything. in takeSample()183 while (BitIdx <= MaxAccumBitIdx && (SnapshotNum % Freq) == 0) { in takeSample()186 SnapshotNum, BitIdx, Freq, NumLines); in takeSample()241 Report(" Total number of samples: %u\n", SnapshotNum); in reportWorkingSet()