UNPKG

perfetto-protos

Version:

Perfetto protos exposed via protobuf-es for browser and node

37 lines 2.28 kB
"use strict"; // Autogenerated by: // ../../src/tools/ftrace_proto_gen/ftrace_proto_gen.cc // Do not edit. Object.defineProperty(exports, "__esModule", { value: true }); exports.HostMemAbortFtraceEventSchema = exports.HostSmcFtraceEventSchema = exports.HostHcallFtraceEventSchema = exports.HypExitFtraceEventSchema = exports.HypEnterFtraceEventSchema = exports.file_protos_perfetto_trace_ftrace_hyp = void 0; const codegenv1_1 = require("@bufbuild/protobuf/codegenv1"); /** * Describes the file protos/perfetto/trace/ftrace/hyp.proto. */ exports.file_protos_perfetto_trace_ftrace_hyp = (0, codegenv1_1.fileDesc)("CiZwcm90b3MvcGVyZmV0dG8vdHJhY2UvZnRyYWNlL2h5cC5wcm90bxIPcGVyZmV0dG8ucHJvdG9zIhUKE0h5cEVudGVyRnRyYWNlRXZlbnQiFAoSSHlwRXhpdEZ0cmFjZUV2ZW50IjMKFEhvc3RIY2FsbEZ0cmFjZUV2ZW50EgoKAmlkGAEgASgNEg8KB2ludmFsaWQYAiABKA0iMwoSSG9zdFNtY0Z0cmFjZUV2ZW50EgoKAmlkGAEgASgEEhEKCWZvcndhcmRlZBgCIAEoDSI0ChdIb3N0TWVtQWJvcnRGdHJhY2VFdmVudBILCgNlc3IYASABKAQSDAoEYWRkchgCIAEoBA"); /** * Describes the message perfetto.protos.HypEnterFtraceEvent. * Use `create(HypEnterFtraceEventSchema)` to create a new message. */ exports.HypEnterFtraceEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_ftrace_hyp, 0); /** * Describes the message perfetto.protos.HypExitFtraceEvent. * Use `create(HypExitFtraceEventSchema)` to create a new message. */ exports.HypExitFtraceEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_ftrace_hyp, 1); /** * Describes the message perfetto.protos.HostHcallFtraceEvent. * Use `create(HostHcallFtraceEventSchema)` to create a new message. */ exports.HostHcallFtraceEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_ftrace_hyp, 2); /** * Describes the message perfetto.protos.HostSmcFtraceEvent. * Use `create(HostSmcFtraceEventSchema)` to create a new message. */ exports.HostSmcFtraceEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_ftrace_hyp, 3); /** * Describes the message perfetto.protos.HostMemAbortFtraceEvent. * Use `create(HostMemAbortFtraceEventSchema)` to create a new message. */ exports.HostMemAbortFtraceEventSchema = (0, codegenv1_1.messageDesc)(exports.file_protos_perfetto_trace_ftrace_hyp, 4); //# sourceMappingURL=hyp_pb.js.map