Searched refs:GetNextSample (Results 1 – 12 of 12) sorted by relevance
37 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():
186 sample = self.report.GetNextSample()192 sample = self.report.GetNextSample()
142 Sample* GetNextSample();218 Sample* ReportLib::GetNextSample() { in GetNextSample() function in simpleperf::ReportLib421 Sample* GetNextSample(ReportLib* report_lib) EXPORT;472 Sample* GetNextSample(ReportLib* report_lib) { in GetNextSample() function473 return report_lib->GetNextSample(); in GetNextSample()
39 sample = lib.GetNextSample()
256 self._GetNextSampleFunc = self._lib.GetNextSample333 def GetNextSample(self) -> Optional[SampleStruct]: member in ReportLib
205 sample = lib.GetNextSample()257 sample = lib.GetNextSample()
67 sample = lib.GetNextSample()
298 report_sample = self.lib.GetNextSample()
638 raw_sample = lib.GetNextSample()
192 sample = lib.GetNextSample()
132 sample = lib.GetNextSample()
250 Then we can read all samples through GetNextSample(). For each sample, we can read its event info