blob: 724a9a38d0dbe393bd2b07b13264a02edd5a973f [file] [log] [blame]
// Autogenerated by:
// ../../tools/ftrace_proto_gen/ftrace_proto_gen.cc
// Do not edit.
syntax = "proto2";
package perfetto.protos;
message SdeTracingMarkWriteFtraceEvent {
optional int32 pid = 1;
optional string trace_name = 2;
optional uint32 trace_type = 3;
optional int32 value = 4;
optional uint32 trace_begin = 5;
}