UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

37 lines 2.42 kB
"use strict"; // Autogenerated by: // ../../src/tools/ftrace_proto_gen/ftrace_proto_gen.cc // Do not edit. Object.defineProperty(exports, "__esModule", { value: true }); exports.IrqHandlerExitFtraceEventSchema = exports.IrqHandlerEntryFtraceEventSchema = exports.SoftirqRaiseFtraceEventSchema = exports.SoftirqExitFtraceEventSchema = exports.SoftirqEntryFtraceEventSchema = exports.file_protos_perfetto_trace_ftrace_irq = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); /** * Describes the file protos/perfetto/trace/ftrace/irq.proto. */ exports.file_protos_perfetto_trace_ftrace_irq = (0, codegenv1_1.fileDesc)("CiZwcm90b3MvcGVyZmV0dG8vdHJhY2UvZnRyYWNlL2lycS5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIiYKF1NvZnRpcnFFbnRyeUZ0cmFjZUV2ZW50EgsKA3ZlYxgBIAEoDSIlChZTb2Z0aXJxRXhpdEZ0cmFjZUV2ZW50EgsKA3ZlYxgBIAEoDSImChdTb2Z0aXJxUmFpc2VGdHJhY2VFdmVudBILCgN2ZWMYASABKA0iSAoaSXJxSGFuZGxlckVudHJ5RnRyYWNlRXZlbnQSCwoDaXJxGAEgASgFEgwKBG5hbWUYAiABKAkSDwoHaGFuZGxlchgDIAEoDSI1ChlJcnFIYW5kbGVyRXhpdEZ0cmFjZUV2ZW50EgsKA2lycRgBIAEoBRILCgNyZXQYAiABKAU"); /** * Describes the message perfetto.protos.SoftirqEntryFtraceEvent. * Use `create(SoftirqEntryFtraceEventSchema)` to create a new message. */ exports.SoftirqEntryFtraceEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_ftrace_irq, 0); /** * Describes the message perfetto.protos.SoftirqExitFtraceEvent. * Use `create(SoftirqExitFtraceEventSchema)` to create a new message. */ exports.SoftirqExitFtraceEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_ftrace_irq, 1); /** * Describes the message perfetto.protos.SoftirqRaiseFtraceEvent. * Use `create(SoftirqRaiseFtraceEventSchema)` to create a new message. */ exports.SoftirqRaiseFtraceEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_ftrace_irq, 2); /** * Describes the message perfetto.protos.IrqHandlerEntryFtraceEvent. * Use `create(IrqHandlerEntryFtraceEventSchema)` to create a new message. */ exports.IrqHandlerEntryFtraceEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_ftrace_irq, 3); /** * Describes the message perfetto.protos.IrqHandlerExitFtraceEvent. * Use `create(IrqHandlerExitFtraceEventSchema)` to create a new message. */ exports.IrqHandlerExitFtraceEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_ftrace_irq, 4); //# sourceMappingURL=irq_pb.js.map