Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_sample.py45 callchain = lib.GetCallChainOfCurrentSample()
Dsimpleperf_report_lib.py249 self._GetCallChainOfCurrentSampleFunc = self._lib.GetCallChainOfCurrentSample
323 def GetCallChainOfCurrentSample(self): member in ReportLib
Dbinary_cache_builder.py66 callchain = lib.GetCallChainOfCurrentSample()
Dannotate.py213 callchain = lib.GetCallChainOfCurrentSample()
272 callchain = lib.GetCallChainOfCurrentSample()
Dtest.py881 callchain = self.report_lib.GetCallChainOfCurrentSample()
919 callchain = self.report_lib.GetCallChainOfCurrentSample()
933 callchain = report_lib.GetCallChainOfCurrentSample()
Dpprof_proto_generator.py291 callchain = self.lib.GetCallChainOfCurrentSample()
Dreport_html.py534 callchain = lib.GetCallChainOfCurrentSample()
/system/extras/simpleperf/
Dreport_lib_interface.cpp115 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) EXPORT;
161 CallChain* GetCallChainOfCurrentSample() { return &current_callchain_; } in GetCallChainOfCurrentSample() function in ReportLib
488 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) { in GetCallChainOfCurrentSample() function
489 return report_lib->GetCallChainOfCurrentSample(); in GetCallChainOfCurrentSample()
/system/extras/simpleperf/scripts/inferno/
Dinferno.py133 callchain = lib.GetCallChainOfCurrentSample()
/system/extras/simpleperf/doc/
DREADME.md1229 (via GetCallChainOfCurrentSample). We can also get some global information, like record options