Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dtrace_processor_shell.cc710 std::string sqlite_file_path; member
957 command_line_options.sqlite_file_path = optarg; in ParseCommandLineOptions()
1057 command_line_options.sqlite_file_path.empty()); in ParseCommandLineOptions()
1748 if (!options.sqlite_file_path.empty()) { in TraceProcessorMain()
1749 RETURN_IF_ERROR(ExportTraceToDatabase(options.sqlite_file_path)); in TraceProcessorMain()