Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DRootAutoDetector.cpp33 RootAutoDetector::PerThreadSamples::PerThreadSamples(RootAutoDetector &Parent) { in PerThreadSamples() function in RootAutoDetector::PerThreadSamples
47 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()
H A DRootAutoDetector.h64 struct PerThreadSamples { struct
65 PerThreadSamples(RootAutoDetector &Parent);
72 Vector<PerThreadSamples *> AllSamples; argument