Mesa (staging/21.3): intel/perf: Fix mistake in description string

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 10 06:58:50 UTC 2022


Module: Mesa
Branch: staging/21.3
Commit: 2ebf4b15907448db6a768ae57017bc06ce648caf
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=2ebf4b15907448db6a768ae57017bc06ce648caf

Author: Matt Turner <mattst88 at gmail.com>
Date:   Wed Mar  2 23:28:18 2022 -0800

intel/perf: Fix mistake in description string

Along with fixing the grammar, this allows it to be deduplicated since
the properly worded description exists in later generations' XMLs.

Cuts 96 B from iris_dri.so and libvulkan_intel.so.

   text	   data	    bss	    dec	    hex	filename
 917613	      0	      0	 917613	  e006d	meson-generated_.._intel_perf_metrics.c.o (before)
 917511	      0	      0	 917511	  e0007	meson-generated_.._intel_perf_metrics.c.o (after)

   text	   data	    bss	    dec	    hex	filename
14131044 365708	 210004	14706756 e06844	iris_dri.so (before)
14130948 365708	 210004	14706660 e067e4	iris_dri.so (after)

   text	   data	    bss	    dec	    hex	filename
8124321	 214264	  22820	8361405	 7f95bd	libvulkan_intel.so (before)
8124225	 214264	  22820	8361309	 7f955d	libvulkan_intel.so (after)

Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin at intel.com>
(cherry picked from commit d80d3c6760a8d029c7af8c8ad5ec5e623f6d413a)

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16405>

---

 src/intel/perf/oa-hsw.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/intel/perf/oa-hsw.xml b/src/intel/perf/oa-hsw.xml
index 64faf919377..fda73e09e9e 100644
--- a/src/intel/perf/oa-hsw.xml
+++ b/src/intel/perf/oa-hsw.xml
@@ -128,7 +128,7 @@
     <counter name="GPU Busy"
              symbol_name="GpuBusy"
              underscore_name="gpu_busy"
-             description="The percentage of time in which the GPU has being processing GPU commands."
+             description="The percentage of time in which the GPU has been processing GPU commands."
              data_type="float"
              max_equation="100"
              units="percent"
@@ -1091,7 +1091,7 @@
     <counter name="GPU Busy"
              symbol_name="GpuBusy"
              underscore_name="gpu_busy"
-             description="The percentage of time in which the GPU has being processing GPU commands."
+             description="The percentage of time in which the GPU has been processing GPU commands."
              data_type="float"
              max_equation="100"
              units="percent"
@@ -2200,7 +2200,7 @@
     <counter name="GPU Busy"
              symbol_name="GpuBusy"
              underscore_name="gpu_busy"
-             description="The percentage of time in which the GPU has being processing GPU commands."
+             description="The percentage of time in which the GPU has been processing GPU commands."
              data_type="float"
              max_equation="100"
              units="percent"
@@ -3014,7 +3014,7 @@
     <counter name="GPU Busy"
              symbol_name="GpuBusy"
              underscore_name="gpu_busy"
-             description="The percentage of time in which the GPU has being processing GPU commands."
+             description="The percentage of time in which the GPU has been processing GPU commands."
              data_type="float"
              max_equation="100"
              units="percent"
@@ -3830,7 +3830,7 @@
     <counter name="GPU Busy"
              symbol_name="GpuBusy"
              underscore_name="gpu_busy"
-             description="The percentage of time in which the GPU has being processing GPU commands."
+             description="The percentage of time in which the GPU has been processing GPU commands."
              data_type="float"
              max_equation="100"
              units="percent"



More information about the mesa-commit mailing list