Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-account.h40 PerThreadFunctionStackMap PerThreadFunctionStack;
82 auto I = PerThreadFunctionStack.find(TId); in getThreadFunctionStack()
83 if (I == PerThreadFunctionStack.end()) in getThreadFunctionStack()
89 return PerThreadFunctionStack; in getPerThreadFunctionStack()
Dxray-graph.h99 PerThreadFunctionStackMap PerThreadFunctionStack; variable
144 return PerThreadFunctionStack; in getPerThreadFunctionStack()
Dxray-account.cpp147 auto &ThreadStack = PerThreadFunctionStack[Record.TId]; in accountRecord()
Dxray-graph.cpp202 auto &ThreadStack = PerThreadFunctionStack[Record.TId]; in accountRecord()