Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp145 CallChain* GetCallChainOfCurrentSample() { return &current_callchain_; } in GetCallChainOfCurrentSample() function in simpleperf::ReportLib
484 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) { in GetCallChainOfCurrentSample() function
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py355 def GetCallChainOfCurrentSample(self) -> CallChainStructure: member in ReportLib