Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dxray-account.h51 PerThreadFunctionStackMap PerThreadFunctionStack;
95 return PerThreadFunctionStack;
H A Dxray-graph.h97 PerThreadFunctionStackMap PerThreadFunctionStack; variable
142 return PerThreadFunctionStack; in getPerThreadFunctionStack()
H A Dxray-account.cpp170 auto &ThreadStack = PerThreadFunctionStack[Record.TId]; in accountRecord()
H A Dxray-graph.cpp220 auto &ThreadStack = PerThreadFunctionStack[Record.TId]; in accountRecord()