Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/scripts/
H A Ddebug_unwind_reporter.py70 self._get_callchain_node(callchain_id).dso = value
73 self._get_callchain_node(callchain_id).symbol = value
75 def _get_callchain_node(self, callchain_id: int) -> CallChainNode: member in Sample