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.py251 self._GetCallChainOfCurrentSampleFunc = self._lib.GetCallChainOfCurrentSample
336 def GetCallChainOfCurrentSample(self): member in ReportLib
Dbinary_cache_builder.py66 callchain = lib.GetCallChainOfCurrentSample()
Dannotate.py213 callchain = lib.GetCallChainOfCurrentSample()
272 callchain = lib.GetCallChainOfCurrentSample()
Dtest.py1007 callchain = self.report_lib.GetCallChainOfCurrentSample()
1045 callchain = self.report_lib.GetCallChainOfCurrentSample()
1059 callchain = report_lib.GetCallChainOfCurrentSample()
1082 callchain = report_lib.GetCallChainOfCurrentSample()
Dpprof_proto_generator.py302 callchain = self.lib.GetCallChainOfCurrentSample()
Dreport_html.py601 callchain = lib.GetCallChainOfCurrentSample()
/system/extras/simpleperf/
Dreport_lib_interface.cpp116 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) EXPORT;
163 CallChain* GetCallChainOfCurrentSample() { return &current_callchain_; } in GetCallChainOfCurrentSample() function in ReportLib
512 CallChain* GetCallChainOfCurrentSample(ReportLib* report_lib) { in GetCallChainOfCurrentSample() function
513 return report_lib->GetCallChainOfCurrentSample(); in GetCallChainOfCurrentSample()
/system/extras/simpleperf/scripts/inferno/
Dinferno.py133 callchain = lib.GetCallChainOfCurrentSample()
/system/extras/simpleperf/doc/
Dscripts_reference.md247 (via GetCallChainOfCurrentSample). We can also get some global information, like record options