Mesa (main): pps: remove counter_ids fields

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 28 10:43:17 UTC 2021


Module: Mesa
Branch: main
Commit: 32b28f2cfa4501314aa74356adaef7173e203cd0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=32b28f2cfa4501314aa74356adaef7173e203cd0

Author: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Date:   Thu Oct 28 00:08:19 2021 +0300

pps: remove counter_ids fields

Those appear not to be recognized anymore by perfetto.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
Reviewed-by: Antonio Caggiano <antonio.caggiano at collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13571>

---

 src/tool/pps/cfg/gpu.cfg | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/src/tool/pps/cfg/gpu.cfg b/src/tool/pps/cfg/gpu.cfg
index eaef4df402a..11cdfa8f82a 100644
--- a/src/tool/pps/cfg/gpu.cfg
+++ b/src/tool/pps/cfg/gpu.cfg
@@ -9,11 +9,6 @@ data_sources {
     gpu_counter_config {
       counter_period_ns: 1000000000
     }
-    counter_ids: 0
-    counter_ids: 1
-    counter_ids: 2
-    counter_ids: 3
-    counter_ids: 4
   }
 }
 



More information about the mesa-commit mailing list