Home
last modified time | relevance | path

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

/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dsimpleperf_report_lib.py215 class CallChainStructure(ct.Structure): class
321 self._GetCallChainOfCurrentSampleFunc.restype = ct.POINTER(CallChainStructure)
484 def GetCallChainOfCurrentSample(self) -> CallChainStructure: