Home
last modified time | relevance | path

Searched refs:GetNextSample (Results 1 – 12 of 12) sorted by relevance

/system/extras/simpleperf/scripts/test/
Dreport_lib_test.py37 while self.report_lib.GetNextSample():
47 while self.report_lib.GetNextSample():
74 while self.report_lib.GetNextSample():
90 while self.report_lib.GetNextSample():
109 while report_lib.GetNextSample():
131 while report_lib.GetNextSample():
156 while report_lib.GetNextSample():
169 while self.report_lib.GetNextSample():
186 while self.report_lib.GetNextSample():
/system/extras/perf2cfg/perf2cfg/
Danalyze.py186 sample = self.report.GetNextSample()
192 sample = self.report.GetNextSample()
/system/extras/simpleperf/
Dreport_lib_interface.cpp142 Sample* GetNextSample();
218 Sample* ReportLib::GetNextSample() { in GetNextSample() function in simpleperf::ReportLib
421 Sample* GetNextSample(ReportLib* report_lib) EXPORT;
472 Sample* GetNextSample(ReportLib* report_lib) { in GetNextSample() function
473 return report_lib->GetNextSample(); in GetNextSample()
/system/extras/simpleperf/scripts/
Dreport_sample.py39 sample = lib.GetNextSample()
Dsimpleperf_report_lib.py256 self._GetNextSampleFunc = self._lib.GetNextSample
333 def GetNextSample(self) -> Optional[SampleStruct]: member in ReportLib
Dannotate.py205 sample = lib.GetNextSample()
257 sample = lib.GetNextSample()
Dbinary_cache_builder.py67 sample = lib.GetNextSample()
Dpprof_proto_generator.py298 report_sample = self.lib.GetNextSample()
Dreport_html.py638 raw_sample = lib.GetNextSample()
/system/extras/simpleperf/scripts/purgatorio/
Dpurgatorio.py192 sample = lib.GetNextSample()
/system/extras/simpleperf/scripts/inferno/
Dinferno.py132 sample = lib.GetNextSample()
/system/extras/simpleperf/doc/
Dscripts_reference.md250 Then we can read all samples through GetNextSample(). For each sample, we can read its event info