Searched refs:perf_file_path (Results 1 – 2 of 2) sorted by relevance
/external/autotest/client/site_tests/platform_Perf/ |
D | platform_Perf.py | 47 perf_file_path = os.tempnam() 50 perf_record_args = [ 'perf', 'record', '-a', '-o', perf_file_path, 53 perf_report_args = [ 'perf', 'report', '-D', '-i', perf_file_path ] 56 perf_file_path ] 59 perf_file_path ] 70 if not os.path.isfile(perf_file_path): 72 perf_file_path) 127 os.remove(perf_file_path)
|
/external/perfetto/src/trace_processor/ |
D | trace_processor_shell.cc | 636 util::Status PrintPerfFile(const std::string& perf_file_path, in PrintPerfFile() argument 647 auto fd(base::OpenFile(perf_file_path, O_WRONLY | O_CREAT | O_TRUNC, 0666)); in PrintPerfFile() 656 std::string perf_file_path; member 785 command_line_options.perf_file_path = optarg; in ParseCommandLineOptions() 840 if (!command_line_options.perf_file_path.empty() && in ParseCommandLineOptions() 1108 } else if (!options.perf_file_path.empty()) { in TraceProcessorMain() 1109 RETURN_IF_ERROR(PrintPerfFile(options.perf_file_path, t_load, t_query)); in TraceProcessorMain()
|