Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp113 Sample* GetNextSample(ReportLib* report_lib) EXPORT;
160 Sample* GetNextSample();
248 Sample* ReportLib::GetNextSample() { in GetNextSample() function in ReportLib
500 Sample* GetNextSample(ReportLib* report_lib) { in GetNextSample() function
501 return report_lib->GetNextSample(); in GetNextSample()
/system/extras/simpleperf/scripts/
Dreport_sample.py39 sample = lib.GetNextSample()
Dsimpleperf_report_lib.py245 self._GetNextSampleFunc = self._lib.GetNextSample
315 def GetNextSample(self): member in ReportLib
Dtest.py986 while self.report_lib.GetNextSample():
996 while self.report_lib.GetNextSample():
1023 while self.report_lib.GetNextSample():
1039 while self.report_lib.GetNextSample():
1058 while report_lib.GetNextSample():
1080 while report_lib.GetNextSample():
1104 while self.report_lib.GetNextSample():
Dbinary_cache_builder.py61 sample = lib.GetNextSample()
Dannotate.py205 sample = lib.GetNextSample()
260 sample = lib.GetNextSample()
Dpprof_proto_generator.py295 report_sample = self.lib.GetNextSample()
Dreport_html.py595 raw_sample = lib.GetNextSample()
/system/extras/simpleperf/scripts/inferno/
Dinferno.py128 sample = lib.GetNextSample()
/system/extras/simpleperf/doc/
Dscripts_reference.md245 Then we can read all samples through GetNextSample(). For each sample, we can read its event info