UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

44 lines 3.76 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.TracingServiceState_TracingSessionSchema = exports.TracingServiceState_DataSourceSchema = exports.TracingServiceState_ProducerSchema = exports.TracingServiceStateSchema = exports.file_protos_perfetto_common_tracing_service_state = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); const data_source_descriptor_pb_1 = require("./data_source_descriptor_pb"); /** * Describes the file protos/perfetto/common/tracing_service_state.proto. */ exports.file_protos_perfetto_common_tracing_service_state = (0, codegenv1_1.fileDesc)("CjJwcm90b3MvcGVyZmV0dG8vY29tbW9uL3RyYWNpbmdfc2VydmljZV9zdGF0ZS5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIrcGChNUcmFjaW5nU2VydmljZVN0YXRlEkAKCXByb2R1Y2VycxgBIAMoCzItLnBlcmZldHRvLnByb3Rvcy5UcmFjaW5nU2VydmljZVN0YXRlLlByb2R1Y2VyEkUKDGRhdGFfc291cmNlcxgCIAMoCzIvLnBlcmZldHRvLnByb3Rvcy5UcmFjaW5nU2VydmljZVN0YXRlLkRhdGFTb3VyY2USTQoQdHJhY2luZ19zZXNzaW9ucxgGIAMoCzIzLnBlcmZldHRvLnByb3Rvcy5UcmFjaW5nU2VydmljZVN0YXRlLlRyYWNpbmdTZXNzaW9uEiEKGXN1cHBvcnRzX3RyYWNpbmdfc2Vzc2lvbnMYByABKAgSFAoMbnVtX3Nlc3Npb25zGAMgASgFEhwKFG51bV9zZXNzaW9uc19zdGFydGVkGAQgASgFEh8KF3RyYWNpbmdfc2VydmljZV92ZXJzaW9uGAUgASgJGmMKCFByb2R1Y2VyEgoKAmlkGAEgASgFEgwKBG5hbWUYAiABKAkSCwoDcGlkGAUgASgFEgsKA3VpZBgDIAEoBRITCgtzZGtfdmVyc2lvbhgEIAEoCRIOCgZmcm96ZW4YBiABKAgaXwoKRGF0YVNvdXJjZRI8Cg1kc19kZXNjcmlwdG9yGAEgASgLMiUucGVyZmV0dG8ucHJvdG9zLkRhdGFTb3VyY2VEZXNjcmlwdG9yEhMKC3Byb2R1Y2VyX2lkGAIgASgFGokCCg5UcmFjaW5nU2Vzc2lvbhIKCgJpZBgBIAEoBBIUCgxjb25zdW1lcl91aWQYAiABKAUSDQoFc3RhdGUYAyABKAkSGwoTdW5pcXVlX3Nlc3Npb25fbmFtZRgEIAEoCRIWCg5idWZmZXJfc2l6ZV9rYhgFIAMoDRITCgtkdXJhdGlvbl9tcxgGIAEoDRIYChBudW1fZGF0YV9zb3VyY2VzGAcgASgNEhkKEXN0YXJ0X3JlYWx0aW1lX25zGAggASgDEhcKD2J1Z3JlcG9ydF9zY29yZRgJIAEoBRIaChJidWdyZXBvcnRfZmlsZW5hbWUYCiABKAkSEgoKaXNfc3RhcnRlZBgLIAEoCA", [data_source_descriptor_pb_1.file_protos_perfetto_common_data_source_descriptor]); /** * Describes the message perfetto.protos.TracingServiceState. * Use `create(TracingServiceStateSchema)` to create a new message. */ exports.TracingServiceStateSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_common_tracing_service_state, 0); /** * Describes the message perfetto.protos.TracingServiceState.Producer. * Use `create(TracingServiceState_ProducerSchema)` to create a new message. */ exports.TracingServiceState_ProducerSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_common_tracing_service_state, 0, 0); /** * Describes the message perfetto.protos.TracingServiceState.DataSource. * Use `create(TracingServiceState_DataSourceSchema)` to create a new message. */ exports.TracingServiceState_DataSourceSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_common_tracing_service_state, 0, 1); /** * Describes the message perfetto.protos.TracingServiceState.TracingSession. * Use `create(TracingServiceState_TracingSessionSchema)` to create a new message. */ exports.TracingServiceState_TracingSessionSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_common_tracing_service_state, 0, 2); //# sourceMappingURL=tracing_service_state_pb.js.map