perfetto: Add v3d data sources to system.cfg

Just like for msm and i915, so it works out-of-the-box.

Signed-off-by: Christian Gmeiner <cgmeiner@igalia.com>
Acked-by: Iago Toral Quiroga <itoral@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31751>
This commit is contained in:
Christian Gmeiner
2024-10-10 11:54:02 +02:00
committed by Marge Bot
parent 27771b4d55
commit e6d83f1947
+9
View File
@@ -67,6 +67,15 @@ data_sources {
}
}
data_sources {
config {
name: "gpu.counters.v3d"
gpu_counter_config {
counter_period_ns: 100000
}
}
}
data_sources {
config {
name: "track_event"