mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 09:10:12 +01:00
perfetto: Add v3d data sources to gpu.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:
parent
e6d83f1947
commit
ea0784dfb8
1 changed files with 9 additions and 0 deletions
|
|
@ -21,4 +21,13 @@ data_sources {
|
|||
}
|
||||
}
|
||||
|
||||
data_sources {
|
||||
config {
|
||||
name: "gpu.counters.v3d"
|
||||
gpu_counter_config {
|
||||
counter_period_ns: 100000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
duration_ms: 16000
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue