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.cc657 std::string query_file_path; member
790 command_line_options.query_file_path = optarg; in ParseCommandLineOptions()
836 command_line_options.query_file_path.empty() && in ParseCommandLineOptions()
915 util::Status RunQueries(const std::string& query_file_path, in RunQueries() argument
918 base::ScopedFstream file(fopen(query_file_path.c_str(), "r")); in RunQueries()
921 query_file_path.c_str()); in RunQueries()
983 if (!options.query_file_path.empty()) { in RunMetrics()
1097 if (!options.query_file_path.empty()) { in TraceProcessorMain()
1098 RETURN_IF_ERROR(RunQueries(options.query_file_path, true)); in TraceProcessorMain()