| // Autogenerated by: | |
| // ../../src/tools/ftrace_proto_gen/ftrace_proto_gen.cc | |
| // Do not edit. | |
| syntax = "proto2"; | |
| package perfetto.protos; | |
| message BclIrqTriggerFtraceEvent { | |
| optional int32 id = 1; | |
| optional int32 throttle = 2; | |
| optional int32 cpu0_limit = 3; | |
| optional int32 cpu1_limit = 4; | |
| optional int32 cpu2_limit = 5; | |
| optional int32 tpu_limit = 6; | |
| optional int32 gpu_limit = 7; | |
| optional int32 voltage = 8; | |
| optional int32 capacity = 9; | |
| } |