Searched refs:get_record_data_string (Results 1 – 2 of 2) sorted by relevance
/system/extras/simpleperf/scripts/test/ |
D | report_sample_test.py | 27 def get_record_data_string(self, record_file: str, options: Optional[List[str]] = None): member in TestReportSample 35 got = self.get_record_data_string('perf_display_bitmaps.data') 43 got = self.get_record_data_string('perf_display_bitmaps.data', 50 got = self.get_record_data_string('perf_display_bitmaps.data', 64 got = self.get_record_data_string('perf_display_bitmaps.data', ['-o', '-']) 68 got = self.get_record_data_string('perf_display_bitmaps.data', ['--comm', 'RenderThread']) 77 got = self.get_record_data_string('perf_display_bitmaps.data', [ 86 got = self.get_record_data_string('perf_display_bitmaps.data', ['--header']) 92 got = self.get_record_data_string('perf_with_trace_offcpu_v2.data', [ 99 report = self.get_record_data_string('perf_display_bitmaps.data', filter.split()) [all …]
|
D | report_html_test.py | 87 json_data = self.get_record_data_string(options) 90 def get_record_data_string(self, options: List[str]) -> str: member in TestReportHtml 253 report = self.get_record_data_string(options) 255 report = self.get_record_data_string(options + ['--show-art-frames'])
|