perfetto-protos
Version:
Perfetto protos exposed via protobuf-es for browser and node
39 lines • 2.58 kB
JavaScript
;
//
// Copyright (C) 2021 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.ProfilerSmaps_InstanceSchema = exports.ProfilerSmaps_MappingSchema = exports.ProfilerSmapsSchema = exports.file_protos_perfetto_metrics_android_profiler_smaps = void 0;
const codegenv1_1 = require("@bufbuild/protobuf/codegenv1");
const process_metadata_pb_1 = require("./process_metadata_pb");
/**
* Describes the file protos/perfetto/metrics/android/profiler_smaps.proto.
*/
exports.file_protos_perfetto_metrics_android_profiler_smaps = (0, codegenv1_1.fileDesc)("CjRwcm90b3MvcGVyZmV0dG8vbWV0cmljcy9hbmRyb2lkL3Byb2ZpbGVyX3NtYXBzLnByb3RvEg9wZXJmZXR0by5wcm90b3MinwIKDVByb2ZpbGVyU21hcHMSOQoIaW5zdGFuY2UYASADKAsyJy5wZXJmZXR0by5wcm90b3MuUHJvZmlsZXJTbWFwcy5JbnN0YW5jZRpTCgdNYXBwaW5nEgwKBHBhdGgYASABKAkSDwoHc2l6ZV9rYhgCIAEoBRIYChBwcml2YXRlX2RpcnR5X2tiGAMgASgFEg8KB3N3YXBfa2IYBCABKAUafgoISW5zdGFuY2USOAoHcHJvY2VzcxgBIAEoCzInLnBlcmZldHRvLnByb3Rvcy5BbmRyb2lkUHJvY2Vzc01ldGFkYXRhEjgKCG1hcHBpbmdzGAIgAygLMiYucGVyZmV0dG8ucHJvdG9zLlByb2ZpbGVyU21hcHMuTWFwcGluZw", [process_metadata_pb_1.file_protos_perfetto_metrics_android_process_metadata]);
/**
* Describes the message perfetto.protos.ProfilerSmaps.
* Use `create(ProfilerSmapsSchema)` to create a new message.
*/
exports.ProfilerSmapsSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_profiler_smaps, 0);
/**
* Describes the message perfetto.protos.ProfilerSmaps.Mapping.
* Use `create(ProfilerSmaps_MappingSchema)` to create a new message.
*/
exports.ProfilerSmaps_MappingSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_profiler_smaps, 0, 0);
/**
* Describes the message perfetto.protos.ProfilerSmaps.Instance.
* Use `create(ProfilerSmaps_InstanceSchema)` to create a new message.
*/
exports.ProfilerSmaps_InstanceSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_metrics_android_profiler_smaps, 0, 1);
//# sourceMappingURL=profiler_smaps_pb.js.map