Searched defs:report_file (Results 1 – 3 of 3) sorted by relevance
/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
|
/system/extras/simpleperf/runtest/ |
D | runtest.py | 313 def report(self, record_file, report_file, additional_options=[]): argument 373 def report(self, record_file, report_file, additional_options=[]): argument 382 def _read_report_file(self, report_file, has_callgraph): argument 476 def check_report_file(self, test, report_file, has_callgraph): argument
|
/system/extras/simpleperf/scripts/ |
D | report.py | 271 def display_report_file(report_file, self_kill_after_sec): argument
|