perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
34 lines • 2.3 kB
JavaScript
;
//
// Copyright (C) 2022 The Android Open Source Project
//
// 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.
Object.defineProperty(exports, "__esModule", { value: true });
exports.StatsdPullAtomConfigSchema = exports.StatsdTracingConfigSchema = exports.file_protos_perfetto_config_statsd_statsd_tracing_config = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
const atom_ids_pb_1 = require("./atom_ids_pb");
/**
* Describes the file protos/perfetto/config/statsd/statsd_tracing_config.proto.
*/
exports.file_protos_perfetto_config_statsd_statsd_tracing_config = (0, codegenv1_1.fileDesc)("Cjlwcm90b3MvcGVyZmV0dG8vY29uZmlnL3N0YXRzZC9zdGF0c2RfdHJhY2luZ19jb25maWcucHJvdG8SD3BlcmZldHRvLnByb3RvcyKaAQoTU3RhdHNkVHJhY2luZ0NvbmZpZxItCgxwdXNoX2F0b21faWQYASADKA4yFy5wZXJmZXR0by5wcm90b3MuQXRvbUlkEhgKEHJhd19wdXNoX2F0b21faWQYAiADKAUSOgoLcHVsbF9jb25maWcYAyADKAsyJS5wZXJmZXR0by5wcm90b3MuU3RhdHNkUHVsbEF0b21Db25maWcijAEKFFN0YXRzZFB1bGxBdG9tQ29uZmlnEi0KDHB1bGxfYXRvbV9pZBgBIAMoDjIXLnBlcmZldHRvLnByb3Rvcy5BdG9tSWQSGAoQcmF3X3B1bGxfYXRvbV9pZBgCIAMoBRIZChFwdWxsX2ZyZXF1ZW5jeV9tcxgDIAEoBRIQCghwYWNrYWdlcxgEIAMoCQ", [atom_ids_pb_1.file_protos_perfetto_config_statsd_atom_ids]);
/**
* Describes the message perfetto.protos.StatsdTracingConfig.
* Use `create(StatsdTracingConfigSchema)` to create a new message.
*/
exports.StatsdTracingConfigSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_config_statsd_statsd_tracing_config, 0);
/**
* Describes the message perfetto.protos.StatsdPullAtomConfig.
* Use `create(StatsdPullAtomConfigSchema)` to create a new message.
*/
exports.StatsdPullAtomConfigSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_config_statsd_statsd_tracing_config, 1);
//# sourceMappingURL=statsd_tracing_config_pb.js.map