perfetto-sdk-protos-trace-processor 1.0.0

Extra protobuf bindings for trace processor
Documentation
// Copyright (C) 2025 Rivos Inc.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
//      http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in writing, software
// distributed under the License is distributed on an "AS IS" BASIS,
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
// See the License for the specific language governing permissions and
// limitations under the License.

// Autogenerated by the ProtoZero Rust compiler plugin.
// Invoked by contrib/rust-sdk/tools/gen_rust_protos
// DO NOT EDIT.

use crate::pb_msg;
use crate::protos::perfetto_sql::structured_query::*;
use crate::protos::trace_summary::v2_metric::*;

pb_msg!(TraceSummary {
    metric_bundles: TraceMetricV2Bundle, msg, 3,
    metadata: TraceSummaryMetadata, msg, 2,
});

pb_msg!(TraceSummaryMetadata {
    key: String, primitive, 1,
    value: String, primitive, 2,
});

pb_msg!(TraceSummarySpec {
    metric_spec: TraceMetricV2Spec, msg, 1,
    query: PerfettoSqlStructuredQuery, msg, 2,
    metric_template_spec: TraceMetricV2TemplateSpec, msg, 3,
});