UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

33 lines 2.25 kB
"use strict"; // // Copyright (C) 2019 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.SystemInfoSchema = exports.UtsnameSchema = exports.file_protos_perfetto_trace_system_info = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); /** * Describes the file protos/perfetto/trace/system_info.proto. */ exports.file_protos_perfetto_trace_system_info = (0, codegenv1_1.fileDesc)("Cidwcm90b3MvcGVyZmV0dG8vdHJhY2Uvc3lzdGVtX2luZm8ucHJvdG8SD3BlcmZldHRvLnByb3RvcyJNCgdVdHNuYW1lEg8KB3N5c25hbWUYASABKAkSDwoHdmVyc2lvbhgCIAEoCRIPCgdyZWxlYXNlGAMgASgJEg8KB21hY2hpbmUYBCABKAkiogMKClN5c3RlbUluZm8SKQoHdXRzbmFtZRgBIAEoCzIYLnBlcmZldHRvLnByb3Rvcy5VdHNuYW1lEiEKGWFuZHJvaWRfYnVpbGRfZmluZ2VycHJpbnQYAiABKAkSIwobYW5kcm9pZF9kZXZpY2VfbWFudWZhY3R1cmVyGA4gASgJEhkKEWFuZHJvaWRfc29jX21vZGVsGAkgASgJEh8KF2FuZHJvaWRfZ3Vlc3Rfc29jX21vZGVsGA0gASgJEiEKGWFuZHJvaWRfaGFyZHdhcmVfcmV2aXNpb24YCiABKAkSHQoVYW5kcm9pZF9zdG9yYWdlX21vZGVsGAsgASgJEhkKEWFuZHJvaWRfcmFtX21vZGVsGAwgASgJEh8KF3RyYWNpbmdfc2VydmljZV92ZXJzaW9uGAQgASgJEhsKE2FuZHJvaWRfc2RrX3ZlcnNpb24YBSABKAQSEQoJcGFnZV9zaXplGAYgASgNEhAKCG51bV9jcHVzGAggASgNEhkKEXRpbWV6b25lX29mZl9taW5zGAcgASgFEgoKAmh6GAMgASgD"); /** * Describes the message perfetto.protos.Utsname. * Use `create(UtsnameSchema)` to create a new message. */ exports.UtsnameSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_system_info, 0); /** * Describes the message perfetto.protos.SystemInfo. * Use `create(SystemInfoSchema)` to create a new message. */ exports.SystemInfoSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_system_info, 1); //# sourceMappingURL=system_info_pb.js.map