// Autogenerated by: // ../../src/tools/ftrace_proto_gen/ftrace_proto_gen.cc // Do not edit. syntax = "proto2"; package perfetto.protos; message IpiEntryFtraceEvent { optional string reason = 1; } message IpiExitFtraceEvent { optional string reason = 1; } message IpiRaiseFtraceEvent { optional uint32 target_cpus = 1; optional string reason = 2; }