Searched refs:ExtendMetricsProto (Results 1 – 5 of 5) sorted by relevance
58 virtual util::Status ExtendMetricsProto(const uint8_t* data, size_t size) = 0;
62 util::Status ExtendMetricsProto(const uint8_t* data, size_t size) override;
344 util::Status ExtendMetricsProto(const std::string& extend_metrics_proto, in ExtendMetricsProto() function370 return g_tp->ExtendMetricsProto(metric_proto.data(), metric_proto.size()); in ExtendMetricsProto()967 util::Status status = ExtendMetricsProto(no_ext_name + ".proto", &pool); in RunMetrics()
629 tp->ExtendMetricsProto(kMetricsDescriptor.data(), kMetricsDescriptor.size()); in SetupMetrics()630 tp->ExtendMetricsProto(kAllChromeMetricsDescriptor.data(), in SetupMetrics()996 util::Status TraceProcessorImpl::ExtendMetricsProto(const uint8_t* data, in ExtendMetricsProto() function in perfetto::trace_processor::TraceProcessorImpl
43 Metrics can also be registered at run time using the `RegisterMetric` and `ExtendMetricsProto` func…