[igt-dev] [PATCH i-g-t 5/6] lib/i915/perf: reorder CNL counter

Lionel Landwerlin lionel.g.landwerlin at intel.com
Tue Jan 5 11:17:48 UTC 2021


Simply moving the counter around.

Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
---
 lib/i915/perf-configs/oa-cnl.xml | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/lib/i915/perf-configs/oa-cnl.xml b/lib/i915/perf-configs/oa-cnl.xml
index 0bf5fa180..cb7eb8c69 100644
--- a/lib/i915/perf-configs/oa-cnl.xml
+++ b/lib/i915/perf-configs/oa-cnl.xml
@@ -1,5 +1,5 @@
 <?xml version="1.0"?>
-<metrics version="1609843423" merge_md5="">
+<metrics version="1609843831" merge_md5="">
   <set name="Render Metrics Basic Gen10"
        chipset="CNL"
        symbol_name="RenderBasic"
@@ -4722,6 +4722,19 @@
              mdapi_supported_apis=""
              mdapi_hw_unit_type="gpu"
              />
+    <counter name="Shader Barrier Messages"
+             symbol_name="ShaderBarriers"
+             underscore_name="shader_barriers"
+             description="The total number of shader barrier messages."
+             data_type="uint64"
+             units="messages"
+             semantic_type="event"
+             equation="A 35 READ"
+             mdapi_group="EU Array/Barrier"
+             mdapi_usage_flags="Tier3 Frame Batch Draw"
+             mdapi_supported_apis=""
+             mdapi_hw_unit_type="gpu"
+             />
     <counter name="Slice0 L3 Bank0 Accesses"
              symbol_name="L3Bank00Accesses"
              underscore_name="l3_bank00_accesses"
@@ -4833,19 +4846,6 @@
              mdapi_supported_apis=""
              mdapi_hw_unit_type="gpu"
              />
-    <counter name="Shader Barrier Messages"
-             symbol_name="ShaderBarriers"
-             underscore_name="shader_barriers"
-             description="The total number of shader barrier messages."
-             data_type="uint64"
-             units="messages"
-             semantic_type="event"
-             equation="A 35 READ"
-             mdapi_group="EU Array/Barrier"
-             mdapi_usage_flags="Tier3 Frame Batch Draw"
-             mdapi_supported_apis=""
-             mdapi_hw_unit_type="gpu"
-             />
     <counter name="GTI L3 Throughput"
              symbol_name="GtiL3Throughput"
              underscore_name="gti_l3_throughput"
-- 
2.30.0



More information about the igt-dev mailing list