perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
33 lines • 2.23 kB
JavaScript
;
//
// Copyright (C) 2020 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.SmapsPacketSchema = exports.SmapsEntrySchema = exports.file_protos_perfetto_trace_profiling_smaps = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
/**
* Describes the file protos/perfetto/trace/profiling/smaps.proto.
*/
exports.file_protos_perfetto_trace_profiling_smaps = (0, codegenv1_1.fileDesc)("Citwcm90b3MvcGVyZmV0dG8vdHJhY2UvcHJvZmlsaW5nL3NtYXBzLnByb3RvEg9wZXJmZXR0by5wcm90b3MigwMKClNtYXBzRW50cnkSDAoEcGF0aBgBIAEoCRIPCgdzaXplX2tiGAIgASgEEhgKEHByaXZhdGVfZGlydHlfa2IYAyABKAQSDwoHc3dhcF9rYhgEIAEoBBIRCglmaWxlX25hbWUYBSABKAkSFQoNc3RhcnRfYWRkcmVzcxgGIAEoBBIYChBtb2R1bGVfdGltZXN0YW1wGAcgASgEEhYKDm1vZHVsZV9kZWJ1Z2lkGAggASgJEhkKEW1vZHVsZV9kZWJ1Z19wYXRoGAkgASgJEhgKEHByb3RlY3Rpb25fZmxhZ3MYCiABKA0SIQoZcHJpdmF0ZV9jbGVhbl9yZXNpZGVudF9rYhgLIAEoBBIgChhzaGFyZWRfZGlydHlfcmVzaWRlbnRfa2IYDCABKAQSIAoYc2hhcmVkX2NsZWFuX3Jlc2lkZW50X2tiGA0gASgEEhEKCWxvY2tlZF9rYhgOIAEoBBIgChhwcm9wb3J0aW9uYWxfcmVzaWRlbnRfa2IYDyABKAQiSAoLU21hcHNQYWNrZXQSCwoDcGlkGAEgASgNEiwKB2VudHJpZXMYAiADKAsyGy5wZXJmZXR0by5wcm90b3MuU21hcHNFbnRyeQ");
/**
* Describes the message perfetto.protos.SmapsEntry.
* Use `create(SmapsEntrySchema)` to create a new message.
*/
exports.SmapsEntrySchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_profiling_smaps, 0);
/**
* Describes the message perfetto.protos.SmapsPacket.
* Use `create(SmapsPacketSchema)` to create a new message.
*/
exports.SmapsPacketSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_profiling_smaps, 1);
//# sourceMappingURL=smaps_pb.js.map