Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dreport_lib_interface.cpp87 Sample* GetNextSample(ReportLib* report_lib) EXPORT;
130 Sample* GetNextSample();
191 Sample* ReportLib::GetNextSample() { in GetNextSample() function in ReportLib
374 Sample* GetNextSample(ReportLib* report_lib) { in GetNextSample() function
375 return report_lib->GetNextSample(); in GetNextSample()
/system/extras/simpleperf/scripts/
Dsimpleperf_report_lib.py153 self._GetNextSampleFunc = self._lib.GetNextSample
208 def GetNextSample(self): member in ReportLib
271 sample = self.report_lib.GetNextSample()
283 sample = self.report_lib.GetNextSample()
Dreport_sample.py40 sample = lib.GetNextSample()
Dbinary_cache_builder.py74 sample = lib.GetNextSample()
Dannotate.py327 sample = lib.GetNextSample()
383 sample = lib.GetNextSample()
Dpprof_proto_generator.py292 report_sample = self.lib.GetNextSample()