Home
last modified time | relevance | path

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

/external/perfetto/src/trace_processor/
Dtrace_processor_impl.cc980 auto no_ext_name = basename.substr(0, sql_idx); in RegisterMetric() local
986 if (IsRootMetricField(no_ext_name)) { in RegisterMetric()
987 metric.proto_field_name = no_ext_name; in RegisterMetric()
988 metric.output_table_name = no_ext_name + "_output"; in RegisterMetric()
989 InsertIntoTraceMetricsTable(*db_, no_ext_name); in RegisterMetric()
Dtrace_processor_shell.cc964 std::string no_ext_name = metric_or_path.substr(0, ext_idx); in RunMetrics() local
967 util::Status status = ExtendMetricsProto(no_ext_name + ".proto", &pool); in RunMetrics()
973 status = RegisterMetric(no_ext_name + ".sql"); in RunMetrics()
979 metrics[i] = BaseName(no_ext_name); in RunMetrics()