From e6d83f19479488e04a110836e948c3e8a6dfec5d Mon Sep 17 00:00:00 2001 From: Christian Gmeiner Date: Thu, 10 Oct 2024 11:54:02 +0200 Subject: [PATCH] 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 Acked-by: Iago Toral Quiroga Part-of: --- src/tool/pps/cfg/system.cfg | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/tool/pps/cfg/system.cfg b/src/tool/pps/cfg/system.cfg index e036c452584..ccc51423f8d 100644 --- a/src/tool/pps/cfg/system.cfg +++ b/src/tool/pps/cfg/system.cfg @@ -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"