blob: a61463d3d068ab97c68b3c1be9c9dc6e32c6437f [file] [log] [blame]
// Autogenerated by ../../tools/ftrace_proto_gen/ftrace_to_proto.cc do not edit.
syntax = "proto3";
option optimize_for = LITE_RUNTIME;
message SchedSwitchFtraceEvent {
string prev_comm = 1;
int32 prev_pid = 2;
int32 prev_prio = 3;
int32 prev_state = 4;
string next_comm = 5;
int32 next_pid = 6;
int32 next_prio = 7;
}