Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/trace_processor/
Dtrace_processor.h58 virtual util::Status ExtendMetricsProto(const uint8_t* data, size_t size) = 0;
/external/perfetto/src/trace_processor/
Dtrace_processor_impl.h62 util::Status ExtendMetricsProto(const uint8_t* data, size_t size) override;
Dtrace_processor_shell.cc344 util::Status ExtendMetricsProto(const std::string& extend_metrics_proto, in ExtendMetricsProto() function
370 return g_tp->ExtendMetricsProto(metric_proto.data(), metric_proto.size()); in ExtendMetricsProto()
967 util::Status status = ExtendMetricsProto(no_ext_name + ".proto", &pool); in RunMetrics()
Dtrace_processor_impl.cc629 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
/external/perfetto/docs/contributing/
Dembedding.md43 Metrics can also be registered at run time using the `RegisterMetric` and `ExtendMetricsProto` func…