Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dtrace_processor_shell.cc630 base::Status PrintPerfFile(const std::string& perf_file_path, in PrintPerfFile() argument
641 auto fd(base::OpenFile(perf_file_path, O_WRONLY | O_CREAT | O_TRUNC, 0666)); in PrintPerfFile()
706 std::string perf_file_path; member
918 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()