Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/python/generators/diff_tests/
H A Drunner.py214 for sql_module_path in self.override_sql_module_paths:
215 cmd += ['--override-sql-module', sql_module_path]
277 for sql_module_path in self.override_sql_module_paths:
278 cmd += ['--override-sql-module', sql_module_path]
/aosp_15_r20/external/perfetto/src/trace_processor/
H A Dtrace_processor_shell.cc711 std::string sql_module_path; member
1009 command_line_options.sql_module_path = optarg; in ParseCommandLineOptions()
1613 if (!options.sql_module_path.empty()) { in MaybeUpdateSqlModules()
1614 auto status = IncludeSqlModule(options.sql_module_path, false); in MaybeUpdateSqlModules()