Searched refs:SamplesSnapshot (Results 1 – 1 of 1) sorted by relevance
47 Vector<PerThreadSamples *> SamplesSnapshot; in start() local50 SamplesSnapshot.Resize(RAD->AllSamples.Size()); in start()52 SamplesSnapshot[I] = RAD->AllSamples[I]; in start()55 for (uptr I = 0; I < SamplesSnapshot.Size(); ++I) { in start()56 GenericScopedLock<SpinMutex>(&SamplesSnapshot[I]->M); in start()57 SamplesSnapshot[I]->TrieRoot.determineRoots().forEach([&](auto &KVP) { in start()