Add Vulkan memory tracker config to trace config
Vulkan memory tracker can track device or driver memory usage events,
or both. This change adds the proper config proto to the trace config
proto.
Change-Id: I87542286f081f4b66caf67ad532f4711070eb5c4
diff --git a/BUILD b/BUILD
index 3b97386..9838258 100644
--- a/BUILD
+++ b/BUILD
@@ -1336,6 +1336,7 @@
name = "protos_perfetto_config_gpu_protos",
srcs = [
"protos/perfetto/config/gpu/gpu_counter_config.proto",
+ "protos/perfetto/config/gpu/vulkan_memory_config.proto",
],
visibility = [
PERFETTO_CONFIG.proto_library_visibility,