Home
last modified time | relevance | path

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

/xnu-11215/tools/lldbmacros/
H A Dprocess.py1516 CallChainNode = namedtuple("CallChainNode", "callers threads") variable
1518 def GatherCallChainsDFS(cur_node: CallChainNode, call_chains, cur_path):