Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py209 class CallChainStructure(ct.Structure): class
263 self._GetCallChainOfCurrentSampleFunc.restype = ct.POINTER(CallChainStructure)
355 def GetCallChainOfCurrentSample(self) -> CallChainStructure: