Home
last modified time | relevance | path

Searched defs:ThreadStack (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-graph.cpp220 auto &ThreadStack = PerThreadFunctionStack[Record.TId]; in accountRecord() local
471 for (const auto &ThreadStack : GR.getPerThreadFunctionStack()) { in getGraphRenderer() local
H A Dxray-account.cpp170 auto &ThreadStack = PerThreadFunctionStack[Record.TId]; in accountRecord() local
494 for (const auto &ThreadStack : FCA.getPerThreadFunctionStack()) { in __anon5161c8f50f02() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/IntelJITEvents/
H A Djitprofiling.c