blob: bff9cbd1edb5ca78ad7351e170161bfa3da5aae9 [file] [log] [blame]
// 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;
}