Home | History | Annotate | Download | only in runtest

Lines Matching defs:report

22 2. Run simpleperf report command to parse perf.data, generate perf.report.
23 4. Parse perf.report and see if it matches expectation.
214 elif test_item.tag == 'report':
290 def report(self, record_file, report_file, additional_options=[]):
292 'report'] + additional_options + ['-i',
330 """Check if perf.report matches expectation in Configuration."""
381 # Each report item can have different column depths.
510 host_runner.report('perf.data', 'perf.report',
513 test, 'perf.report', False)
521 device_runner.report('/data/perf.data', 'perf.report',
523 result = report_analyzer.check_report_file(test, 'perf.report', False)
534 host_runner.report(
536 'perf_g.report',
538 result = report_analyzer.check_report_file(test, 'perf_g.report', True)
549 device_runner.report(
551 'perf_g.report',
553 result = report_analyzer.check_report_file(test, 'perf_g.report', True)