Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/test/
Dreport_lib_test.py68 callchain = self.report_lib.GetCallChainOfCurrentSample()
109 callchain = self.report_lib.GetCallChainOfCurrentSample()
123 callchain = report_lib.GetCallChainOfCurrentSample()
149 callchain = report_lib.GetCallChainOfCurrentSample()
168 callchain = report_lib.GetCallChainOfCurrentSample()
194 callchain = report_lib.GetCallChainOfCurrentSample()
419 report_lib.GetCallChainOfCurrentSample()
/system/extras/simpleperf/scripts/
Dreport_sample.py60 callchain = lib.GetCallChainOfCurrentSample()
Dstackcollapse.py68 callchain = lib.GetCallChainOfCurrentSample()
Dsimpleperf_report_lib.py296 self._GetCallChainOfCurrentSampleFunc = self._lib.GetCallChainOfCurrentSample
456 def GetCallChainOfCurrentSample(self) -> CallChainStructure: member in ReportLib
764 def GetCallChainOfCurrentSample(self) -> ProtoCallChain: member in ProtoFileReportLib
Dannotate.py202 callchain = lib.GetCallChainOfCurrentSample()
242 callchain = lib.GetCallChainOfCurrentSample()
Dgecko_profile_generator.py424 callchain = lib.GetCallChainOfCurrentSample()
Dbinary_cache_builder.py282 callchain = lib.GetCallChainOfCurrentSample()
Dpprof_proto_generator.py331 callchain = self.lib.GetCallChainOfCurrentSample()
Dreport_html.py659 callchain = lib.GetCallChainOfCurrentSample()
/system/extras/simpleperf/
Dreport_lib_interface.cpp211 CallChain* GetCallChainOfCurrentSample() { return &current_callchain_; } in GetCallChainOfCurrentSample() function in simpleperf::ReportLib
647 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) EXPORT;
728 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) { in GetCallChainOfCurrentSample() function
729 return report_lib->GetCallChainOfCurrentSample(); in GetCallChainOfCurrentSample()
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py196 callchain = lib.GetCallChainOfCurrentSample()
/system/extras/simpleperf/scripts/inferno/
Dinferno.py136 callchain = lib.GetCallChainOfCurrentSample()
/system/extras/simpleperf/doc/
Dscripts_reference.md321 (via GetCallChainOfCurrentSample). We can also get some global information, like record options