UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

64 lines 3.58 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.KprobeEvent_KprobeTypeSchema = exports.KprobeEvent_KprobeType = exports.KprobeEventSchema = exports.GenericFtraceEvent_FieldSchema = exports.GenericFtraceEventSchema = exports.file_protos_perfetto_trace_ftrace_generic = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); /** * Describes the file protos/perfetto/trace/ftrace/generic.proto. */ exports.file_protos_perfetto_trace_ftrace_generic = (0, codegenv1_1.fileDesc)("Cipwcm90b3MvcGVyZmV0dG8vdHJhY2UvZnRyYWNlL2dlbmVyaWMucHJvdG8SD3BlcmZldHRvLnByb3RvcyLCAQoSR2VuZXJpY0Z0cmFjZUV2ZW50EhIKCmV2ZW50X25hbWUYASABKAkSOAoFZmllbGQYAiADKAsyKS5wZXJmZXR0by5wcm90b3MuR2VuZXJpY0Z0cmFjZUV2ZW50LkZpZWxkGl4KBUZpZWxkEgwKBG5hbWUYASABKAkSEwoJc3RyX3ZhbHVlGAMgASgJSAASEwoJaW50X3ZhbHVlGAQgASgDSAASFAoKdWludF92YWx1ZRgFIAEoBEgAQgcKBXZhbHVlIr4BCgtLcHJvYmVFdmVudBIMCgRuYW1lGAEgASgJEjUKBHR5cGUYAiABKA4yJy5wZXJmZXR0by5wcm90b3MuS3Byb2JlRXZlbnQuS3Byb2JlVHlwZSJqCgpLcHJvYmVUeXBlEhcKE0tQUk9CRV9UWVBFX1VOS05PV04QABIVChFLUFJPQkVfVFlQRV9CRUdJThABEhMKD0tQUk9CRV9UWVBFX0VORBACEhcKE0tQUk9CRV9UWVBFX0lOU1RBTlQQAw"); /** * Describes the message perfetto.protos.GenericFtraceEvent. * Use `create(GenericFtraceEventSchema)` to create a new message. */ exports.GenericFtraceEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_ftrace_generic, 0); /** * Describes the message perfetto.protos.GenericFtraceEvent.Field. * Use `create(GenericFtraceEvent_FieldSchema)` to create a new message. */ exports.GenericFtraceEvent_FieldSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_ftrace_generic, 0, 0); /** * Describes the message perfetto.protos.KprobeEvent. * Use `create(KprobeEventSchema)` to create a new message. */ exports.KprobeEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_ftrace_generic, 1); /** * @generated from enum perfetto.protos.KprobeEvent.KprobeType */ var KprobeEvent_KprobeType; (function (KprobeEvent_KprobeType) { /** * @generated from enum value: KPROBE_TYPE_UNKNOWN = 0; */ KprobeEvent_KprobeType[KprobeEvent_KprobeType["UNKNOWN"] = 0] = "UNKNOWN"; /** * @generated from enum value: KPROBE_TYPE_BEGIN = 1; */ KprobeEvent_KprobeType[KprobeEvent_KprobeType["BEGIN"] = 1] = "BEGIN"; /** * @generated from enum value: KPROBE_TYPE_END = 2; */ KprobeEvent_KprobeType[KprobeEvent_KprobeType["END"] = 2] = "END"; /** * @generated from enum value: KPROBE_TYPE_INSTANT = 3; */ KprobeEvent_KprobeType[KprobeEvent_KprobeType["INSTANT"] = 3] = "INSTANT"; })(KprobeEvent_KprobeType || (exports.KprobeEvent_KprobeType = KprobeEvent_KprobeType = {})); /** * Describes the enum perfetto.protos.KprobeEvent.KprobeType. */ exports.KprobeEvent_KprobeTypeSchema = (0, codegenv1_1.enumDesc)(exports.file_protos_perfetto_trace_ftrace_generic, 1, 0); //# sourceMappingURL=generic_pb.js.map