Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_profile_collector.cpp30 struct ThreadTrie { struct
261 for (const auto &ThreadTrie : *TDArray) { in serialize()
273 if (ThreadTrie.FCT.getRoots().empty()) in serialize()
276 populateRecords(ProfileRecords, PathAlloc, ThreadTrie.FCT); in serialize()
277 DCHECK(!ThreadTrie.FCT.getRoots().empty()); in serialize()
293 BlockHeader Header{16 + CumulativeSizes, I++, ThreadTrie.TId}; in serialize()