Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc264 for (const auto& file_to_sql : sql_metrics::kFileToSql) { in SetupMetrics() local
265 if (base::StartsWithAny(file_to_sql.path, sanitized_extension_paths)) in SetupMetrics()
267 tp->RegisterMetric(file_to_sql.path, file_to_sql.sql); in SetupMetrics()
464 for (const auto& file_to_sql : stdlib::kFileToSql) { in GetStdlibModules() local
465 std::string import_key = sql_modules::GetImportKey(file_to_sql.path); in GetStdlibModules()
467 modules.Insert(module, {}).first->push_back({import_key, file_to_sql.sql}); in GetStdlibModules()
473 for (const auto& file_to_sql : prelude::tables_views::kFileToSql) { in InitializePreludeTablesViews() local
475 int err = sqlite3_exec(db, file_to_sql.sql, nullptr, nullptr, &errmsg_raw); in InitializePreludeTablesViews()