Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp161 CallChain* GetCallChainOfCurrentSample() { return &current_callchain_; } in GetCallChainOfCurrentSample() function in ReportLib
488 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) { in GetCallChainOfCurrentSample() function
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py323 def GetCallChainOfCurrentSample(self): member in ReportLib