Merge "Add VK command buffer to gpu_render_stage"
am: 89d0dee3a4

Change-Id: Ifefe470fb5d61de64871764d53f348efab68515d
diff --git a/protos/perfetto/trace/gpu/gpu_render_stage_event.proto b/protos/perfetto/trace/gpu/gpu_render_stage_event.proto
index a2a4cfd..e719b2b 100644
--- a/protos/perfetto/trace/gpu/gpu_render_stage_event.proto
+++ b/protos/perfetto/trace/gpu/gpu_render_stage_event.proto
@@ -19,7 +19,7 @@
 
 package perfetto.protos;
 
-// next id: 12
+// next id: 13
 message GpuRenderStageEvent {
   // required. Unique ID for the event.
   optional uint64 event_id = 1;
@@ -43,6 +43,9 @@
   // optional. The Vulkan render pass handle.
   optional uint64 render_pass_handle = 9;
 
+  // optional. The Vulkan command buffer handle.
+  optional uint64 command_buffer_handle = 12;
+
   // optional. Submission ID generated by the UMD.
   optional uint32 submission_id = 10;
 
diff --git a/protos/perfetto/trace/perfetto_trace.proto b/protos/perfetto/trace/perfetto_trace.proto
index 084679f..0ae22f5 100644
--- a/protos/perfetto/trace/perfetto_trace.proto
+++ b/protos/perfetto/trace/perfetto_trace.proto
@@ -4267,7 +4267,7 @@
 
 // Begin of protos/perfetto/trace/gpu/gpu_render_stage_event.proto
 
-// next id: 12
+// next id: 13
 message GpuRenderStageEvent {
   // required. Unique ID for the event.
   optional uint64 event_id = 1;
@@ -4291,6 +4291,9 @@
   // optional. The Vulkan render pass handle.
   optional uint64 render_pass_handle = 9;
 
+  // optional. The Vulkan command buffer handle.
+  optional uint64 command_buffer_handle = 12;
+
   // optional. Submission ID generated by the UMD.
   optional uint32 submission_id = 10;