UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

57 lines 3.05 kB
"use strict"; // // Copyright (C) 2018 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.InodeFileMap_Entry_TypeSchema = exports.InodeFileMap_Entry_Type = exports.InodeFileMap_EntrySchema = exports.InodeFileMapSchema = exports.file_protos_perfetto_trace_filesystem_inode_file_map = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); /** * Describes the file protos/perfetto/trace/filesystem/inode_file_map.proto. */ exports.file_protos_perfetto_trace_filesystem_inode_file_map = (0, codegenv1_1.fileDesc)("CjVwcm90b3MvcGVyZmV0dG8vdHJhY2UvZmlsZXN5c3RlbS9pbm9kZV9maWxlX21hcC5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIogCCgxJbm9kZUZpbGVNYXASFwoPYmxvY2tfZGV2aWNlX2lkGAEgASgEEhQKDG1vdW50X3BvaW50cxgCIAMoCRI0CgdlbnRyaWVzGAMgAygLMiMucGVyZmV0dG8ucHJvdG9zLklub2RlRmlsZU1hcC5FbnRyeRqSAQoFRW50cnkSFAoMaW5vZGVfbnVtYmVyGAEgASgEEg0KBXBhdGhzGAIgAygJEjYKBHR5cGUYAyABKA4yKC5wZXJmZXR0by5wcm90b3MuSW5vZGVGaWxlTWFwLkVudHJ5LlR5cGUiLAoEVHlwZRILCgdVTktOT1dOEAASCAoERklMRRABEg0KCURJUkVDVE9SWRAC"); /** * Describes the message perfetto.protos.InodeFileMap. * Use `create(InodeFileMapSchema)` to create a new message. */ exports.InodeFileMapSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_filesystem_inode_file_map, 0); /** * Describes the message perfetto.protos.InodeFileMap.Entry. * Use `create(InodeFileMap_EntrySchema)` to create a new message. */ exports.InodeFileMap_EntrySchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_filesystem_inode_file_map, 0, 0); /** * The file type * * @generated from enum perfetto.protos.InodeFileMap.Entry.Type */ var InodeFileMap_Entry_Type; (function (InodeFileMap_Entry_Type) { /** * @generated from enum value: UNKNOWN = 0; */ InodeFileMap_Entry_Type[InodeFileMap_Entry_Type["UNKNOWN"] = 0] = "UNKNOWN"; /** * @generated from enum value: FILE = 1; */ InodeFileMap_Entry_Type[InodeFileMap_Entry_Type["FILE"] = 1] = "FILE"; /** * @generated from enum value: DIRECTORY = 2; */ InodeFileMap_Entry_Type[InodeFileMap_Entry_Type["DIRECTORY"] = 2] = "DIRECTORY"; })(InodeFileMap_Entry_Type || (exports.InodeFileMap_Entry_Type = InodeFileMap_Entry_Type = {})); /** * Describes the enum perfetto.protos.InodeFileMap.Entry.Type. */ exports.InodeFileMap_Entry_TypeSchema = (0, codegenv1_1.enumDesc)(exports.file_protos_perfetto_trace_filesystem_inode_file_map, 0, 0, 0); //# sourceMappingURL=inode_file_map_pb.js.map