perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
44 lines • 3.16 kB
JavaScript
;
//
// Copyright (C) 2023 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.ProtoLogViewerConfig_GroupSchema = exports.ProtoLogViewerConfig_MessageDataSchema = exports.ProtoLogViewerConfigSchema = exports.ProtoLogMessageSchema = exports.file_protos_perfetto_trace_android_protolog = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
const protolog_common_pb_1 = require("../../common/protolog_common_pb");
/**
* Describes the file protos/perfetto/trace/android/protolog.proto.
*/
exports.file_protos_perfetto_trace_android_protolog = (0, codegenv1_1.fileDesc)("Cixwcm90b3MvcGVyZmV0dG8vdHJhY2UvYW5kcm9pZC9wcm90b2xvZy5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIpsBCg9Qcm90b0xvZ01lc3NhZ2USEgoKbWVzc2FnZV9pZBgBIAEoBhIWCg5zdHJfcGFyYW1faWlkcxgCIAMoDRIVCg1zaW50NjRfcGFyYW1zGAMgAygSEhUKDWRvdWJsZV9wYXJhbXMYBCADKAESFgoOYm9vbGVhbl9wYXJhbXMYBSADKAUSFgoOc3RhY2t0cmFjZV9paWQYBiABKA0i0AIKFFByb3RvTG9nVmlld2VyQ29uZmlnEkMKCG1lc3NhZ2VzGAEgAygLMjEucGVyZmV0dG8ucHJvdG9zLlByb3RvTG9nVmlld2VyQ29uZmlnLk1lc3NhZ2VEYXRhEjsKBmdyb3VwcxgCIAMoCzIrLnBlcmZldHRvLnByb3Rvcy5Qcm90b0xvZ1ZpZXdlckNvbmZpZy5Hcm91cBqFAQoLTWVzc2FnZURhdGESEgoKbWVzc2FnZV9pZBgBIAEoBhIPCgdtZXNzYWdlGAIgASgJEi0KBWxldmVsGAMgASgOMh4ucGVyZmV0dG8ucHJvdG9zLlByb3RvTG9nTGV2ZWwSEAoIZ3JvdXBfaWQYBCABKA0SEAoIbG9jYXRpb24YBSABKAkaLgoFR3JvdXASCgoCaWQYASABKA0SDAoEbmFtZRgCIAEoCRILCgN0YWcYAyABKAk", [protolog_common_pb_1.file_protos_perfetto_common_protolog_common]);
/**
* Describes the message perfetto.protos.ProtoLogMessage.
* Use `create(ProtoLogMessageSchema)` to create a new message.
*/
exports.ProtoLogMessageSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_protolog, 0);
/**
* Describes the message perfetto.protos.ProtoLogViewerConfig.
* Use `create(ProtoLogViewerConfigSchema)` to create a new message.
*/
exports.ProtoLogViewerConfigSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_protolog, 1);
/**
* Describes the message perfetto.protos.ProtoLogViewerConfig.MessageData.
* Use `create(ProtoLogViewerConfig_MessageDataSchema)` to create a new message.
*/
exports.ProtoLogViewerConfig_MessageDataSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_protolog, 1, 0);
/**
* Describes the message perfetto.protos.ProtoLogViewerConfig.Group.
* Use `create(ProtoLogViewerConfig_GroupSchema)` to create a new message.
*/
exports.ProtoLogViewerConfig_GroupSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_android_protolog, 1, 1);
//# sourceMappingURL=protolog_pb.js.map