Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp269 CallChain* ReportLib::GetCallChainOfCurrentSample() { in GetCallChainOfCurrentSample() function in ReportLib
386 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) { in GetCallChainOfCurrentSample() function
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py230 def GetCallChainOfCurrentSample(self): member in ReportLib