Home
last modified time | relevance | path

Searched refs:SamplesSnapshot (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DRootAutoDetector.cpp47 Vector<PerThreadSamples *> SamplesSnapshot; in start() local
50 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()