Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dtrace_processor_shell.cc656 std::string query_file_path; member
815 command_line_options.query_file_path = optarg; in ParseCommandLineOptions()
876 command_line_options.query_file_path.empty() && in ParseCommandLineOptions()
959 base::Status RunQueries(const std::string& query_file_path, in RunQueries() argument
962 base::ReadFile(query_file_path.c_str(), &queries); in RunQueries()
1175 if (!options.query_file_path.empty()) in ParseOutputFormat()
1375 if (!options.query_file_path.empty()) { in TraceProcessorMain()
1376 RETURN_IF_ERROR(RunQueries(options.query_file_path, true)); in TraceProcessorMain()