Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/test/
Dreport_lib_test.py58 callchain = self.report_lib.GetCallChainOfCurrentSample()
96 callchain = self.report_lib.GetCallChainOfCurrentSample()
110 callchain = report_lib.GetCallChainOfCurrentSample()
133 callchain = report_lib.GetCallChainOfCurrentSample()
159 callchain = report_lib.GetCallChainOfCurrentSample()
/system/extras/simpleperf/scripts/
Dreport_sample.py45 callchain = lib.GetCallChainOfCurrentSample()
Dsimpleperf_report_lib.py262 self._GetCallChainOfCurrentSampleFunc = self._lib.GetCallChainOfCurrentSample
355 def GetCallChainOfCurrentSample(self) -> CallChainStructure: member in ReportLib
Dannotate.py213 callchain = lib.GetCallChainOfCurrentSample()
268 callchain = lib.GetCallChainOfCurrentSample()
Dbinary_cache_builder.py72 callchain = lib.GetCallChainOfCurrentSample()
Dpprof_proto_generator.py305 callchain = self.lib.GetCallChainOfCurrentSample()
Dreport_html.py644 callchain = lib.GetCallChainOfCurrentSample()
/system/extras/simpleperf/
Dreport_lib_interface.cpp145 CallChain* GetCallChainOfCurrentSample() { return &current_callchain_; } in GetCallChainOfCurrentSample() function in simpleperf::ReportLib
424 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) EXPORT;
484 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) { in GetCallChainOfCurrentSample() function
485 return report_lib->GetCallChainOfCurrentSample(); in GetCallChainOfCurrentSample()
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py199 callchain = lib.GetCallChainOfCurrentSample()
/system/extras/simpleperf/scripts/inferno/
Dinferno.py137 callchain = lib.GetCallChainOfCurrentSample()
/system/extras/simpleperf/doc/
Dscripts_reference.md252 (via GetCallChainOfCurrentSample). We can also get some global information, like record options