From ea0784dfb8c7d364da947e9a2dccec602de1e04a Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Mon, 28 Oct 2024 16:53:53 +0100 Subject: [PATCH] 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 Acked-by: Iago Toral Quiroga Part-of: --- src/tool/pps/cfg/gpu.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/tool/pps/cfg/gpu.cfg b/src/tool/pps/cfg/gpu.cfg index 11cdfa8f82a..2a6578375d8 100644 --- a/src/tool/pps/cfg/gpu.cfg +++ b/src/tool/pps/cfg/gpu.cfg @@ -21,4 +21,13 @@ data_sources { } } +data_sources { + config { + name: "gpu.counters.v3d" + gpu_counter_config { + counter_period_ns: 100000 + } + } +} + duration_ms: 16000