Searched refs:perf_file_path (Results 1 – 1 of 1) sorted by relevance
630 base::Status PrintPerfFile(const std::string& perf_file_path, in PrintPerfFile() argument641 auto fd(base::OpenFile(perf_file_path, O_WRONLY | O_CREAT | O_TRUNC, 0666)); in PrintPerfFile()706 std::string perf_file_path; member918 command_line_options.perf_file_path = optarg; in ParseCommandLineOptions()1060 if (!command_line_options.perf_file_path.empty() && in ParseCommandLineOptions()1784 } else if (!options.perf_file_path.empty()) { in TraceProcessorMain()1785 RETURN_IF_ERROR(PrintPerfFile(options.perf_file_path, t_load, t_query)); in TraceProcessorMain()