Home
last modified time | relevance | path

Searched refs:get_child (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/scripts/inferno/
Ddata_types.py105 current = current.get_child(callsite)
108 def get_child(self, callsite): member in FlameGraphCallSite
/system/extras/simpleperf/scripts/
Dreport_html.py198 node = node.get_child(item[1])
202 node = node.get_child(item[1])
367 def get_child(self, func_id: int) -> CallNode: member in CallNode