Searched refs:PerThreadSamples (Results 1 – 2 of 2) sorted by relevance
33 RootAutoDetector::PerThreadSamples::PerThreadSamples(RootAutoDetector &Parent) { in PerThreadSamples() function in RootAutoDetector::PerThreadSamples47 Vector<PerThreadSamples *> SamplesSnapshot; in start()112 static thread_local PerThreadSamples *ThisThreadSamples = in collectStack()113 new (__sanitizer::InternalAlloc(sizeof(PerThreadSamples))) in collectStack()114 PerThreadSamples(*this); in collectStack()
64 struct PerThreadSamples { struct65 PerThreadSamples(RootAutoDetector &Parent);72 Vector<PerThreadSamples *> AllSamples; argument