docs: Add perfetto driver specifics for V3D

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Reviewed-by: Maíra Canal <mcanal@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33348>
This commit is contained in:
Christian Gmeiner
2025-01-29 13:46:32 +01:00
committed by Marge Bot
parent 9b6525809e
commit 513ba040fc

View File

@@ -212,6 +212,17 @@ To run the producer, follow these two simple steps:
./build/pps-producer
V3D / V3DV
----------
As we can only have one performance monitor active at a given time, we can only monitor
32 performance counters. There is a need to define the performance counters of interest
for pps_producer using the environment variable ``V3D_DS_COUNTER``.
.. code-block:: sh
V3D_DS_COUNTER=cycle-count,CLE-bin-thread-active-cycles,CLE-render-thread-active-cycles,QPU-total-uniform-cache-hit ./src/tool/pps/pps-producer
Troubleshooting
---------------