device.mk: add gpu_probe service.

Adds a service that uploads gpu counter data to Perfetto.
Service must be started via "start gpu_probe" and the Perfetto config
must request counters via "gpu.counters".

Bug: 26766418
Test: see perfetto events produced with this service.
Change-Id: I40c3152138bd3eb8252741e187586379ce659ac6
This commit is contained in:
Kevin DuBois 2023-04-24 23:25:47 +00:00
parent 12c9a0fe55
commit 6265972e87

View file

@ -229,6 +229,7 @@ $(call soong_config_set,arm_gralloc,soc,$(TARGET_BOARD_PLATFORM))
include device/google/gs101/neuralnetwork/neuralnetwork.mk
include device/google/gs-common/gpu/gpu.mk
PRODUCT_PACKAGES += \
csffw_image_prebuilt__firmware_prebuilt_ttux_mali_csffw.bin \
libGLES_mali \