Home
last modified time | relevance | path

Searched refs:report_file (Results 1 – 2 of 2) sorted by relevance

/system/extras/simpleperf/
Dreport.py220 def display_report_file(report_file): argument
221 fh = open(report_file, 'r')
244 def call_simpleperf_report(args, report_file): argument
245 output_fh = open(report_file, 'w')
/system/extras/simpleperf/runtest/
Druntest.py290 def report(self, record_file, report_file, additional_options=[]): argument
294 self._call(call_args, report_file)
332 def _read_report_file(self, report_file, has_callgraph): argument
333 fh = open(report_file, 'r')
424 def check_report_file(self, test, report_file, has_callgraph): argument
425 symbols = self._read_report_file(report_file, has_callgraph)