Home
last modified time | relevance | path

Searched refs: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): argument
1531 root = CallChainNode({"root": CallChainNode({}, [])}, [])
1553 callers[func_name] = callers.get(func_name, CallChainNode({}, []))