Home
last modified time | relevance | path

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

/aosp12/system/extras/simpleperf/scripts/test/
H A 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()
/aosp12/system/extras/simpleperf/
H A 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()
/aosp12/system/extras/simpleperf/scripts/
H A Dreport_sample.py45 callchain = lib.GetCallChainOfCurrentSample()
H A Dsimpleperf_report_lib.py262 self._GetCallChainOfCurrentSampleFunc = self._lib.GetCallChainOfCurrentSample
355 def GetCallChainOfCurrentSample(self) -> CallChainStructure: member in ReportLib
H A Dannotate.py213 callchain = lib.GetCallChainOfCurrentSample()
268 callchain = lib.GetCallChainOfCurrentSample()
H A Dbinary_cache_builder.py72 callchain = lib.GetCallChainOfCurrentSample()
H A Dpprof_proto_generator.py305 callchain = self.lib.GetCallChainOfCurrentSample()
H A Dreport_html.py644 callchain = lib.GetCallChainOfCurrentSample()
/aosp12/system/extras/simpleperf/scripts/purgatorio/
H A Dpurgatorio.py199 callchain = lib.GetCallChainOfCurrentSample()
/aosp12/system/extras/simpleperf/scripts/inferno/
H A Dinferno.py137 callchain = lib.GetCallChainOfCurrentSample()
/aosp12/system/extras/simpleperf/doc/
H A Dscripts_reference.md252 (via GetCallChainOfCurrentSample). We can also get some global information, like record options