docs: Update the list of drivers with CPU tracepoints

v3d and vc4 gained support for this feature.

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Reviewed-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31575>
This commit is contained in:
Christian Gmeiner 2024-10-09 11:02:45 +02:00 committed by Marge Bot
parent 63f0a2f9a0
commit 980d0e2d06

View File

@ -110,7 +110,11 @@ CPU Tracing
Mesa's CPU tracepoints (``MESA_TRACE_*``) use Perfetto track events when
Perfetto is enabled. They use ``mesa.default`` and ``mesa.slow`` categories.
Currently, only EGL and Freedreno have CPU tracepoints.
Currently, only EGL and the following drivers have have CPU tracepoints.
- Freedreno
- V3D
- VC4
Vulkan data sources
~~~~~~~~~~~~~~~~~~~