Home
last modified time | relevance | path

Searched defs:GetCallChainOfCurrentSample (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/system/extras/simpleperf/scripts/
H A Dsimpleperf_report_lib.py484 def GetCallChainOfCurrentSample(self) -> CallChainStructure: member in ReportLib
800 def GetCallChainOfCurrentSample(self) -> ProtoCallChain: member in ProtoFileReportLib
/aosp_15_r20/system/extras/simpleperf/
H A Dreport_lib_interface.cpp222 CallChain* GetCallChainOfCurrentSample() { return &current_callchain_; } in GetCallChainOfCurrentSample() function in simpleperf::ReportLib
773 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) { in GetCallChainOfCurrentSample() function