Searched refs:report_file (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/scripts/test/ |
D | debug_unwind_reporter_test.py | 24 report_file = TestHelper.testdata_dir / 'debug_unwind_report.txt' 26 str(report_file)] + options, return_output=True)
|
/system/update_engine/scripts/ |
D | paycheck.py | 212 report_file = None 218 report_file = sys.stdout 220 report_file = open(args.report, 'w') 230 report_out_file=report_file, 240 report_file.close()
|
/system/extras/simpleperf/scripts/ |
D | report.py | 271 def display_report_file(report_file, self_kill_after_sec): argument 272 fh = open(report_file, 'r') 295 report_file = 'perf.report' 297 ['-o', report_file]) 298 display_report_file(report_file, self_kill_after_sec=self_kill_after_sec)
|
/system/extras/profcollectd/libprofcollectd/ |
D | report.rs | 48 let report_file = fs::OpenOptions::new().create_new(true).write(true).open(&report)?; in pack_report() localVariable 55 let mut zip = ZipWriter::new(report_file); in pack_report()
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 313 def report(self, record_file, report_file, additional_options=[]): argument 319 self._call(call_args, report_file) 373 def report(self, record_file, report_file, additional_options=[]): argument 375 report_file, 382 def _read_report_file(self, report_file, has_callgraph): argument 383 fh = open(report_file, 'r') 476 def check_report_file(self, test, report_file, has_callgraph): argument 477 symbols = self._read_report_file(report_file, has_callgraph)
|