* [PATCH i-g-t 1/4] tests/xe_oa: Drop TestOa from metric_set()
@ 2024-09-05 16:44 Ashutosh Dixit
2024-09-05 16:44 ` [PATCH i-g-t 2/4] xe/oa: Update oa-lnl.xml Ashutosh Dixit
` (6 more replies)
0 siblings, 7 replies; 9+ messages in thread
From: Ashutosh Dixit @ 2024-09-05 16:44 UTC (permalink / raw)
To: igt-dev
From: José Roberto de Souza <jose.souza@intel.com>
Some platforms don't provide TestOa and Renderbasic and ComputeBasic
are better tests for render and compute engine and available in all
platforms.
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
---
tests/intel/xe_oa.c | 23 ++++++++++++++---------
1 file changed, 14 insertions(+), 9 deletions(-)
diff --git a/tests/intel/xe_oa.c b/tests/intel/xe_oa.c
index f2c6d53007..aae9be2c40 100644
--- a/tests/intel/xe_oa.c
+++ b/tests/intel/xe_oa.c
@@ -311,15 +311,20 @@ static struct intel_xe_perf_metric_set *metric_set(const struct drm_xe_engine_cl
struct intel_xe_perf_metric_set *metric_set_iter;
struct intel_xe_perf_metric_set *test_set = NULL;
- if (hwe->engine_class == DRM_XE_ENGINE_CLASS_RENDER ||
- hwe->engine_class == DRM_XE_ENGINE_CLASS_COMPUTE)
- test_set_name = "TestOa";
- else if ((hwe->engine_class == DRM_XE_ENGINE_CLASS_VIDEO_DECODE ||
- hwe->engine_class == DRM_XE_ENGINE_CLASS_VIDEO_ENHANCE) &&
- HAS_OAM(devid))
- test_set_name = "MediaSet1";
- else
- igt_assert(!"reached");
+ switch (hwe->engine_class) {
+ case DRM_XE_ENGINE_CLASS_RENDER:
+ test_set_name = "RenderBasic";
+ break;
+ case DRM_XE_ENGINE_CLASS_COMPUTE:
+ test_set_name = "ComputeBasic";
+ break;
+ case DRM_XE_ENGINE_CLASS_VIDEO_DECODE:
+ case DRM_XE_ENGINE_CLASS_VIDEO_ENHANCE:
+ if (HAS_OAM(devid))
+ test_set_name = "MediaSet1";
+ default:
+ igt_assert(!"missing");
+ }
igt_list_for_each_entry(metric_set_iter, &intel_xe_perf->metric_sets, link) {
if (strcmp(metric_set_iter->symbol_name, test_set_name) == 0) {
--
2.41.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH i-g-t 2/4] xe/oa: Update oa-lnl.xml
2024-09-05 16:44 [PATCH i-g-t 1/4] tests/xe_oa: Drop TestOa from metric_set() Ashutosh Dixit
@ 2024-09-05 16:44 ` Ashutosh Dixit
2024-09-05 16:44 ` [PATCH i-g-t 3/4] xe/oa: Update scripts to support BMG Ashutosh Dixit
` (5 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Ashutosh Dixit @ 2024-09-05 16:44 UTC (permalink / raw)
To: igt-dev
From: José Roberto de Souza <jose.souza@intel.com>
File was updated using latest HW definitions.
Most relevant change was the drop of TestOa metric.
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
---
lib/xe/oa-configs/oa-lnl.xml | 290 +++++------------------------------
1 file changed, 39 insertions(+), 251 deletions(-)
diff --git a/lib/xe/oa-configs/oa-lnl.xml b/lib/xe/oa-configs/oa-lnl.xml
index 8ddee11de2..5a8586f03a 100644
--- a/lib/xe/oa-configs/oa-lnl.xml
+++ b/lib/xe/oa-configs/oa-lnl.xml
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<metrics version="1716582996" merge_md5="">
+<metrics version="1725302004" merge_md5="">
<set name="RenderBasic"
chipset="LNL"
symbol_name="RenderBasic"
@@ -519,7 +519,7 @@
<counter name="XVE Inst Executed ALU1 All"
symbol_name="XVE_INST_EXECUTED_ALU1_ALL"
underscore_name="xve_inst_executed_alu1_all"
- description="Number of execution slots taken by instructions executed by ALL threads on ALU1 pipe"
+ description="Number of execution slots taken by instructions executed by ALL threads on ALU1 pipe. Does not include extended math instructions."
data_type="uint64"
units="events"
semantic_type="event"
@@ -584,7 +584,7 @@
<counter name="XVE Inst Executed ALU1 CS"
symbol_name="XVE_INST_EXECUTED_ALU1_CS"
underscore_name="xve_inst_executed_alu1_cs"
- description="Number of execution slots taken by instructions executed by CS threads on ALU1 pipe"
+ description="Number of execution slots taken by instructions executed by CS threads on ALU1 pipe. Does not include extended math instructions."
data_type="uint64"
units="events"
semantic_type="event"
@@ -597,7 +597,7 @@
<counter name="XVE Inst Executed ALU1 PS"
symbol_name="XVE_INST_EXECUTED_ALU1_PS"
underscore_name="xve_inst_executed_alu1_ps"
- description="Number of execution slots taken by instructions executed by PS threads on ALU1 pipe"
+ description="Number of execution slots taken by instructions executed by PS threads on ALU1 pipe. Does not include extended math instructions."
data_type="uint64"
units="events"
semantic_type="event"
@@ -610,7 +610,7 @@
<counter name="XVE Inst Executed ALU1 VS"
symbol_name="XVE_INST_EXECUTED_ALU1_VS"
underscore_name="xve_inst_executed_alu1_vs"
- description="Number of execution slots taken by instructions executed by VS threads on ALU1 pipe"
+ description="Number of execution slots taken by instructions executed by VS threads on ALU1 pipe. Does not include extended math instructions."
data_type="uint64"
units="events"
semantic_type="event"
@@ -636,7 +636,7 @@
<counter name="RT BVH Cache Miss"
symbol_name="RT_BVH_CACHE_MISS"
underscore_name="rt_bvh_cache_miss"
- description="Number of BVH cache misses for RayQuery only"
+ description="Number of BVH cache misses"
data_type="uint64"
units="events"
semantic_type="event"
@@ -844,7 +844,7 @@
<counter name="XVE Inst Executed ALU1 All Utilization"
symbol_name="XVE_INST_EXECUTED_ALU1_ALL_UTILIZATION"
underscore_name="xve_inst_executed_alu1_all_utilization"
- description="Percentage of time taken by instructions executed by ALL threads on ALU1 pipe"
+ description="Percentage of time taken by instructions executed by ALL threads on ALU1 pipe. Does not include extended math instructions."
data_type="float"
units="percent"
semantic_type="duration"
@@ -1259,7 +1259,7 @@
<counter name="XVE Inst Executed ALU1 All"
symbol_name="XVE_INST_EXECUTED_ALU1_ALL"
underscore_name="xve_inst_executed_alu1_all"
- description="Number of execution slots taken by instructions executed by ALL threads on ALU1 pipe"
+ description="Number of execution slots taken by instructions executed by ALL threads on ALU1 pipe. Does not include extended math instructions."
data_type="uint64"
units="events"
semantic_type="event"
@@ -1480,7 +1480,7 @@
<counter name="L3 Hit"
symbol_name="L3_HIT"
underscore_name="l3_hit"
- description="Number of Device Cache accesses (except atomics) which hits in the Device Cache cache"
+ description="Number of Device Cache accesses which hits in the Device Cache cache"
data_type="uint64"
units="events"
semantic_type="event"
@@ -1493,7 +1493,7 @@
<counter name="L3 Miss"
symbol_name="L3_MISS"
underscore_name="l3_miss"
- description="Number of Device Cache accesses (except atomics) which miss in the Device Cache cache"
+ description="Number of Device Cache accesses which miss in the Device Cache cache"
data_type="uint64"
units="events"
semantic_type="event"
@@ -1792,7 +1792,7 @@
<counter name="XVE Inst Executed ALU1 All Utilization"
symbol_name="XVE_INST_EXECUTED_ALU1_ALL_UTILIZATION"
underscore_name="xve_inst_executed_alu1_all_utilization"
- description="Percentage of time taken by instructions executed by ALL threads on ALU1 pipe"
+ description="Percentage of time taken by instructions executed by ALL threads on ALU1 pipe. Does not include extended math instructions."
data_type="float"
units="percent"
semantic_type="duration"
@@ -2641,7 +2641,7 @@
<counter name="AMFS L3 Hit"
symbol_name="AMFS_L3_HIT"
underscore_name="amfs_l3_hit"
- description="Number of AMFS hits (except atomics) in Device Cache"
+ description="Number of AMFS hits in Device Cache"
data_type="uint64"
units="events"
semantic_type="event"
@@ -2719,7 +2719,7 @@
<counter name="Load Store Cache L3 Hit"
symbol_name="LOAD_STORE_CACHE_L3_HIT"
underscore_name="load_store_cache_l3_hit"
- description="Number of Load Store Cache requests (except atomics) to Device Cache that are hit"
+ description="Number of Load Store Cache requests to Device Cache that are hit"
data_type="uint64"
units="events"
semantic_type="event"
@@ -2823,7 +2823,7 @@
<counter name="L3 Hit"
symbol_name="L3_HIT"
underscore_name="l3_hit"
- description="Number of Device Cache accesses (except atomics) which hits in the Device Cache cache"
+ description="Number of Device Cache accesses which hits in the Device Cache cache"
data_type="uint64"
units="events"
semantic_type="event"
@@ -2836,7 +2836,7 @@
<counter name="L3 Miss"
symbol_name="L3_MISS"
underscore_name="l3_miss"
- description="Number of Device Cache accesses (except atomics) which miss in the Device Cache cache"
+ description="Number of Device Cache accesses which miss in the Device Cache cache"
data_type="uint64"
units="events"
semantic_type="event"
@@ -3422,7 +3422,7 @@
<counter name="L3 Hit"
symbol_name="L3_HIT"
underscore_name="l3_hit"
- description="Number of Device Cache accesses (except atomics) which hits in the Device Cache cache"
+ description="Number of Device Cache accesses which hits in the Device Cache cache"
data_type="uint64"
units="events"
semantic_type="event"
@@ -3435,7 +3435,7 @@
<counter name="L3 Miss"
symbol_name="L3_MISS"
underscore_name="l3_miss"
- description="Number of Device Cache accesses (except atomics) which miss in the Device Cache cache"
+ description="Number of Device Cache accesses which miss in the Device Cache cache"
data_type="uint64"
units="events"
semantic_type="event"
@@ -3760,7 +3760,7 @@
<counter name="Copy Engine Read Request"
symbol_name="COPY_ENGINE_READ_REQUEST"
underscore_name="copy_engine_read_request"
- description="Number of read requests sent by the Main Copy Engine"
+ description="Number of read requests sent by the Copy Engine"
data_type="uint64"
units="events"
semantic_type="event"
@@ -3786,7 +3786,7 @@
<counter name="Copy Engine Write Request"
symbol_name="COPY_ENGINE_WRITE_REQUEST"
underscore_name="copy_engine_write_request"
- description="Number of write requests sent by the Main Copy Engine"
+ description="Number of write requests sent by the Copy Engine"
data_type="uint64"
units="events"
semantic_type="event"
@@ -4522,7 +4522,7 @@
<counter name="Threadgroup Dispatch Queue0 Resource Stall"
symbol_name="THREADGROUP_DISPATCH_QUEUE0_RESOURCE_STALL"
underscore_name="threadgroup_dispatch_queue0_resource_stall"
- description="Percentage of time in which Thread Spawner queue 0 is stalled waiting for resources to be available (SLM, Barrier, BTD stack)"
+ description="Percentage of time in which Thread Spawner queue 0 is stalled waiting for any resource to be available (for example, SLM, Barrier, BTD stack, etc.)"
data_type="float"
units="percent"
semantic_type="duration"
@@ -4535,7 +4535,7 @@
<counter name="Threadgroup Dispatch Queue1 Resource Stall"
symbol_name="THREADGROUP_DISPATCH_QUEUE1_RESOURCE_STALL"
underscore_name="threadgroup_dispatch_queue1_resource_stall"
- description="Percentage of time in which Thread Spawner queue 1 is stalled waiting for resources to be available (SLM, Barrier, BTD stack)"
+ description="Percentage of time in which Thread Spawner queue 1 is stalled waiting for any resource to be available (for example, SLM, Barrier, BTD stack, etc.)"
data_type="float"
units="percent"
semantic_type="duration"
@@ -4907,7 +4907,7 @@
<counter name="RT Any Hit Thread Ray Dispatch"
symbol_name="RT_ANY_HIT_THREAD_RAY_DISPATCH"
underscore_name="rt_any_hit_thread_ray_dispatch"
- description="Number of any hit threads dispatched for RayQuery only"
+ description="Number of any hit threads dispatched"
data_type="uint64"
units="events"
semantic_type="event"
@@ -4920,7 +4920,7 @@
<counter name="RT Callable Thread Ray Dispatch"
symbol_name="RT_CALLABLE_THREAD_RAY_DISPATCH"
underscore_name="rt_callable_thread_ray_dispatch"
- description="Number of callable threads dispatched for RayQuery only"
+ description="Number of callable threads dispatched"
data_type="uint64"
units="events"
semantic_type="event"
@@ -4933,7 +4933,7 @@
<counter name="RT Closest Hit Thread Ray Dispatch"
symbol_name="RT_CLOSEST_HIT_THREAD_RAY_DISPATCH"
underscore_name="rt_closest_hit_thread_ray_dispatch"
- description="Number of closest hit threads dispatched for RayQuery only"
+ description="Number of closest hit threads dispatched"
data_type="uint64"
units="events"
semantic_type="event"
@@ -4985,7 +4985,7 @@
<counter name="RT Intersection Thread Ray Dispatch"
symbol_name="RT_INTERSECTION_THREAD_RAY_DISPATCH"
underscore_name="rt_intersection_thread_ray_dispatch"
- description="Number of intersection threads dispatched for RayQuery only"
+ description="Number of intersection threads dispatched"
data_type="uint64"
units="events"
semantic_type="event"
@@ -5011,7 +5011,7 @@
<counter name="RT Miss Thread Ray Dispatch"
symbol_name="RT_MISS_THREAD_RAY_DISPATCH"
underscore_name="rt_miss_thread_ray_dispatch"
- description="Number of miss threads dispatched for RayQuery only"
+ description="Number of miss threads dispatched"
data_type="uint64"
units="events"
semantic_type="event"
@@ -5180,7 +5180,7 @@
<counter name="XVE Inst Executed ALU1 RT AHS"
symbol_name="XVE_INST_EXECUTED_ALU1_RT_AHS"
underscore_name="xve_inst_executed_alu1_rt_ahs"
- description="Number of execution slots taken by instructions executed by RT_AHS threads on ALU1 pipe"
+ description="Number of execution slots taken by instructions executed by RT_AHS threads on ALU1 pipe. Does not include extended math instructions."
data_type="uint64"
units="events"
semantic_type="event"
@@ -5193,7 +5193,7 @@
<counter name="XVE Inst Executed ALU1 RT CHS"
symbol_name="XVE_INST_EXECUTED_ALU1_RT_CHS"
underscore_name="xve_inst_executed_alu1_rt_chs"
- description="Number of execution slots taken by instructions executed by RT_CHS threads on ALU1 pipe"
+ description="Number of execution slots taken by instructions executed by RT_CHS threads on ALU1 pipe. Does not include extended math instructions."
data_type="uint64"
units="events"
semantic_type="event"
@@ -5206,7 +5206,7 @@
<counter name="XVE Inst Executed ALU1 RT MS"
symbol_name="XVE_INST_EXECUTED_ALU1_RT_MS"
underscore_name="xve_inst_executed_alu1_rt_ms"
- description="Number of execution slots taken by instructions executed by RT_MS threads on ALU1 pipe"
+ description="Number of execution slots taken by instructions executed by RT_MS threads on ALU1 pipe. Does not include extended math instructions."
data_type="uint64"
units="events"
semantic_type="event"
@@ -5232,7 +5232,7 @@
<counter name="RT BVH Cache Miss"
symbol_name="RT_BVH_CACHE_MISS"
underscore_name="rt_bvh_cache_miss"
- description="Number of BVH cache misses for RayQuery only"
+ description="Number of BVH cache misses"
data_type="uint64"
units="events"
semantic_type="event"
@@ -5539,7 +5539,7 @@
<counter name="XVE Inst Executed ALU1 All"
symbol_name="XVE_INST_EXECUTED_ALU1_ALL"
underscore_name="xve_inst_executed_alu1_all"
- description="Number of execution slots taken by instructions executed by ALL threads on ALU1 pipe"
+ description="Number of execution slots taken by instructions executed by ALL threads on ALU1 pipe. Does not include extended math instructions."
data_type="uint64"
units="events"
semantic_type="event"
@@ -5604,7 +5604,7 @@
<counter name="XVE Inst Executed Fp16"
symbol_name="XVE_INST_EXECUTED_FP16"
underscore_name="xve_inst_executed_fp16"
- description="Number of execution slots taken by FP16 ALU instructions"
+ description="Number of execution slots taken by FP16 ALU instructions. Does not include extended math instructions."
data_type="uint64"
units="events"
semantic_type="event"
@@ -5617,7 +5617,7 @@
<counter name="XVE Inst Executed Fp32"
symbol_name="XVE_INST_EXECUTED_FP32"
underscore_name="xve_inst_executed_fp32"
- description="Number of execution slots taken by FP32 ALU instructions"
+ description="Number of execution slots taken by FP32 ALU instructions. Does not include extended math instructions."
data_type="uint64"
units="events"
semantic_type="event"
@@ -5708,7 +5708,7 @@
<counter name="XVE Inst Executed Nondivergent"
symbol_name="XVE_INST_EXECUTED_NONDIVERGENT"
underscore_name="xve_inst_executed_nondivergent"
- description="Number of execution slots taken by non-divergent instructions"
+ description="Number of non-divergent instructions (not execution slots) executed"
data_type="uint64"
units="events"
semantic_type="event"
@@ -5721,7 +5721,7 @@
<counter name="XVE Inst Executed Predication"
symbol_name="XVE_INST_EXECUTED_PREDICATION"
underscore_name="xve_inst_executed_predication"
- description="Number of execution slots taken by instructions with predication mask enabled"
+ description="Number of instructions (not execution slots) executed with predication mask enabled"
data_type="uint64"
units="events"
semantic_type="event"
@@ -5890,7 +5890,7 @@
<counter name="L3 Hit"
symbol_name="L3_HIT"
underscore_name="l3_hit"
- description="Number of Device Cache accesses (except atomics) which hits in the Device Cache cache"
+ description="Number of Device Cache accesses which hits in the Device Cache cache"
data_type="uint64"
units="events"
semantic_type="event"
@@ -5903,7 +5903,7 @@
<counter name="L3 Miss"
symbol_name="L3_MISS"
underscore_name="l3_miss"
- description="Number of Device Cache accesses (except atomics) which miss in the Device Cache cache"
+ description="Number of Device Cache accesses which miss in the Device Cache cache"
data_type="uint64"
units="events"
semantic_type="event"
@@ -6581,7 +6581,7 @@
<counter name="Threadgroup Dispatch Queue0 Resource Stall"
symbol_name="THREADGROUP_DISPATCH_QUEUE0_RESOURCE_STALL"
underscore_name="threadgroup_dispatch_queue0_resource_stall"
- description="Percentage of time in which Thread Spawner queue 0 is stalled waiting for resources to be available (SLM, Barrier, BTD stack)"
+ description="Percentage of time in which Thread Spawner queue 0 is stalled waiting for any resource to be available (for example, SLM, Barrier, BTD stack, etc.)"
data_type="float"
units="percent"
semantic_type="duration"
@@ -6594,7 +6594,7 @@
<counter name="Threadgroup Dispatch Queue1 Resource Stall"
symbol_name="THREADGROUP_DISPATCH_QUEUE1_RESOURCE_STALL"
underscore_name="threadgroup_dispatch_queue1_resource_stall"
- description="Percentage of time in which Thread Spawner queue 1 is stalled waiting for resources to be available (SLM, Barrier, BTD stack)"
+ description="Percentage of time in which Thread Spawner queue 1 is stalled waiting for any resource to be available (for example, SLM, Barrier, BTD stack, etc.)"
data_type="float"
units="percent"
semantic_type="duration"
@@ -6769,216 +6769,4 @@
</register_config>
</set>
- <set name="TestOa"
- chipset="LNL"
- symbol_name="TestOa"
- underscore_name="test_oa"
- mdapi_supported_apis="VK OGL OCL IO"
- oa_format="576B_PEC64LL"
- hw_config_guid="24c33f2c-f8d9-40d9-b2db-64e863b4d625"
- >
- <counter name="GPU Time Elapsed"
- symbol_name="GpuTime"
- underscore_name="gpu_time"
- description="Time elapsed on the GPU during the measurement."
- data_type="uint64"
- units="ns"
- semantic_type="event"
- equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV"
- mdapi_group="GPU"
- mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
- mdapi_supported_apis=""
- mdapi_hw_unit_type="gpu"
- />
- <counter name="GPU Core Clocks"
- symbol_name="GpuCoreClocks"
- underscore_name="gpu_core_clocks"
- description="The total number of GPU core clocks elapsed during the measurement."
- data_type="uint64"
- units="cycles"
- semantic_type="event"
- equation="GPU_CLOCK 0 READ"
- mdapi_group="GPU"
- mdapi_usage_flags="Tier1 Frame Batch Draw"
- mdapi_supported_apis=""
- mdapi_hw_unit_type="gpu"
- />
- <counter name="AVG GPU Core Frequency"
- symbol_name="AvgGpuCoreFrequency"
- underscore_name="avg_gpu_core_frequency"
- description="Average GPU Core Frequency in the measurement."
- data_type="uint64"
- max_equation="$GpuMaxFrequency"
- units="hz"
- semantic_type="event"
- equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV"
- mdapi_group="GPU"
- mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
- mdapi_supported_apis=""
- mdapi_hw_unit_type="gpu"
- />
- <counter name="GPU Busy"
- symbol_name="GPU_BUSY"
- underscore_name="gpu_busy"
- description="Percentage of time in which GPU is not idle including all GPU engines"
- data_type="float"
- units="percent"
- semantic_type="duration"
- equation="PEC 32 READ 100 UMUL $GpuCoreClocks FDIV"
- mdapi_group="Front End"
- mdapi_usage_flags="Frame Batch Draw"
- mdapi_supported_apis=""
- mdapi_hw_unit_type="gpu"
- />
- <counter name="IA Vertex"
- symbol_name="IA_VERTEX"
- underscore_name="ia_vertex"
- description="Number of vertices in a draw"
- data_type="uint64"
- units="events"
- semantic_type="event"
- equation="PEC 33 READ"
- mdapi_group="Geometry"
- mdapi_usage_flags="Frame Batch Draw"
- mdapi_supported_apis=""
- mdapi_hw_unit_type="gpu"
- />
- <counter name="GpGpu Threadgroup Count"
- symbol_name="GPGPU_THREADGROUP_COUNT"
- underscore_name="gpgpu_threadgroup_count"
- description="Number of GPGPU threadgroups dispatched"
- data_type="uint64"
- units="events"
- semantic_type="event"
- equation="PEC 0 READ"
- mdapi_group="Thread Dispatcher"
- mdapi_usage_flags="Frame Batch Draw"
- mdapi_supported_apis=""
- mdapi_hw_unit_type="gpu"
- />
- <counter name="Async GpGpu Threadgroup Count"
- symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT"
- underscore_name="async_gpgpu_threadgroup_count"
- description="Number of Async GPGPU threadgroups dispatched"
- data_type="uint64"
- units="events"
- semantic_type="event"
- equation="PEC 1 READ"
- mdapi_group="Thread Dispatcher"
- mdapi_usage_flags="Frame Batch Draw"
- mdapi_supported_apis=""
- mdapi_hw_unit_type="gpu"
- />
- <counter name="Rasterizer Sample Output"
- symbol_name="RASTERIZER_SAMPLE_OUTPUT"
- underscore_name="rasterizer_sample_output"
- description="Number of lit samples emitted by Rasterizer"
- data_type="uint64"
- units="events"
- semantic_type="event"
- equation="PEC 34 READ"
- mdapi_group="Rasterizer"
- mdapi_usage_flags="Frame Batch Draw"
- mdapi_supported_apis=""
- mdapi_hw_unit_type="gpu"
- />
- <counter name="Test Event1"
- symbol_name="TEST_EVENT1"
- underscore_name="test_event1"
- description="Number of GPU (gt) clock cycles at every clock period"
- data_type="float"
- units="percent"
- semantic_type="duration"
- equation="PEC 2 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
- mdapi_group="Test"
- mdapi_usage_flags="Frame Batch Draw"
- mdapi_supported_apis=""
- mdapi_hw_unit_type="gpu"
- />
- <counter name="Test Event1 Cycles"
- symbol_name="TEST_EVENT1_CYCLES"
- underscore_name="test_event1_cycles"
- description="Number of GPU (gt) clock cycles at every clock period"
- data_type="uint64"
- units="cycles"
- semantic_type="event"
- equation="PEC 2 READ"
- mdapi_group="Test"
- mdapi_usage_flags="Frame Batch Draw"
- mdapi_supported_apis=""
- mdapi_hw_unit_type="gpu"
- />
- <counter name="Test Event1 Cycles Average"
- symbol_name="TEST_EVENT1_CYCLES_AVERAGE"
- underscore_name="test_event1_cycles_average"
- description="Average number of GPU (gt) clock cycles at every clock period"
- data_type="uint64"
- units="cycles"
- semantic_type="event"
- equation="PEC 2 READ $XeCoreTotalCount UDIV"
- mdapi_group="Test"
- mdapi_usage_flags="Frame Batch Draw"
- mdapi_supported_apis=""
- mdapi_hw_unit_type="gpu"
- />
- <counter name="Test Event2"
- symbol_name="TEST_EVENT2"
- underscore_name="test_event2"
- description="Number of GPU (gt) clock cycles at every other clock period"
- data_type="float"
- units="percent"
- semantic_type="duration"
- equation="PEC 35 READ $SliceTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
- mdapi_group="Test"
- mdapi_usage_flags="Frame Batch Draw"
- mdapi_supported_apis=""
- mdapi_hw_unit_type="gpu"
- />
- <counter name="Test Event2 Cycles"
- symbol_name="TEST_EVENT2_CYCLES"
- underscore_name="test_event2_cycles"
- description="Number of GPU (gt) clock cycles at every other clock period"
- data_type="uint64"
- units="cycles"
- semantic_type="event"
- equation="PEC 35 READ"
- mdapi_group="Test"
- mdapi_usage_flags="Frame Batch Draw"
- mdapi_supported_apis=""
- mdapi_hw_unit_type="gpu"
- />
- <register_config type="OA">
- <register type="OA" address="0x00013000" value="0x00001801" />
- <register type="OA" address="0x00013004" value="0x00000000" />
- <register type="OA" address="0x00013008" value="0x00001802" />
- <register type="OA" address="0x0001300C" value="0x00000000" />
- <register type="OA" address="0x00013010" value="0x00003E00" />
- <register type="OA" address="0x00013014" value="0x00000000" />
- <register type="OA" address="0x00013300" value="0x00005A00" />
- <register type="OA" address="0x00013304" value="0x00000000" />
- <register type="OA" address="0x00013500" value="0x00005A00" />
- <register type="OA" address="0x00013504" value="0x00000000" />
- <register type="OA" address="0x00013700" value="0x00005A00" />
- <register type="OA" address="0x00013704" value="0x00000000" />
- <register type="OA" address="0x00013308" value="0x00004405" />
- <register type="OA" address="0x0001330C" value="0x00000000" />
- <register type="OA" address="0x00013508" value="0x00004405" />
- <register type="OA" address="0x0001350C" value="0x00000000" />
- <register type="OA" address="0x00013708" value="0x00004405" />
- <register type="OA" address="0x0001370C" value="0x00000000" />
- <register type="OA" address="0x00013310" value="0x00006805" />
- <register type="OA" address="0x00013314" value="0x00000000" />
- <register type="OA" address="0x00013510" value="0x00006805" />
- <register type="OA" address="0x00013514" value="0x00000000" />
- <register type="OA" address="0x00013710" value="0x00006805" />
- <register type="OA" address="0x00013714" value="0x00000000" />
- <register type="OA" address="0x00013318" value="0x00007E00" />
- <register type="OA" address="0x0001331C" value="0x00000000" />
- <register type="OA" address="0x00013518" value="0x00007E00" />
- <register type="OA" address="0x0001351C" value="0x00000000" />
- <register type="OA" address="0x00013718" value="0x00007E00" />
- <register type="OA" address="0x0001371C" value="0x00000000" />
- </register_config>
- </set>
-
</metrics>
--
2.41.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH i-g-t 3/4] xe/oa: Update scripts to support BMG
2024-09-05 16:44 [PATCH i-g-t 1/4] tests/xe_oa: Drop TestOa from metric_set() Ashutosh Dixit
2024-09-05 16:44 ` [PATCH i-g-t 2/4] xe/oa: Update oa-lnl.xml Ashutosh Dixit
@ 2024-09-05 16:44 ` Ashutosh Dixit
2024-09-05 16:44 ` [PATCH i-g-t 4/4] xe/oa: Add oa-bmg.xml Ashutosh Dixit
` (4 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Ashutosh Dixit @ 2024-09-05 16:44 UTC (permalink / raw)
To: igt-dev
From: José Roberto de Souza <jose.souza@intel.com>
v2: Retain LNL metrics as the default for Xe2+ (Ashutosh)
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
---
lib/meson.build | 1 +
lib/xe/oa-configs/guids.xml | 9 +++++++++
lib/xe/oa-configs/mdapi-xml-convert.py | 1 +
lib/xe/oa-configs/oa-metricset-codegen.py | 2 +-
lib/xe/oa-configs/oa_guid_registry.py | 1 +
lib/xe/oa-configs/update-guids.py | 1 +
lib/xe/xe_oa.c | 5 +++++
7 files changed, 19 insertions(+), 1 deletion(-)
diff --git a/lib/meson.build b/lib/meson.build
index 4af2bc7432..1c83bc5c30 100644
--- a/lib/meson.build
+++ b/lib/meson.build
@@ -417,6 +417,7 @@ xe_oa_hardware = [
'pvc',
'mtlgt2', 'mtlgt3',
'lnl',
+ 'bmg',
]
xe_xml_files = []
diff --git a/lib/xe/oa-configs/guids.xml b/lib/xe/oa-configs/guids.xml
index 27330edd3d..dd912d00f1 100644
--- a/lib/xe/oa-configs/guids.xml
+++ b/lib/xe/oa-configs/guids.xml
@@ -2760,4 +2760,13 @@
<guid config_hash="d635631df97322be3d97b9c4e38152e9" mdapi_config_hash="68c19075e48e5128b456a91cd7b95286" id="914ad901-832a-4ccd-a21e-ddc7690ed213" chipset="lnl" name="MetricSet2" />
<guid config_hash="d63d186f5b83e91f8c0680847bbf4b24" mdapi_config_hash="d31ec4eaa11c8be0d8d72ecece53434f" id="3b3c9f55-e34b-423d-8c05-7b1af03b6685" chipset="lnl" name="MetricSet3" />
<guid config_hash="76b7587d047c30ecde26e3f6253b4165" mdapi_config_hash="e39d956ed7b8d0cbe7d354cff234af7d" id="e6f21065-a6f5-4ea4-a545-80d6aebaab56" chipset="lnl" name="MetricSet4" />
+ <guid config_hash="cb471dd20a7c853d00899dc7ef33aa0e" mdapi_config_hash="4583b70c638040debcfa88563635b0f5" id="f05e23fc-913d-4ab9-ba9a-43beb059a18c" chipset="bmg" name="RenderBasic" />
+ <guid config_hash="230eab6aa4f36b6de10357fe5f951d46" mdapi_config_hash="8eb3576953c1d98c1637128b495f8fa0" id="c7383a12-5c52-47a8-8e42-11b24d64d1f8" chipset="bmg" name="ComputeBasic" />
+ <guid config_hash="955739b43332e61729e0a7a032188c02" mdapi_config_hash="d9be0378dd2dd6a5f85f71d156d21b43" id="a80e9da5-d2c9-4c20-9f7c-c0adf74bbe89" chipset="bmg" name="DepthProfile" />
+ <guid config_hash="55ecb5067bca7d99769a30a14eaceba5" mdapi_config_hash="e444af605670c2230a5796b4ad65b2c0" id="d8bb1c75-31d8-41a1-99db-99d98be17e78" chipset="bmg" name="DeviceCacheProfile" />
+ <guid config_hash="3dfc710d13968f4398a46cdc3b6549db" mdapi_config_hash="b2c033ea452ef7f46322932fe5e0cfe6" id="d2e403f3-4c94-4b1b-bc09-f472a43251a4" chipset="bmg" name="MemoryProfile" />
+ <guid config_hash="5d38d137356ca80dca2ea337449675be" mdapi_config_hash="07f0aa1a93f77bc7b6771ba2b68c8325" id="dad0d2c6-1290-4d50-a6aa-8b8104204232" chipset="bmg" name="RenderPipeProfile" />
+ <guid config_hash="72e3ab9e7d727f97c5ea29bef23be40e" mdapi_config_hash="e6b78fe68f406ee2a0cc25293c60bc62" id="da09a8a6-802c-48bc-8f3a-35834c9b8ba2" chipset="bmg" name="RTProfile" />
+ <guid config_hash="6dc1bd4e8d8b49cc9776701db836ffe9" mdapi_config_hash="cee63b3642783febd3bcbf45629c5e1c" id="dfe5251f-af3e-434c-b627-38490f2213da" chipset="bmg" name="VectorEngineProfile" />
+ <guid config_hash="b87d3a3dfab7193309deb13aeb595589" mdapi_config_hash="1950d62ef4b729af4494d76ca3ec8101" id="d008dcae-2a82-4929-a94d-2ba1e9c569d6" chipset="bmg" name="VectorEngineStalls" />
</guids>
diff --git a/lib/xe/oa-configs/mdapi-xml-convert.py b/lib/xe/oa-configs/mdapi-xml-convert.py
index 602a3965af..df6ab3f9cb 100755
--- a/lib/xe/oa-configs/mdapi-xml-convert.py
+++ b/lib/xe/oa-configs/mdapi-xml-convert.py
@@ -207,6 +207,7 @@ chipsets = {
'ACM': xehpsdv_chipset_oa_formats,
'MTL': mtl_chipset_oa_formats,
'LNL': xe2_chipset_oa_formats,
+ 'BMG': xe2_chipset_oa_formats,
}
xehp_plus = ( 'ACM', 'MTL' )
diff --git a/lib/xe/oa-configs/oa-metricset-codegen.py b/lib/xe/oa-configs/oa-metricset-codegen.py
index 5fa12f9caf..8816c0893f 100644
--- a/lib/xe/oa-configs/oa-metricset-codegen.py
+++ b/lib/xe/oa-configs/oa-metricset-codegen.py
@@ -138,7 +138,7 @@ def generate_metric_sets(args, gen):
metric_set->c_offset = metric_set->b_offset + 8;
metric_set->perfcnt_offset = metric_set->c_offset + 8;
"""))
- elif gen.chipset == "lnl":
+ elif gen.chipset == "lnl" or gen.chipset == "bmg":
c(textwrap.dedent("""\
metric_set->perf_oa_format = XE_OA_FORMAT_PEC64u64;
diff --git a/lib/xe/oa-configs/oa_guid_registry.py b/lib/xe/oa-configs/oa_guid_registry.py
index 969d40e568..4b07faf59c 100644
--- a/lib/xe/oa-configs/oa_guid_registry.py
+++ b/lib/xe/oa-configs/oa_guid_registry.py
@@ -102,6 +102,7 @@ class Registry:
'PVC',
'MTL',
'LNL',
+ 'BMG',
)
if name in known_chipsets:
return name
diff --git a/lib/xe/oa-configs/update-guids.py b/lib/xe/oa-configs/update-guids.py
index 18f3458e84..5a099a1587 100755
--- a/lib/xe/oa-configs/update-guids.py
+++ b/lib/xe/oa-configs/update-guids.py
@@ -166,6 +166,7 @@ chipsets = [ 'hsw',
'acmgt1', 'acmgt2', 'acmgt3',
'mtlgt2', 'mtlgt3',
'lnl',
+ 'bmg',
]
for chipset in chipsets:
diff --git a/lib/xe/xe_oa.c b/lib/xe/xe_oa.c
index 1bc2eeb0a1..86264230c9 100644
--- a/lib/xe/xe_oa.c
+++ b/lib/xe/xe_oa.c
@@ -38,6 +38,7 @@
#include "xe_oa_metrics_mtlgt3.h"
#include "xe_oa_metrics_pvc.h"
#include "xe_oa_metrics_lnl.h"
+#include "xe_oa_metrics_bmg.h"
static struct intel_xe_perf_logical_counter_group *
intel_xe_perf_logical_counter_group_new(struct intel_xe_perf *perf,
@@ -295,6 +296,10 @@ intel_xe_perf_for_devinfo(uint32_t device_id,
} else if (devinfo->is_pontevecchio) {
perf->devinfo.eu_threads_count = 8;
intel_xe_perf_load_metrics_pvc(perf);
+ } else if (devinfo->is_lunarlake) {
+ intel_xe_perf_load_metrics_lnl(perf);
+ } else if (devinfo->is_battlemage) {
+ intel_xe_perf_load_metrics_bmg(perf);
} else if (intel_graphics_ver(device_id) >= IP_VER(20, 0)) {
intel_xe_perf_load_metrics_lnl(perf);
} else {
--
2.41.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [PATCH i-g-t 4/4] xe/oa: Add oa-bmg.xml
2024-09-05 16:44 [PATCH i-g-t 1/4] tests/xe_oa: Drop TestOa from metric_set() Ashutosh Dixit
2024-09-05 16:44 ` [PATCH i-g-t 2/4] xe/oa: Update oa-lnl.xml Ashutosh Dixit
2024-09-05 16:44 ` [PATCH i-g-t 3/4] xe/oa: Update scripts to support BMG Ashutosh Dixit
@ 2024-09-05 16:44 ` Ashutosh Dixit
2024-09-06 0:11 ` ✓ CI.xeBAT: success for series starting with [i-g-t,1/4] tests/xe_oa: Drop TestOa from metric_set() Patchwork
` (3 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Ashutosh Dixit @ 2024-09-05 16:44 UTC (permalink / raw)
To: igt-dev
From: José Roberto de Souza <jose.souza@intel.com>
Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
---
lib/xe/oa-configs/oa-bmg.xml | 7000 ++++++++++++++++++++++++++++++++++
1 file changed, 7000 insertions(+)
create mode 100644 lib/xe/oa-configs/oa-bmg.xml
diff --git a/lib/xe/oa-configs/oa-bmg.xml b/lib/xe/oa-configs/oa-bmg.xml
new file mode 100644
index 0000000000..15ca7ed26d
--- /dev/null
+++ b/lib/xe/oa-configs/oa-bmg.xml
@@ -0,0 +1,7000 @@
+<?xml version="1.0"?>
+<metrics version="1725304531" merge_md5="">
+ <set name="RenderBasic"
+ chipset="BMG"
+ symbol_name="RenderBasic"
+ underscore_name="render_basic"
+ mdapi_supported_apis="VK OGL OCL IO"
+ oa_format="576B_PEC64LL"
+ hw_config_guid="f05e23fc-913d-4ab9-ba9a-43beb059a18c"
+ >
+ <counter name="GPU Time Elapsed"
+ symbol_name="GpuTime"
+ underscore_name="gpu_time"
+ description="Time elapsed on the GPU during the measurement."
+ data_type="uint64"
+ units="ns"
+ semantic_type="event"
+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Core Clocks"
+ symbol_name="GpuCoreClocks"
+ underscore_name="gpu_core_clocks"
+ description="The total number of GPU core clocks elapsed during the measurement."
+ data_type="uint64"
+ units="cycles"
+ semantic_type="event"
+ equation="GPU_CLOCK 0 READ"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AVG GPU Core Frequency"
+ symbol_name="AvgGpuCoreFrequency"
+ underscore_name="avg_gpu_core_frequency"
+ description="Average GPU Core Frequency in the measurement."
+ data_type="uint64"
+ max_equation="$GpuMaxFrequency"
+ units="hz"
+ semantic_type="event"
+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Busy"
+ symbol_name="GPU_BUSY"
+ underscore_name="gpu_busy"
+ description="Percentage of time in which GPU is not idle including all GPU engines"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 32 READ 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="IA Vertex"
+ symbol_name="IA_VERTEX"
+ underscore_name="ia_vertex"
+ description="Number of vertices in a draw"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 33 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GpGpu Threadgroup Count"
+ symbol_name="GPGPU_THREADGROUP_COUNT"
+ underscore_name="gpgpu_threadgroup_count"
+ description="Number of GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 0 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Async GpGpu Threadgroup Count"
+ symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT"
+ underscore_name="async_gpgpu_threadgroup_count"
+ description="Number of Async GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 1 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Rasterizer Sample Output"
+ symbol_name="RASTERIZER_SAMPLE_OUTPUT"
+ underscore_name="rasterizer_sample_output"
+ description="Number of lit samples emitted by Rasterizer"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 34 READ"
+ mdapi_group="Rasterizer"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Pixel Blend"
+ symbol_name="PIXEL_BLEND"
+ underscore_name="pixel_blend"
+ description="Number of blended pixels written to all render targets"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 35 READ"
+ mdapi_group="Color Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Pixel Write"
+ symbol_name="PIXEL_WRITE"
+ underscore_name="pixel_write"
+ description="Number of pixels written to all render targets"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 36 READ"
+ mdapi_group="Color Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="PostPS Alpha Test Fail"
+ symbol_name="POSTPS_ALPHA_TEST_FAIL"
+ underscore_name="postps_alpha_test_fail"
+ description="Number of 2x2 that were lit from Rasterizer but failed the alpha test"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 2 READ"
+ mdapi_group="Color Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Shader Pix Kill"
+ symbol_name="SHADER_PIX_KILL"
+ underscore_name="shader_pix_kill"
+ description="Number of pixels that were lit from Rasterizer but killed by the Pixel Shader"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 3 READ"
+ mdapi_group="Color Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Read"
+ symbol_name="L3_READ"
+ underscore_name="l3_read"
+ description="Number of Device Cache 64B read requests"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 37 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Write"
+ symbol_name="L3_WRITE"
+ underscore_name="l3_write"
+ description="Number of Device Cache 64B write requests"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 38 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Command Parser Compute Engine Busy"
+ symbol_name="COMMAND_PARSER_COMPUTE_ENGINE_BUSY"
+ underscore_name="command_parser_compute_engine_busy"
+ description="Percentage of time in which there is a context loaded and active on the compute queue"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 39 READ $ComputeEngineTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Command Parser Render Engine Busy"
+ symbol_name="COMMAND_PARSER_RENDER_ENGINE_BUSY"
+ underscore_name="command_parser_render_engine_busy"
+ description="Percentage of time in which there is a context loaded and active on the 3D queue"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 40 READ 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Command Parser Copy Engine Busy"
+ symbol_name="COMMAND_PARSER_COPY_ENGINE_BUSY"
+ underscore_name="command_parser_copy_engine_busy"
+ description="Percentage of time in which there is a context loaded and active on the copy queue."
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 41 READ 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Clipper Input Vertex"
+ symbol_name="CLIPPER_INPUT_VERTEX"
+ underscore_name="clipper_input_vertex"
+ description="Number of Clipper input vertices"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 42 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Clipper Primitive Cull"
+ symbol_name="CLIPPER_PRIMITIVE_CULL"
+ underscore_name="clipper_primitive_cull"
+ description="Number of Clipper early cull primitives"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 43 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Clipper Primitive Far Near Clip"
+ symbol_name="CLIPPER_PRIMITIVE_FAR_NEAR_CLIP"
+ underscore_name="clipper_primitive_far_near_clip"
+ description="Number of primitives clipped by Clipper due to near/far planes"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 44 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Clipper Primitive Output"
+ symbol_name="CLIPPER_PRIMITIVE_OUTPUT"
+ underscore_name="clipper_primitive_output"
+ description="Number of primitives going out of Clipper, must clip plus the trivial accept. Must clip primitives are counted one time only."
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 45 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="IA Primitive"
+ symbol_name="IA_PRIMITIVE"
+ underscore_name="ia_primitive"
+ description="Number of primitives in a draw"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 46 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Streamout Output Vertex Count"
+ symbol_name="STREAMOUT_OUTPUT_VERTEX_COUNT"
+ underscore_name="streamout_output_vertex_count"
+ description="Number of vertices written by SOL"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 47 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Stripsfan Object Count"
+ symbol_name="STRIPSFAN_OBJECT_COUNT"
+ underscore_name="stripsfan_object_count"
+ description="Number of objects exiting Stripsfan stage"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 48 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Stripsfan Object Cull"
+ symbol_name="STRIPSFAN_OBJECT_CULL"
+ underscore_name="stripsfan_object_cull"
+ description="Number of simple culled objects in Stripsfan stage"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 49 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Streamout Primitive Write Count"
+ symbol_name="STREAMOUT_PRIMITIVE_WRITE_COUNT"
+ underscore_name="streamout_primitive_write_count"
+ description="Number of objects data written to memory, read from pipe 0 only"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 50 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="SLM Bank Conflict Count"
+ symbol_name="SLM_BANK_CONFLICT_COUNT"
+ underscore_name="slm_bank_conflict_count"
+ description="Number of SLM accesses resulting in a bank conflict"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 4 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Compressor Input"
+ symbol_name="COMPRESSOR_INPUT"
+ underscore_name="compressor_input"
+ description="Number of 256B writes to compressible surfaces at the input of the compressor"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 51 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Compressor Output"
+ symbol_name="COMPRESSOR_OUTPUT"
+ underscore_name="compressor_output"
+ description="Number of 256B writes to compressible surfaces at the output of the compressor"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 52 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="TLB Miss"
+ symbol_name="TLB_MISS"
+ underscore_name="tlb_miss"
+ description="Number of misses from all TLBs and all engines"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 53 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Sampler 2x2 Read"
+ symbol_name="SAMPLER_2X2_READ"
+ underscore_name="sampler_2_x2_read"
+ description="Number of 2x2 texel block requested from Sampler"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 5 READ"
+ mdapi_group="Sampler"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Sampler Texture Cache Access"
+ symbol_name="SAMPLER_TEXTURE_CACHE_ACCESS"
+ underscore_name="sampler_texture_cache_access"
+ description="Number of Sampler L1 requests"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 6 READ"
+ mdapi_group="Sampler"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Sampler Texture Cache Miss"
+ symbol_name="SAMPLER_TEXTURE_CACHE_MISS"
+ underscore_name="sampler_texture_cache_miss"
+ description="Number of Sampler L1 misses"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 21 READ"
+ mdapi_group="Sampler"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="URB Read"
+ symbol_name="URB_READ"
+ underscore_name="urb_read"
+ description="Number of URB reads"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 55 READ"
+ mdapi_group="URB"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="URB Write"
+ symbol_name="URB_WRITE"
+ underscore_name="urb_write"
+ description="Number of URB writes"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 56 READ"
+ mdapi_group="URB"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="ICache Hit"
+ symbol_name="ICACHE_HIT"
+ underscore_name="icache_hit"
+ description="Number of Instruction Cache hits"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 22 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="ICache Miss"
+ symbol_name="ICACHE_MISS"
+ underscore_name="icache_miss"
+ description="Number of Instruction Cache misses"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 23 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Active"
+ symbol_name="XVE_ACTIVE"
+ underscore_name="xve_active"
+ description="Percentage of time in which at least one pipe is active in XVE"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 24 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU0 All"
+ symbol_name="XVE_INST_EXECUTED_ALU0_ALL"
+ underscore_name="xve_inst_executed_alu0_all"
+ description="Number of execution slots taken by instructions executed by ALL threads on ALU0 pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 25 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU1 All"
+ symbol_name="XVE_INST_EXECUTED_ALU1_ALL"
+ underscore_name="xve_inst_executed_alu1_all"
+ description="Number of execution slots taken by instructions executed by ALL threads on ALU1 pipe. Does not include extended math instructions."
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 26 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed Send All"
+ symbol_name="XVE_INST_EXECUTED_SEND_ALL"
+ underscore_name="xve_inst_executed_send_all"
+ description="Number of instruction (GRF) dispatches executed by ALL threads on SEND Pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 7 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU0 CS"
+ symbol_name="XVE_INST_EXECUTED_ALU0_CS"
+ underscore_name="xve_inst_executed_alu0_cs"
+ description="Number of execution slots taken by instructions executed by CS threads on ALU0 pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 8 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU0 PS"
+ symbol_name="XVE_INST_EXECUTED_ALU0_PS"
+ underscore_name="xve_inst_executed_alu0_ps"
+ description="Number of execution slots taken by instructions executed by PS threads on ALU0 pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 9 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU0 VS"
+ symbol_name="XVE_INST_EXECUTED_ALU0_VS"
+ underscore_name="xve_inst_executed_alu0_vs"
+ description="Number of execution slots taken by instructions executed by VS threads on ALU0 pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 10 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU1 CS"
+ symbol_name="XVE_INST_EXECUTED_ALU1_CS"
+ underscore_name="xve_inst_executed_alu1_cs"
+ description="Number of execution slots taken by instructions executed by CS threads on ALU1 pipe. Does not include extended math instructions."
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 11 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU1 PS"
+ symbol_name="XVE_INST_EXECUTED_ALU1_PS"
+ underscore_name="xve_inst_executed_alu1_ps"
+ description="Number of execution slots taken by instructions executed by PS threads on ALU1 pipe. Does not include extended math instructions."
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 12 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU1 VS"
+ symbol_name="XVE_INST_EXECUTED_ALU1_VS"
+ underscore_name="xve_inst_executed_alu1_vs"
+ description="Number of execution slots taken by instructions executed by VS threads on ALU1 pipe. Does not include extended math instructions."
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 13 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Shared Function Access Hold"
+ symbol_name="XVE_SHARED_FUNCTION_ACCESS_HOLD"
+ underscore_name="xve_shared_function_access_hold"
+ description="Percentage of time in which XVE requests stalled by Shared Function units"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 27 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT BVH Cache Miss"
+ symbol_name="RT_BVH_CACHE_MISS"
+ underscore_name="rt_bvh_cache_miss"
+ description="Number of BVH cache misses"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 28 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Input Message Ray Count"
+ symbol_name="RT_INPUT_MESSAGE_RAY_COUNT"
+ underscore_name="rt_input_message_ray_count"
+ description="Number of valid SIMD lanes in the TraceRay message"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 29 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache Hit"
+ symbol_name="LOAD_STORE_CACHE_HIT"
+ underscore_name="load_store_cache_hit"
+ description="Number of Load Store Cache hits"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 30 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache Access"
+ symbol_name="LOAD_STORE_CACHE_ACCESS"
+ underscore_name="load_store_cache_access"
+ description="Number of Load Store Cache accesses"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 31 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Threads Occupancy All"
+ symbol_name="XVE_THREADS_OCCUPANCY_ALL"
+ underscore_name="xve_threads_occupancy_all"
+ description="Percentage of thread slots occupied by ALL threads"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 14 READ 8 UMUL $VectorEngineThreadsCount $VectorEngineTotalCount UMUL UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Issued All"
+ symbol_name="XVE_INST_ISSUED_ALL"
+ underscore_name="xve_inst_issued_all"
+ description="Number of instructions issued (decoded) to any pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 15 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Byte Read"
+ symbol_name="GPU_MEMORY_BYTE_READ"
+ underscore_name="gpu_memory_byte_read"
+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) read bytes"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 57 READ 2 UMUL"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Byte Write"
+ symbol_name="GPU_MEMORY_BYTE_WRITE"
+ underscore_name="gpu_memory_byte_write"
+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) write bytes"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 58 READ 2 UMUL"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache Byte Read"
+ symbol_name="LOAD_STORE_CACHE_BYTE_READ"
+ underscore_name="load_store_cache_byte_read"
+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 16 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache Byte Write"
+ symbol_name="LOAD_STORE_CACHE_BYTE_WRITE"
+ underscore_name="load_store_cache_byte_write"
+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 17 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="SLM Byte Read"
+ symbol_name="SLM_BYTE_READ"
+ underscore_name="slm_byte_read"
+ description="Number of bytes read from SLM"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 18 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="SLM Byte Write"
+ symbol_name="SLM_BYTE_WRITE"
+ underscore_name="slm_byte_write"
+ description="Number of bytes written to SLM"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 19 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Byte Read Rate"
+ symbol_name="GPU_MEMORY_BYTE_READ_RATE"
+ underscore_name="gpu_memory_byte_read_rate"
+ description="Device local memory (HBM, GDDR, LPDDR, etc.) read bandwidth"
+ data_type="float"
+ units="gbps"
+ semantic_type="throughput"
+ equation="PEC 57 READ 2 UMUL $GpuTime FDIV"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Byte Write Rate"
+ symbol_name="GPU_MEMORY_BYTE_WRITE_RATE"
+ underscore_name="gpu_memory_byte_write_rate"
+ description="Device local memory (HBM, GDDR, LPDDR, etc.) write bandwidth"
+ data_type="float"
+ units="gbps"
+ semantic_type="throughput"
+ equation="PEC 58 READ 2 UMUL $GpuTime FDIV"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Stall"
+ symbol_name="XVE_STALL"
+ underscore_name="xve_stall"
+ description="Percentage of time in which any thread loaded but not even a single pipe is active in XVE"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 20 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU0 All Utilization"
+ symbol_name="XVE_INST_EXECUTED_ALU0_ALL_UTILIZATION"
+ underscore_name="xve_inst_executed_alu0_all_utilization"
+ description="Percentage of time taken by instructions executed by ALL threads on ALU0 pipe"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 25 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU1 All Utilization"
+ symbol_name="XVE_INST_EXECUTED_ALU1_ALL_UTILIZATION"
+ underscore_name="xve_inst_executed_alu1_all_utilization"
+ description="Percentage of time taken by instructions executed by ALL threads on ALU1 pipe. Does not include extended math instructions."
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 26 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Host To GpuMem Transaction Read"
+ symbol_name="HOST_TO_GPUMEM_TRANSACTION_READ"
+ underscore_name="host_to_gpumem_transaction_read"
+ description="Number of host 64B reads to GPU local (HBM) memory (downstream over an interface such as pcie, cxl or an integrated fabric as applicable to the respective product segment)"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 59 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Host To GpuMem Transaction Write"
+ symbol_name="HOST_TO_GPUMEM_TRANSACTION_WRITE"
+ underscore_name="host_to_gpumem_transaction_write"
+ description="Number of host 64B writes to GPU local (HBM) memory (downstream over an interface such as pcie, cxl or an integrated fabric as applicable to the respective product segment)"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 60 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="SysMem Transaction Read"
+ symbol_name="SYSMEM_TRANSACTION_READ"
+ underscore_name="sysmem_transaction_read"
+ description="Number of system memory 64B reads (upstream over an interface such as pcie, cxl or an integrated fabric as applicable to the respective product segment)"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 61 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="SysMem Transaction Write"
+ symbol_name="SYSMEM_TRANSACTION_WRITE"
+ underscore_name="sysmem_transaction_write"
+ description="Number of system memory 64B writes (upstream over an interface such as pcie, cxl or an integrated fabric as applicable to the respective product segment)"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 62 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <register_config type="OA">
+ <register type="OA" address="0x00013000" value="0x00001801" />
+ <register type="OA" address="0x00013004" value="0x00000000" />
+ <register type="OA" address="0x00013008" value="0x00001802" />
+ <register type="OA" address="0x0001300C" value="0x00000000" />
+ <register type="OA" address="0x00013010" value="0x00000402" />
+ <register type="OA" address="0x00013014" value="0x00000000" />
+ <register type="OA" address="0x00013018" value="0x00000400" />
+ <register type="OA" address="0x0001301C" value="0x00000000" />
+ <register type="OA" address="0x00013020" value="0x00000A0D" />
+ <register type="OA" address="0x00013024" value="0x00000000" />
+ <register type="OA" address="0x00013028" value="0x00000002" />
+ <register type="OA" address="0x0001302C" value="0x00000000" />
+ <register type="OA" address="0x00013030" value="0x00000006" />
+ <register type="OA" address="0x00013034" value="0x00000000" />
+ <register type="OA" address="0x00013038" value="0x00000601" />
+ <register type="OA" address="0x0001303C" value="0x00000000" />
+ <register type="OA" address="0x00013040" value="0x0000060F" />
+ <register type="OA" address="0x00013044" value="0x00000000" />
+ <register type="OA" address="0x00013048" value="0x0000060F" />
+ <register type="OA" address="0x0001304C" value="0x00000000" />
+ <register type="OA" address="0x00013050" value="0x0000060F" />
+ <register type="OA" address="0x00013054" value="0x00000000" />
+ <register type="OA" address="0x00013058" value="0x00000603" />
+ <register type="OA" address="0x0001305C" value="0x00000000" />
+ <register type="OA" address="0x00013060" value="0x00000603" />
+ <register type="OA" address="0x00013064" value="0x00000000" />
+ <register type="OA" address="0x00013068" value="0x00000603" />
+ <register type="OA" address="0x0001306C" value="0x00000000" />
+ <register type="OA" address="0x00013070" value="0x00000604" />
+ <register type="OA" address="0x00013074" value="0x00000000" />
+ <register type="OA" address="0x00013078" value="0x0000060B" />
+ <register type="OA" address="0x0001307C" value="0x00000000" />
+ <register type="OA" address="0x00013080" value="0x00000A13" />
+ <register type="OA" address="0x00013084" value="0x00000000" />
+ <register type="OA" address="0x00013088" value="0x00000A14" />
+ <register type="OA" address="0x0001308C" value="0x00000000" />
+ <register type="OA" address="0x00013090" value="0x00000A15" />
+ <register type="OA" address="0x00013094" value="0x00000000" />
+ <register type="OA" address="0x00013098" value="0x00000A16" />
+ <register type="OA" address="0x0001309C" value="0x00000000" />
+ <register type="OA" address="0x000130A0" value="0x00000606" />
+ <register type="OA" address="0x000130A4" value="0x00000000" />
+ <register type="OA" address="0x000130A8" value="0x00000005" />
+ <register type="OA" address="0x000130AC" value="0x00000000" />
+ <register type="OA" address="0x000130B0" value="0x00000622" />
+ <register type="OA" address="0x000130B4" value="0x00000000" />
+ <register type="OA" address="0x000130B8" value="0x00000623" />
+ <register type="OA" address="0x000130BC" value="0x00000000" />
+ <register type="OA" address="0x000130C0" value="0x00000605" />
+ <register type="OA" address="0x000130C4" value="0x00000000" />
+ <register type="OA" address="0x000130C8" value="0x0000060F" />
+ <register type="OA" address="0x000130CC" value="0x00000000" />
+ <register type="OA" address="0x000130D0" value="0x00000603" />
+ <register type="OA" address="0x000130D4" value="0x00000000" />
+ <register type="OA" address="0x000130D8" value="0x00000600" />
+ <register type="OA" address="0x000130DC" value="0x00000000" />
+ <register type="OA" address="0x000130E0" value="0x00000C10" />
+ <register type="OA" address="0x000130E4" value="0x00000000" />
+ <register type="OA" address="0x000130E8" value="0x00000C18" />
+ <register type="OA" address="0x000130EC" value="0x00000000" />
+ <register type="OA" address="0x000130F0" value="0x00000A0A" />
+ <register type="OA" address="0x000130F4" value="0x00000000" />
+ <register type="OA" address="0x000130F8" value="0x00000A0B" />
+ <register type="OA" address="0x000130FC" value="0x00000000" />
+ <register type="OA" address="0x00013300" value="0x00005A00" />
+ <register type="OA" address="0x00013304" value="0x00000000" />
+ <register type="OA" address="0x00013500" value="0x00005A00" />
+ <register type="OA" address="0x00013504" value="0x00000000" />
+ <register type="OA" address="0x00013700" value="0x00005A00" />
+ <register type="OA" address="0x00013704" value="0x00000000" />
+ <register type="OA" address="0x00013308" value="0x00004405" />
+ <register type="OA" address="0x0001330C" value="0x00000000" />
+ <register type="OA" address="0x00013508" value="0x00004405" />
+ <register type="OA" address="0x0001350C" value="0x00000000" />
+ <register type="OA" address="0x00013708" value="0x00004405" />
+ <register type="OA" address="0x0001370C" value="0x00000000" />
+ <register type="OA" address="0x00013310" value="0x00006805" />
+ <register type="OA" address="0x00013314" value="0x00000000" />
+ <register type="OA" address="0x00013510" value="0x00006805" />
+ <register type="OA" address="0x00013514" value="0x00000000" />
+ <register type="OA" address="0x00013710" value="0x00006805" />
+ <register type="OA" address="0x00013714" value="0x00000000" />
+ <register type="OA" address="0x00013318" value="0x00004001" />
+ <register type="OA" address="0x0001331C" value="0x00000000" />
+ <register type="OA" address="0x00013518" value="0x00004001" />
+ <register type="OA" address="0x0001351C" value="0x00000000" />
+ <register type="OA" address="0x00013718" value="0x00004001" />
+ <register type="OA" address="0x0001371C" value="0x00000000" />
+ <register type="OA" address="0x00013320" value="0x00004000" />
+ <register type="OA" address="0x00013324" value="0x00000000" />
+ <register type="OA" address="0x00013520" value="0x00004000" />
+ <register type="OA" address="0x00013524" value="0x00000000" />
+ <register type="OA" address="0x00013720" value="0x00004000" />
+ <register type="OA" address="0x00013724" value="0x00000000" />
+ <register type="OA" address="0x00013328" value="0x0000600F" />
+ <register type="OA" address="0x0001332C" value="0x00000000" />
+ <register type="OA" address="0x00013528" value="0x0000600F" />
+ <register type="OA" address="0x0001352C" value="0x00000000" />
+ <register type="OA" address="0x00013728" value="0x0000600F" />
+ <register type="OA" address="0x0001372C" value="0x00000000" />
+ <register type="OA" address="0x00013330" value="0x00006010" />
+ <register type="OA" address="0x00013334" value="0x00000000" />
+ <register type="OA" address="0x00013530" value="0x00006010" />
+ <register type="OA" address="0x00013534" value="0x00000000" />
+ <register type="OA" address="0x00013730" value="0x00006010" />
+ <register type="OA" address="0x00013734" value="0x00000000" />
+ <register type="OA" address="0x00013338" value="0x00005009" />
+ <register type="OA" address="0x0001333C" value="0x00000000" />
+ <register type="OA" address="0x00013538" value="0x00005009" />
+ <register type="OA" address="0x0001353C" value="0x00000000" />
+ <register type="OA" address="0x00013738" value="0x00005009" />
+ <register type="OA" address="0x0001373C" value="0x00000000" />
+ <register type="OA" address="0x00013340" value="0x00005013" />
+ <register type="OA" address="0x00013344" value="0x00000000" />
+ <register type="OA" address="0x00013540" value="0x00005013" />
+ <register type="OA" address="0x00013544" value="0x00000000" />
+ <register type="OA" address="0x00013740" value="0x00005013" />
+ <register type="OA" address="0x00013744" value="0x00000000" />
+ <register type="OA" address="0x00013348" value="0x00005000" />
+ <register type="OA" address="0x0001334C" value="0x00000000" />
+ <register type="OA" address="0x00013548" value="0x00005000" />
+ <register type="OA" address="0x0001354C" value="0x00000000" />
+ <register type="OA" address="0x00013748" value="0x00005000" />
+ <register type="OA" address="0x0001374C" value="0x00000000" />
+ <register type="OA" address="0x00013350" value="0x00006603" />
+ <register type="OA" address="0x00013354" value="0x00000000" />
+ <register type="OA" address="0x00013550" value="0x00006603" />
+ <register type="OA" address="0x00013554" value="0x00000000" />
+ <register type="OA" address="0x00013750" value="0x00006603" />
+ <register type="OA" address="0x00013754" value="0x00000000" />
+ <register type="OA" address="0x00013358" value="0x00006601" />
+ <register type="OA" address="0x0001335C" value="0x00000000" />
+ <register type="OA" address="0x00013558" value="0x00006601" />
+ <register type="OA" address="0x0001355C" value="0x00000000" />
+ <register type="OA" address="0x00013758" value="0x00006601" />
+ <register type="OA" address="0x0001375C" value="0x00000000" />
+ <register type="OA" address="0x00013360" value="0x00006606" />
+ <register type="OA" address="0x00013364" value="0x00000000" />
+ <register type="OA" address="0x00013560" value="0x00006606" />
+ <register type="OA" address="0x00013564" value="0x00000000" />
+ <register type="OA" address="0x00013760" value="0x00006606" />
+ <register type="OA" address="0x00013764" value="0x00000000" />
+ <register type="OA" address="0x00013368" value="0x00006605" />
+ <register type="OA" address="0x0001336C" value="0x00000000" />
+ <register type="OA" address="0x00013568" value="0x00006605" />
+ <register type="OA" address="0x0001356C" value="0x00000000" />
+ <register type="OA" address="0x00013768" value="0x00006605" />
+ <register type="OA" address="0x0001376C" value="0x00000000" />
+ <register type="OA" address="0x00013370" value="0x00004404" />
+ <register type="OA" address="0x00013374" value="0x00000000" />
+ <register type="OA" address="0x00013570" value="0x00004404" />
+ <register type="OA" address="0x00013574" value="0x00000000" />
+ <register type="OA" address="0x00013770" value="0x00004404" />
+ <register type="OA" address="0x00013774" value="0x00000000" />
+ <register type="OA" address="0x00013378" value="0x00004402" />
+ <register type="OA" address="0x0001337C" value="0x00000000" />
+ <register type="OA" address="0x00013578" value="0x00004402" />
+ <register type="OA" address="0x0001357C" value="0x00000000" />
+ <register type="OA" address="0x00013778" value="0x00004402" />
+ <register type="OA" address="0x0001377C" value="0x00000000" />
+ <register type="OA" address="0x00013380" value="0x00006611" />
+ <register type="OA" address="0x00013384" value="0x00000000" />
+ <register type="OA" address="0x00013580" value="0x00006611" />
+ <register type="OA" address="0x00013584" value="0x00000000" />
+ <register type="OA" address="0x00013780" value="0x00006611" />
+ <register type="OA" address="0x00013784" value="0x00000000" />
+ <register type="OA" address="0x00013388" value="0x00006612" />
+ <register type="OA" address="0x0001338C" value="0x00000000" />
+ <register type="OA" address="0x00013588" value="0x00006612" />
+ <register type="OA" address="0x0001358C" value="0x00000000" />
+ <register type="OA" address="0x00013788" value="0x00006612" />
+ <register type="OA" address="0x0001378C" value="0x00000000" />
+ <register type="OA" address="0x00013390" value="0x00004400" />
+ <register type="OA" address="0x00013394" value="0x00000000" />
+ <register type="OA" address="0x00013590" value="0x00004400" />
+ <register type="OA" address="0x00013594" value="0x00000000" />
+ <register type="OA" address="0x00013790" value="0x00004400" />
+ <register type="OA" address="0x00013794" value="0x00000000" />
+ <register type="OA" address="0x00013398" value="0x00004600" />
+ <register type="OA" address="0x0001339C" value="0x00000000" />
+ <register type="OA" address="0x00013598" value="0x00004600" />
+ <register type="OA" address="0x0001359C" value="0x00000000" />
+ <register type="OA" address="0x00013798" value="0x00004600" />
+ <register type="OA" address="0x0001379C" value="0x00000000" />
+ <register type="OA" address="0x000133A0" value="0x00004601" />
+ <register type="OA" address="0x000133A4" value="0x00000000" />
+ <register type="OA" address="0x000135A0" value="0x00004601" />
+ <register type="OA" address="0x000135A4" value="0x00000000" />
+ <register type="OA" address="0x000137A0" value="0x00004601" />
+ <register type="OA" address="0x000137A4" value="0x00000000" />
+ <register type="OA" address="0x000133A8" value="0x00005C00" />
+ <register type="OA" address="0x000133AC" value="0x00000000" />
+ <register type="OA" address="0x000135A8" value="0x00005C00" />
+ <register type="OA" address="0x000135AC" value="0x00000000" />
+ <register type="OA" address="0x000137A8" value="0x00005C00" />
+ <register type="OA" address="0x000137AC" value="0x00000000" />
+ <register type="OA" address="0x000133B0" value="0x00005E04" />
+ <register type="OA" address="0x000133B4" value="0x00000000" />
+ <register type="OA" address="0x000135B0" value="0x00005E04" />
+ <register type="OA" address="0x000135B4" value="0x00000000" />
+ <register type="OA" address="0x000137B0" value="0x00005E04" />
+ <register type="OA" address="0x000137B4" value="0x00000000" />
+ <register type="OA" address="0x000133B8" value="0x00004A00" />
+ <register type="OA" address="0x000133BC" value="0x00000000" />
+ <register type="OA" address="0x000135B8" value="0x00004A00" />
+ <register type="OA" address="0x000135BC" value="0x00000000" />
+ <register type="OA" address="0x000137B8" value="0x00004A00" />
+ <register type="OA" address="0x000137BC" value="0x00000000" />
+ <register type="OA" address="0x000133C0" value="0x00004A01" />
+ <register type="OA" address="0x000133C4" value="0x00000000" />
+ <register type="OA" address="0x000135C0" value="0x00004A01" />
+ <register type="OA" address="0x000135C4" value="0x00000000" />
+ <register type="OA" address="0x000137C0" value="0x00004A01" />
+ <register type="OA" address="0x000137C4" value="0x00000000" />
+ <register type="OA" address="0x000133C8" value="0x00005E0A" />
+ <register type="OA" address="0x000133CC" value="0x00000000" />
+ <register type="OA" address="0x000135C8" value="0x00005E0A" />
+ <register type="OA" address="0x000135CC" value="0x00000000" />
+ <register type="OA" address="0x000137C8" value="0x00005E0A" />
+ <register type="OA" address="0x000137CC" value="0x00000000" />
+ <register type="OA" address="0x000133D0" value="0x00005E0B" />
+ <register type="OA" address="0x000133D4" value="0x00000000" />
+ <register type="OA" address="0x000135D0" value="0x00005E0B" />
+ <register type="OA" address="0x000135D4" value="0x00000000" />
+ <register type="OA" address="0x000137D0" value="0x00005E0B" />
+ <register type="OA" address="0x000137D4" value="0x00000000" />
+ <register type="OA" address="0x000133D8" value="0x00006400" />
+ <register type="OA" address="0x000133DC" value="0x00000000" />
+ <register type="OA" address="0x000135D8" value="0x00006400" />
+ <register type="OA" address="0x000135DC" value="0x00000000" />
+ <register type="OA" address="0x000137D8" value="0x00006400" />
+ <register type="OA" address="0x000137DC" value="0x00000000" />
+ <register type="OA" address="0x000133E0" value="0x00006401" />
+ <register type="OA" address="0x000133E4" value="0x00000000" />
+ <register type="OA" address="0x000135E0" value="0x00006401" />
+ <register type="OA" address="0x000135E4" value="0x00000000" />
+ <register type="OA" address="0x000137E0" value="0x00006401" />
+ <register type="OA" address="0x000137E4" value="0x00000000" />
+ <register type="OA" address="0x000133E8" value="0x00006402" />
+ <register type="OA" address="0x000133EC" value="0x00000000" />
+ <register type="OA" address="0x000135E8" value="0x00006402" />
+ <register type="OA" address="0x000135EC" value="0x00000000" />
+ <register type="OA" address="0x000137E8" value="0x00006402" />
+ <register type="OA" address="0x000137EC" value="0x00000000" />
+ <register type="OA" address="0x000133F0" value="0x00006403" />
+ <register type="OA" address="0x000133F4" value="0x00000000" />
+ <register type="OA" address="0x000135F0" value="0x00006403" />
+ <register type="OA" address="0x000135F4" value="0x00000000" />
+ <register type="OA" address="0x000137F0" value="0x00006403" />
+ <register type="OA" address="0x000137F4" value="0x00000000" />
+ </register_config>
+ <register_config type="FLEX">
+ <register type="FLEX" address="0x0000E458" value="0x00060000" />
+ <register type="FLEX" address="0x0000E558" value="0x00010050" />
+ <register type="FLEX" address="0x0000E658" value="0x00050060" />
+ <register type="FLEX" address="0x0000E758" value="0x00000010" />
+ <register type="FLEX" address="0x0000E65C" value="0x00000000" />
+ </register_config>
+ </set>
+
+ <set name="ComputeBasic"
+ chipset="BMG"
+ symbol_name="ComputeBasic"
+ underscore_name="compute_basic"
+ mdapi_supported_apis="VK OGL OCL IO"
+ oa_format="576B_PEC64LL"
+ hw_config_guid="c7383a12-5c52-47a8-8e42-11b24d64d1f8"
+ >
+ <counter name="GPU Time Elapsed"
+ symbol_name="GpuTime"
+ underscore_name="gpu_time"
+ description="Time elapsed on the GPU during the measurement."
+ data_type="uint64"
+ units="ns"
+ semantic_type="event"
+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Core Clocks"
+ symbol_name="GpuCoreClocks"
+ underscore_name="gpu_core_clocks"
+ description="The total number of GPU core clocks elapsed during the measurement."
+ data_type="uint64"
+ units="cycles"
+ semantic_type="event"
+ equation="GPU_CLOCK 0 READ"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AVG GPU Core Frequency"
+ symbol_name="AvgGpuCoreFrequency"
+ underscore_name="avg_gpu_core_frequency"
+ description="Average GPU Core Frequency in the measurement."
+ data_type="uint64"
+ max_equation="$GpuMaxFrequency"
+ units="hz"
+ semantic_type="event"
+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Busy"
+ symbol_name="GPU_BUSY"
+ underscore_name="gpu_busy"
+ description="Percentage of time in which GPU is not idle including all GPU engines"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 32 READ 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="IA Vertex"
+ symbol_name="IA_VERTEX"
+ underscore_name="ia_vertex"
+ description="Number of vertices in a draw"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 33 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GpGpu Threadgroup Count"
+ symbol_name="GPGPU_THREADGROUP_COUNT"
+ underscore_name="gpgpu_threadgroup_count"
+ description="Number of GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 0 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Async GpGpu Threadgroup Count"
+ symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT"
+ underscore_name="async_gpgpu_threadgroup_count"
+ description="Number of Async GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 1 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Rasterizer Sample Output"
+ symbol_name="RASTERIZER_SAMPLE_OUTPUT"
+ underscore_name="rasterizer_sample_output"
+ description="Number of lit samples emitted by Rasterizer"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 34 READ"
+ mdapi_group="Rasterizer"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="ICache Hit"
+ symbol_name="ICACHE_HIT"
+ underscore_name="icache_hit"
+ description="Number of Instruction Cache hits"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 2 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="ICache Miss"
+ symbol_name="ICACHE_MISS"
+ underscore_name="icache_miss"
+ description="Number of Instruction Cache misses"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 3 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Active"
+ symbol_name="XVE_ACTIVE"
+ underscore_name="xve_active"
+ description="Percentage of time in which at least one pipe is active in XVE"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 4 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU0 All"
+ symbol_name="XVE_INST_EXECUTED_ALU0_ALL"
+ underscore_name="xve_inst_executed_alu0_all"
+ description="Number of execution slots taken by instructions executed by ALL threads on ALU0 pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 5 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU1 All"
+ symbol_name="XVE_INST_EXECUTED_ALU1_ALL"
+ underscore_name="xve_inst_executed_alu1_all"
+ description="Number of execution slots taken by instructions executed by ALL threads on ALU1 pipe. Does not include extended math instructions."
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 6 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed Send All"
+ symbol_name="XVE_INST_EXECUTED_SEND_ALL"
+ underscore_name="xve_inst_executed_send_all"
+ description="Number of instruction (GRF) dispatches executed by ALL threads on SEND Pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 7 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Issued All"
+ symbol_name="XVE_INST_ISSUED_ALL"
+ underscore_name="xve_inst_issued_all"
+ description="Number of instructions issued (decoded) to any pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 21 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Shared Function Access Hold"
+ symbol_name="XVE_SHARED_FUNCTION_ACCESS_HOLD"
+ underscore_name="xve_shared_function_access_hold"
+ description="Percentage of time in which XVE requests stalled by Shared Function units"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 22 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Stall"
+ symbol_name="XVE_STALL"
+ underscore_name="xve_stall"
+ description="Percentage of time in which any thread loaded but not even a single pipe is active in XVE"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 23 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Threads Occupancy All"
+ symbol_name="XVE_THREADS_OCCUPANCY_ALL"
+ underscore_name="xve_threads_occupancy_all"
+ description="Percentage of thread slots occupied by ALL threads"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 8 READ 8 UMUL $VectorEngineThreadsCount $VectorEngineTotalCount UMUL UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU2 All"
+ symbol_name="XVE_INST_EXECUTED_ALU2_ALL"
+ underscore_name="xve_inst_executed_alu2_all"
+ description="Number of execution slots taken by instructions executed in ALU2 pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 24 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Multiple Pipe Active"
+ symbol_name="XVE_MULTIPLE_PIPE_ACTIVE"
+ underscore_name="xve_multiple_pipe_active"
+ description="Percentage of time in which at least two pipes are actively executing a Gen ISA instruction among ALU0, ALU1 and ALU2 pipes"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 25 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache Partial Write Count"
+ symbol_name="LOAD_STORE_CACHE_PARTIAL_WRITE_COUNT"
+ underscore_name="load_store_cache_partial_write_count"
+ description="Number of writes to the Load Store Cache that don't fill a subsector"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 26 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="SLM Bank Conflict Count"
+ symbol_name="SLM_BANK_CONFLICT_COUNT"
+ underscore_name="slm_bank_conflict_count"
+ description="Number of SLM accesses resulting in a bank conflict"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 27 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="SLM Byte Read"
+ symbol_name="SLM_BYTE_READ"
+ underscore_name="slm_byte_read"
+ description="Number of bytes read from SLM"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 28 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="SLM Byte Write"
+ symbol_name="SLM_BYTE_WRITE"
+ underscore_name="slm_byte_write"
+ description="Number of bytes written to SLM"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 29 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache Byte Read"
+ symbol_name="LOAD_STORE_CACHE_BYTE_READ"
+ underscore_name="load_store_cache_byte_read"
+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 30 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache Byte Write"
+ symbol_name="LOAD_STORE_CACHE_BYTE_WRITE"
+ underscore_name="load_store_cache_byte_write"
+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 31 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache Access"
+ symbol_name="LOAD_STORE_CACHE_ACCESS"
+ underscore_name="load_store_cache_access"
+ description="Number of Load Store Cache accesses"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 9 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache Hit"
+ symbol_name="LOAD_STORE_CACHE_HIT"
+ underscore_name="load_store_cache_hit"
+ description="Number of Load Store Cache hits"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 10 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Atomic Access"
+ symbol_name="L3_ATOMIC_ACCESS"
+ underscore_name="l3_atomic_access"
+ description="Number of atomic accesses to Device Cache bank"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 35 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Hit"
+ symbol_name="L3_HIT"
+ underscore_name="l3_hit"
+ description="Number of Device Cache accesses which hits in the Device Cache cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 36 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Miss"
+ symbol_name="L3_MISS"
+ underscore_name="l3_miss"
+ description="Number of Device Cache accesses which miss in the Device Cache cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 37 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Read"
+ symbol_name="L3_READ"
+ underscore_name="l3_read"
+ description="Number of Device Cache 64B read requests"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 38 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Write"
+ symbol_name="L3_WRITE"
+ underscore_name="l3_write"
+ description="Number of Device Cache 64B write requests"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 39 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Compressor Input"
+ symbol_name="COMPRESSOR_INPUT"
+ underscore_name="compressor_input"
+ description="Number of 256B writes to compressible surfaces at the input of the compressor"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 41 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Compressor Output"
+ symbol_name="COMPRESSOR_OUTPUT"
+ underscore_name="compressor_output"
+ description="Number of 256B writes to compressible surfaces at the output of the compressor"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 42 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Byte Read"
+ symbol_name="GPU_MEMORY_BYTE_READ"
+ underscore_name="gpu_memory_byte_read"
+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) read bytes"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 43 READ 2 UMUL"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Byte Write"
+ symbol_name="GPU_MEMORY_BYTE_WRITE"
+ underscore_name="gpu_memory_byte_write"
+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) write bytes"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 44 READ 2 UMUL"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Byte Read Rate"
+ symbol_name="GPU_MEMORY_BYTE_READ_RATE"
+ underscore_name="gpu_memory_byte_read_rate"
+ description="Device local memory (HBM, GDDR, LPDDR, etc.) read bandwidth"
+ data_type="float"
+ units="gbps"
+ semantic_type="throughput"
+ equation="PEC 43 READ 2 UMUL $GpuTime FDIV"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Byte Write Rate"
+ symbol_name="GPU_MEMORY_BYTE_WRITE_RATE"
+ underscore_name="gpu_memory_byte_write_rate"
+ description="Device local memory (HBM, GDDR, LPDDR, etc.) write bandwidth"
+ data_type="float"
+ units="gbps"
+ semantic_type="throughput"
+ equation="PEC 44 READ 2 UMUL $GpuTime FDIV"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory L3 Read"
+ symbol_name="GPU_MEMORY_L3_READ"
+ underscore_name="gpu_memory_l3_read"
+ description="Number of GTI memory reads from Device Cache caused by Device Cache misses"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 45 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory L3 Write"
+ symbol_name="GPU_MEMORY_L3_WRITE"
+ underscore_name="gpu_memory_l3_write"
+ description="Number of GTI memory writes from Device Cache caused by Device Cache invalidations"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 46 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="TLB Miss"
+ symbol_name="TLB_MISS"
+ underscore_name="tlb_miss"
+ description="Number of misses from all TLBs and all engines"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 48 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Async GpGpu Thread Exit Count"
+ symbol_name="ASYNC_GPGPU_THREAD_EXIT_COUNT"
+ underscore_name="async_gpgpu_thread_exit_count"
+ description="Number of Async GPGPU EOT messages received"
+ data_type="uint64"
+ units="messages"
+ semantic_type="event"
+ equation="PEC 11 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GpGpu Dispatch"
+ symbol_name="GPGPU_DISPATCH"
+ underscore_name="gpgpu_dispatch"
+ description="Percentage of time in which spent dispatching GPGPU threads to XVEs"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 12 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Command Parser Compute Engine Busy"
+ symbol_name="COMMAND_PARSER_COMPUTE_ENGINE_BUSY"
+ underscore_name="command_parser_compute_engine_busy"
+ description="Percentage of time in which there is a context loaded and active on the compute queue"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 49 READ $ComputeEngineTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Command Parser Compute Engine Dispatch Kernel Count"
+ symbol_name="COMMAND_PARSER_COMPUTE_ENGINE_DISPATCH_KERNEL_COUNT"
+ underscore_name="command_parser_compute_engine_dispatch_kernel_count"
+ description="Number of compute walker commands parsed on the compute engine"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 50 READ"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Command Parser Copy Engine Busy"
+ symbol_name="COMMAND_PARSER_COPY_ENGINE_BUSY"
+ underscore_name="command_parser_copy_engine_busy"
+ description="Percentage of time in which there is a context loaded and active on the copy queue."
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 51 READ 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Command Parser Flush Count"
+ symbol_name="COMMAND_PARSER_FLUSH_COUNT"
+ underscore_name="command_parser_flush_count"
+ description="Number of Stalling flushes at the top of the pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 52 READ"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Command Parser Render Engine Busy"
+ symbol_name="COMMAND_PARSER_RENDER_ENGINE_BUSY"
+ underscore_name="command_parser_render_engine_busy"
+ description="Percentage of time in which there is a context loaded and active on the 3D queue"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 53 READ 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Command Parser Render Engine Dispatch Kernel Count"
+ symbol_name="COMMAND_PARSER_RENDER_ENGINE_DISPATCH_KERNEL_COUNT"
+ underscore_name="command_parser_render_engine_dispatch_kernel_count"
+ description="Number of compute walker commands parsed on the 3D engine"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 54 READ"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Pipe ALU0 And ALU1 Active"
+ symbol_name="XVE_PIPE_ALU0_AND_ALU1_ACTIVE"
+ underscore_name="xve_pipe_alu0_and_alu1_active"
+ description="Percentage of time in which ALU0 and ALU1 pipes are both actively executing a Gen ISA instruction"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 13 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Pipe ALU0 And ALU2 Active"
+ symbol_name="XVE_PIPE_ALU0_AND_ALU2_ACTIVE"
+ underscore_name="xve_pipe_alu0_and_alu2_active"
+ description="Percentage of time in which ALU0 and ALU2 pipes are both actively executing a Gen ISA instruction"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 14 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU0 All Utilization"
+ symbol_name="XVE_INST_EXECUTED_ALU0_ALL_UTILIZATION"
+ underscore_name="xve_inst_executed_alu0_all_utilization"
+ description="Percentage of time taken by instructions executed by ALL threads on ALU0 pipe"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 5 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU1 All Utilization"
+ symbol_name="XVE_INST_EXECUTED_ALU1_ALL_UTILIZATION"
+ underscore_name="xve_inst_executed_alu1_all_utilization"
+ description="Percentage of time taken by instructions executed by ALL threads on ALU1 pipe. Does not include extended math instructions."
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 6 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU2 All Utilization"
+ symbol_name="XVE_INST_EXECUTED_ALU2_ALL_UTILIZATION"
+ underscore_name="xve_inst_executed_alu2_all_utilization"
+ description="Percentage of time taken by instructions executed in ALU2 pipe"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 24 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Host To GpuMem Transaction Read"
+ symbol_name="HOST_TO_GPUMEM_TRANSACTION_READ"
+ underscore_name="host_to_gpumem_transaction_read"
+ description="Number of host 64B reads to GPU local (HBM) memory (downstream over an interface such as pcie, cxl or an integrated fabric as applicable to the respective product segment)"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 55 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Host To GpuMem Transaction Write"
+ symbol_name="HOST_TO_GPUMEM_TRANSACTION_WRITE"
+ underscore_name="host_to_gpumem_transaction_write"
+ description="Number of host 64B writes to GPU local (HBM) memory (downstream over an interface such as pcie, cxl or an integrated fabric as applicable to the respective product segment)"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 56 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="SysMem Transaction Read"
+ symbol_name="SYSMEM_TRANSACTION_READ"
+ underscore_name="sysmem_transaction_read"
+ description="Number of system memory 64B reads (upstream over an interface such as pcie, cxl or an integrated fabric as applicable to the respective product segment)"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 57 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="SysMem Transaction Write"
+ symbol_name="SYSMEM_TRANSACTION_WRITE"
+ underscore_name="sysmem_transaction_write"
+ description="Number of system memory 64B writes (upstream over an interface such as pcie, cxl or an integrated fabric as applicable to the respective product segment)"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 58 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <register_config type="OA">
+ <register type="OA" address="0x00013000" value="0x00001801" />
+ <register type="OA" address="0x00013004" value="0x00000000" />
+ <register type="OA" address="0x00013008" value="0x00001802" />
+ <register type="OA" address="0x0001300C" value="0x00000000" />
+ <register type="OA" address="0x00013010" value="0x00000622" />
+ <register type="OA" address="0x00013014" value="0x00000000" />
+ <register type="OA" address="0x00013018" value="0x00000623" />
+ <register type="OA" address="0x0001301C" value="0x00000000" />
+ <register type="OA" address="0x00013020" value="0x00000605" />
+ <register type="OA" address="0x00013024" value="0x00000000" />
+ <register type="OA" address="0x00013028" value="0x0000060F" />
+ <register type="OA" address="0x0001302C" value="0x00000000" />
+ <register type="OA" address="0x00013030" value="0x00000603" />
+ <register type="OA" address="0x00013034" value="0x00000000" />
+ <register type="OA" address="0x00013038" value="0x00000601" />
+ <register type="OA" address="0x0001303C" value="0x00000000" />
+ <register type="OA" address="0x00013040" value="0x00000604" />
+ <register type="OA" address="0x00013044" value="0x00000000" />
+ <register type="OA" address="0x00013048" value="0x00000A0B" />
+ <register type="OA" address="0x0001304C" value="0x00000000" />
+ <register type="OA" address="0x00013050" value="0x00000A0A" />
+ <register type="OA" address="0x00013054" value="0x00000000" />
+ <register type="OA" address="0x00013058" value="0x00001804" />
+ <register type="OA" address="0x0001305C" value="0x00000000" />
+ <register type="OA" address="0x00013060" value="0x00001600" />
+ <register type="OA" address="0x00013064" value="0x00000000" />
+ <register type="OA" address="0x00013068" value="0x00000625" />
+ <register type="OA" address="0x0001306C" value="0x00000000" />
+ <register type="OA" address="0x00013070" value="0x00000626" />
+ <register type="OA" address="0x00013074" value="0x00000000" />
+ <register type="OA" address="0x000130A8" value="0x0000060B" />
+ <register type="OA" address="0x000130AC" value="0x00000000" />
+ <register type="OA" address="0x000130B0" value="0x00000600" />
+ <register type="OA" address="0x000130B4" value="0x00000000" />
+ <register type="OA" address="0x000130B8" value="0x00000606" />
+ <register type="OA" address="0x000130BC" value="0x00000000" />
+ <register type="OA" address="0x000130C0" value="0x00000614" />
+ <register type="OA" address="0x000130C4" value="0x00000000" />
+ <register type="OA" address="0x000130C8" value="0x00000624" />
+ <register type="OA" address="0x000130CC" value="0x00000000" />
+ <register type="OA" address="0x000130D0" value="0x00000A0E" />
+ <register type="OA" address="0x000130D4" value="0x00000000" />
+ <register type="OA" address="0x000130D8" value="0x00000A0D" />
+ <register type="OA" address="0x000130DC" value="0x00000000" />
+ <register type="OA" address="0x000130E0" value="0x00000A15" />
+ <register type="OA" address="0x000130E4" value="0x00000000" />
+ <register type="OA" address="0x000130E8" value="0x00000A16" />
+ <register type="OA" address="0x000130EC" value="0x00000000" />
+ <register type="OA" address="0x000130F0" value="0x00000A13" />
+ <register type="OA" address="0x000130F4" value="0x00000000" />
+ <register type="OA" address="0x000130F8" value="0x00000A14" />
+ <register type="OA" address="0x000130FC" value="0x00000000" />
+ <register type="OA" address="0x00013300" value="0x00005A00" />
+ <register type="OA" address="0x00013304" value="0x00000000" />
+ <register type="OA" address="0x00013500" value="0x00005A00" />
+ <register type="OA" address="0x00013504" value="0x00000000" />
+ <register type="OA" address="0x00013700" value="0x00005A00" />
+ <register type="OA" address="0x00013704" value="0x00000000" />
+ <register type="OA" address="0x00013308" value="0x00004405" />
+ <register type="OA" address="0x0001330C" value="0x00000000" />
+ <register type="OA" address="0x00013508" value="0x00004405" />
+ <register type="OA" address="0x0001350C" value="0x00000000" />
+ <register type="OA" address="0x00013708" value="0x00004405" />
+ <register type="OA" address="0x0001370C" value="0x00000000" />
+ <register type="OA" address="0x00013310" value="0x00006805" />
+ <register type="OA" address="0x00013314" value="0x00000000" />
+ <register type="OA" address="0x00013510" value="0x00006805" />
+ <register type="OA" address="0x00013514" value="0x00000000" />
+ <register type="OA" address="0x00013710" value="0x00006805" />
+ <register type="OA" address="0x00013714" value="0x00000000" />
+ <register type="OA" address="0x00013318" value="0x00006002" />
+ <register type="OA" address="0x0001331C" value="0x00000000" />
+ <register type="OA" address="0x00013518" value="0x00006002" />
+ <register type="OA" address="0x0001351C" value="0x00000000" />
+ <register type="OA" address="0x00013718" value="0x00006002" />
+ <register type="OA" address="0x0001371C" value="0x00000000" />
+ <register type="OA" address="0x00013320" value="0x00006012" />
+ <register type="OA" address="0x00013324" value="0x00000000" />
+ <register type="OA" address="0x00013520" value="0x00006012" />
+ <register type="OA" address="0x00013524" value="0x00000000" />
+ <register type="OA" address="0x00013720" value="0x00006012" />
+ <register type="OA" address="0x00013724" value="0x00000000" />
+ <register type="OA" address="0x00013328" value="0x00006011" />
+ <register type="OA" address="0x0001332C" value="0x00000000" />
+ <register type="OA" address="0x00013528" value="0x00006011" />
+ <register type="OA" address="0x0001352C" value="0x00000000" />
+ <register type="OA" address="0x00013728" value="0x00006011" />
+ <register type="OA" address="0x0001372C" value="0x00000000" />
+ <register type="OA" address="0x00013330" value="0x0000600F" />
+ <register type="OA" address="0x00013334" value="0x00000000" />
+ <register type="OA" address="0x00013530" value="0x0000600F" />
+ <register type="OA" address="0x00013534" value="0x00000000" />
+ <register type="OA" address="0x00013730" value="0x0000600F" />
+ <register type="OA" address="0x00013734" value="0x00000000" />
+ <register type="OA" address="0x00013338" value="0x00006010" />
+ <register type="OA" address="0x0001333C" value="0x00000000" />
+ <register type="OA" address="0x00013538" value="0x00006010" />
+ <register type="OA" address="0x0001353C" value="0x00000000" />
+ <register type="OA" address="0x00013738" value="0x00006010" />
+ <register type="OA" address="0x0001373C" value="0x00000000" />
+ <register type="OA" address="0x00013340" value="0x00006015" />
+ <register type="OA" address="0x00013344" value="0x00000000" />
+ <register type="OA" address="0x00013540" value="0x00006015" />
+ <register type="OA" address="0x00013544" value="0x00000000" />
+ <register type="OA" address="0x00013740" value="0x00006015" />
+ <register type="OA" address="0x00013744" value="0x00000000" />
+ <register type="OA" address="0x00013348" value="0x00004600" />
+ <register type="OA" address="0x0001334C" value="0x00000000" />
+ <register type="OA" address="0x00013548" value="0x00004600" />
+ <register type="OA" address="0x0001354C" value="0x00000000" />
+ <register type="OA" address="0x00013748" value="0x00004600" />
+ <register type="OA" address="0x0001374C" value="0x00000000" />
+ <register type="OA" address="0x00013350" value="0x00004601" />
+ <register type="OA" address="0x00013354" value="0x00000000" />
+ <register type="OA" address="0x00013550" value="0x00004601" />
+ <register type="OA" address="0x00013554" value="0x00000000" />
+ <register type="OA" address="0x00013750" value="0x00004601" />
+ <register type="OA" address="0x00013754" value="0x00000000" />
+ <register type="OA" address="0x00013358" value="0x00005E0A" />
+ <register type="OA" address="0x0001335C" value="0x00000000" />
+ <register type="OA" address="0x00013558" value="0x00005E0A" />
+ <register type="OA" address="0x0001355C" value="0x00000000" />
+ <register type="OA" address="0x00013758" value="0x00005E0A" />
+ <register type="OA" address="0x0001375C" value="0x00000000" />
+ <register type="OA" address="0x00013360" value="0x00005E0B" />
+ <register type="OA" address="0x00013364" value="0x00000000" />
+ <register type="OA" address="0x00013560" value="0x00005E0B" />
+ <register type="OA" address="0x00013564" value="0x00000000" />
+ <register type="OA" address="0x00013760" value="0x00005E0B" />
+ <register type="OA" address="0x00013764" value="0x00000000" />
+ <register type="OA" address="0x00013368" value="0x00005E00" />
+ <register type="OA" address="0x0001336C" value="0x00000000" />
+ <register type="OA" address="0x00013568" value="0x00005E00" />
+ <register type="OA" address="0x0001356C" value="0x00000000" />
+ <register type="OA" address="0x00013768" value="0x00005E00" />
+ <register type="OA" address="0x0001376C" value="0x00000000" />
+ <register type="OA" address="0x00013370" value="0x00005E01" />
+ <register type="OA" address="0x00013374" value="0x00000000" />
+ <register type="OA" address="0x00013570" value="0x00005E01" />
+ <register type="OA" address="0x00013574" value="0x00000000" />
+ <register type="OA" address="0x00013770" value="0x00005E01" />
+ <register type="OA" address="0x00013774" value="0x00000000" />
+ <register type="OA" address="0x00013378" value="0x00005E04" />
+ <register type="OA" address="0x0001337C" value="0x00000000" />
+ <register type="OA" address="0x00013578" value="0x00005E04" />
+ <register type="OA" address="0x0001357C" value="0x00000000" />
+ <register type="OA" address="0x00013778" value="0x00005E04" />
+ <register type="OA" address="0x0001377C" value="0x00000000" />
+ <register type="OA" address="0x00013380" value="0x00005C00" />
+ <register type="OA" address="0x00013384" value="0x00000000" />
+ <register type="OA" address="0x00013580" value="0x00005C00" />
+ <register type="OA" address="0x00013584" value="0x00000000" />
+ <register type="OA" address="0x00013780" value="0x00005C00" />
+ <register type="OA" address="0x00013784" value="0x00000000" />
+ <register type="OA" address="0x00013388" value="0x00005009" />
+ <register type="OA" address="0x0001338C" value="0x00000000" />
+ <register type="OA" address="0x00013588" value="0x00005009" />
+ <register type="OA" address="0x0001358C" value="0x00000000" />
+ <register type="OA" address="0x00013788" value="0x00005009" />
+ <register type="OA" address="0x0001378C" value="0x00000000" />
+ <register type="OA" address="0x00013390" value="0x00005008" />
+ <register type="OA" address="0x00013394" value="0x00000000" />
+ <register type="OA" address="0x00013590" value="0x00005008" />
+ <register type="OA" address="0x00013594" value="0x00000000" />
+ <register type="OA" address="0x00013790" value="0x00005008" />
+ <register type="OA" address="0x00013794" value="0x00000000" />
+ <register type="OA" address="0x00013398" value="0x00005000" />
+ <register type="OA" address="0x0001339C" value="0x00000000" />
+ <register type="OA" address="0x00013598" value="0x00005000" />
+ <register type="OA" address="0x0001359C" value="0x00000000" />
+ <register type="OA" address="0x00013798" value="0x00005000" />
+ <register type="OA" address="0x0001379C" value="0x00000000" />
+ <register type="OA" address="0x000133A0" value="0x00005010" />
+ <register type="OA" address="0x000133A4" value="0x00000000" />
+ <register type="OA" address="0x000135A0" value="0x00005010" />
+ <register type="OA" address="0x000135A4" value="0x00000000" />
+ <register type="OA" address="0x000137A0" value="0x00005010" />
+ <register type="OA" address="0x000137A4" value="0x00000000" />
+ <register type="OA" address="0x000133A8" value="0x00005013" />
+ <register type="OA" address="0x000133AC" value="0x00000000" />
+ <register type="OA" address="0x000135A8" value="0x00005013" />
+ <register type="OA" address="0x000135AC" value="0x00000000" />
+ <register type="OA" address="0x000137A8" value="0x00005013" />
+ <register type="OA" address="0x000137AC" value="0x00000000" />
+ <register type="OA" address="0x000133B0" value="0x00005012" />
+ <register type="OA" address="0x000133B4" value="0x00000000" />
+ <register type="OA" address="0x000135B0" value="0x00005012" />
+ <register type="OA" address="0x000135B4" value="0x00000000" />
+ <register type="OA" address="0x000137B0" value="0x00005012" />
+ <register type="OA" address="0x000137B4" value="0x00000000" />
+ <register type="OA" address="0x000133B8" value="0x00006400" />
+ <register type="OA" address="0x000133BC" value="0x00000000" />
+ <register type="OA" address="0x000135B8" value="0x00006400" />
+ <register type="OA" address="0x000135BC" value="0x00000000" />
+ <register type="OA" address="0x000137B8" value="0x00006400" />
+ <register type="OA" address="0x000137BC" value="0x00000000" />
+ <register type="OA" address="0x000133C0" value="0x00006401" />
+ <register type="OA" address="0x000133C4" value="0x00000000" />
+ <register type="OA" address="0x000135C0" value="0x00006401" />
+ <register type="OA" address="0x000135C4" value="0x00000000" />
+ <register type="OA" address="0x000137C0" value="0x00006401" />
+ <register type="OA" address="0x000137C4" value="0x00000000" />
+ <register type="OA" address="0x000133C8" value="0x00006402" />
+ <register type="OA" address="0x000133CC" value="0x00000000" />
+ <register type="OA" address="0x000135C8" value="0x00006402" />
+ <register type="OA" address="0x000135CC" value="0x00000000" />
+ <register type="OA" address="0x000137C8" value="0x00006402" />
+ <register type="OA" address="0x000137CC" value="0x00000000" />
+ <register type="OA" address="0x000133D0" value="0x00006403" />
+ <register type="OA" address="0x000133D4" value="0x00000000" />
+ <register type="OA" address="0x000135D0" value="0x00006403" />
+ <register type="OA" address="0x000135D4" value="0x00000000" />
+ <register type="OA" address="0x000137D0" value="0x00006403" />
+ <register type="OA" address="0x000137D4" value="0x00000000" />
+ </register_config>
+ <register_config type="FLEX">
+ <register type="FLEX" address="0x0000E458" value="0x00000000" />
+ </register_config>
+ </set>
+
+ <set name="DepthProfile"
+ chipset="BMG"
+ symbol_name="DepthProfile"
+ underscore_name="depth_profile"
+ mdapi_supported_apis="VK OGL OCL IO"
+ oa_format="576B_PEC64LL"
+ hw_config_guid="a80e9da5-d2c9-4c20-9f7c-c0adf74bbe89"
+ >
+ <counter name="GPU Time Elapsed"
+ symbol_name="GpuTime"
+ underscore_name="gpu_time"
+ description="Time elapsed on the GPU during the measurement."
+ data_type="uint64"
+ units="ns"
+ semantic_type="event"
+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Core Clocks"
+ symbol_name="GpuCoreClocks"
+ underscore_name="gpu_core_clocks"
+ description="The total number of GPU core clocks elapsed during the measurement."
+ data_type="uint64"
+ units="cycles"
+ semantic_type="event"
+ equation="GPU_CLOCK 0 READ"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AVG GPU Core Frequency"
+ symbol_name="AvgGpuCoreFrequency"
+ underscore_name="avg_gpu_core_frequency"
+ description="Average GPU Core Frequency in the measurement."
+ data_type="uint64"
+ max_equation="$GpuMaxFrequency"
+ units="hz"
+ semantic_type="event"
+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Busy"
+ symbol_name="GPU_BUSY"
+ underscore_name="gpu_busy"
+ description="Percentage of time in which GPU is not idle including all GPU engines"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 32 READ 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="IA Vertex"
+ symbol_name="IA_VERTEX"
+ underscore_name="ia_vertex"
+ description="Number of vertices in a draw"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 33 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GpGpu Threadgroup Count"
+ symbol_name="GPGPU_THREADGROUP_COUNT"
+ underscore_name="gpgpu_threadgroup_count"
+ description="Number of GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 0 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Async GpGpu Threadgroup Count"
+ symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT"
+ underscore_name="async_gpgpu_threadgroup_count"
+ description="Number of Async GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 1 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Rasterizer Sample Output"
+ symbol_name="RASTERIZER_SAMPLE_OUTPUT"
+ underscore_name="rasterizer_sample_output"
+ description="Number of lit samples emitted by Rasterizer"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 34 READ"
+ mdapi_group="Rasterizer"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Early Depth Stencil Test Fail Np"
+ symbol_name="EARLY_DEPTH_STENCIL_TEST_FAIL_NP"
+ underscore_name="early_depth_stencil_test_fail_np"
+ description="Number of non-promoted 2x2 that failed Depth / Stencil before the Pixel Shader that were previously ambiguous at HiZ"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 35 READ"
+ mdapi_group="Depth Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Early Depth Stencil Test Fail P"
+ symbol_name="EARLY_DEPTH_STENCIL_TEST_FAIL_P"
+ underscore_name="early_depth_stencil_test_fail_p"
+ description="Number of promoted 2x2 that failed Depth / Stencil that were previously ambiguous at HiZ"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 36 READ"
+ mdapi_group="Depth Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="HiZ Depth Test Ambig Np"
+ symbol_name="HIZ_DEPTH_TEST_AMBIG_NP"
+ underscore_name="hiz_depth_test_ambig_np"
+ description="Number of non-promoted 2x2 that are ambiguous by hierarchical depth test"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 37 READ"
+ mdapi_group="Depth Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="HiZ Depth Test Ambig P"
+ symbol_name="HIZ_DEPTH_TEST_AMBIG_P"
+ underscore_name="hiz_depth_test_ambig_p"
+ description="Number of promoted 2x2 that are ambiguous by hierarchical depth test"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 38 READ"
+ mdapi_group="Depth Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="HiZ Depth Test Fail Np"
+ symbol_name="HIZ_DEPTH_TEST_FAIL_NP"
+ underscore_name="hiz_depth_test_fail_np"
+ description="Number of non-promoted 2x2 that failed the hierarchical depth test"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 39 READ"
+ mdapi_group="Depth Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="HiZ Depth Test Fail P"
+ symbol_name="HIZ_DEPTH_TEST_FAIL_P"
+ underscore_name="hiz_depth_test_fail_p"
+ description="Number of promoted 2x2 that failed the hierarchical depth test"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 40 READ"
+ mdapi_group="Depth Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="HiZ Depth Test Pass P"
+ symbol_name="HIZ_DEPTH_TEST_PASS_P"
+ underscore_name="hiz_depth_test_pass_p"
+ description="Number of promoted 2x2 passed by hierarchical depth test"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 41 READ"
+ mdapi_group="Depth Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="HiZ Subspan Latency Fifofull"
+ symbol_name="HIZ_SUBSPAN_LATENCY_FIFOFULL"
+ underscore_name="hiz_subspan_latency_fifofull"
+ description="Percentage of time in which for which HiZ latency hiding structure full"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 42 READ $SliceTotalCount 2 UMUL UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Depth Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="IZ Output Ready"
+ symbol_name="IZ_OUTPUT_READY"
+ underscore_name="iz_output_ready"
+ description="Percentage of time in which IZ has requests to different clients"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 43 READ $SliceTotalCount 2 UMUL UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Depth Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="IZ Subspan Latency Fifofull"
+ symbol_name="IZ_SUBSPAN_LATENCY_FIFOFULL"
+ underscore_name="iz_subspan_latency_fifofull"
+ description="Percentage of time in which for which IZ latency hiding structure full"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 44 READ $SliceTotalCount 2 UMUL UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Depth Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="PostPS Depth Stencil Test Fail"
+ symbol_name="POSTPS_DEPTH_STENCIL_TEST_FAIL"
+ underscore_name="postps_depth_stencil_test_fail"
+ description="Number of 2x2 that were lit from Rasterizer but failed the depth or stencil test post shader"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 45 READ"
+ mdapi_group="Depth Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Render Cache Alloc"
+ symbol_name="RENDER_CACHE_ALLOC"
+ underscore_name="render_cache_alloc"
+ description="Number of Render Cache allocations"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 46 READ"
+ mdapi_group="Color Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Render Cache Hit"
+ symbol_name="RENDER_CACHE_HIT"
+ underscore_name="render_cache_hit"
+ description="Number of Render Cache hits"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 47 READ"
+ mdapi_group="Color Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Render Cache Read"
+ symbol_name="RENDER_CACHE_READ"
+ underscore_name="render_cache_read"
+ description="Number of Render Cache reads"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 48 READ"
+ mdapi_group="Color Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Render Cache Write"
+ symbol_name="RENDER_CACHE_WRITE"
+ underscore_name="render_cache_write"
+ description="Number of Render Cache writes"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 49 READ"
+ mdapi_group="Color Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="URB Cross Slice Read"
+ symbol_name="URB_CROSS_SLICE_READ"
+ underscore_name="urb_cross_slice_read"
+ description="Number of URB reads occurred from cross slices"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 50 READ"
+ mdapi_group="URB"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Pixel 2x2 Lit Post Rasterizer Early Depth"
+ symbol_name="PIXEL_2X2_LIT_POST_RASTERIZER_EARLY_DEPTH"
+ underscore_name="pixel_2_x2_lit_post_rasterizer_early_depth"
+ description="Number of promoted 2x2 that are lit from Rasterizer"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 51 READ"
+ mdapi_group="Rasterizer"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Pixel 2x2 Lit Post Rasterizer Late Depth"
+ symbol_name="PIXEL_2X2_LIT_POST_RASTERIZER_LATE_DEPTH"
+ underscore_name="pixel_2_x2_lit_post_rasterizer_late_depth"
+ description="Number of non-promoted 2x2 that are lit from Rasterizer"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 52 READ"
+ mdapi_group="Rasterizer"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <register_config type="OA">
+ <register type="OA" address="0x00013000" value="0x00001801" />
+ <register type="OA" address="0x00013004" value="0x00000000" />
+ <register type="OA" address="0x00013008" value="0x00001802" />
+ <register type="OA" address="0x0001300C" value="0x00000000" />
+ <register type="OA" address="0x00013300" value="0x00005A00" />
+ <register type="OA" address="0x00013304" value="0x00000000" />
+ <register type="OA" address="0x00013500" value="0x00005A00" />
+ <register type="OA" address="0x00013504" value="0x00000000" />
+ <register type="OA" address="0x00013700" value="0x00005A00" />
+ <register type="OA" address="0x00013704" value="0x00000000" />
+ <register type="OA" address="0x00013308" value="0x00004405" />
+ <register type="OA" address="0x0001330C" value="0x00000000" />
+ <register type="OA" address="0x00013508" value="0x00004405" />
+ <register type="OA" address="0x0001350C" value="0x00000000" />
+ <register type="OA" address="0x00013708" value="0x00004405" />
+ <register type="OA" address="0x0001370C" value="0x00000000" />
+ <register type="OA" address="0x00013310" value="0x00006805" />
+ <register type="OA" address="0x00013314" value="0x00000000" />
+ <register type="OA" address="0x00013510" value="0x00006805" />
+ <register type="OA" address="0x00013514" value="0x00000000" />
+ <register type="OA" address="0x00013710" value="0x00006805" />
+ <register type="OA" address="0x00013714" value="0x00000000" />
+ <register type="OA" address="0x00013318" value="0x00004C23" />
+ <register type="OA" address="0x0001331C" value="0x00000000" />
+ <register type="OA" address="0x00013518" value="0x00004C23" />
+ <register type="OA" address="0x0001351C" value="0x00000000" />
+ <register type="OA" address="0x00013718" value="0x00004C23" />
+ <register type="OA" address="0x0001371C" value="0x00000000" />
+ <register type="OA" address="0x00013320" value="0x00004C22" />
+ <register type="OA" address="0x00013324" value="0x00000000" />
+ <register type="OA" address="0x00013520" value="0x00004C22" />
+ <register type="OA" address="0x00013524" value="0x00000000" />
+ <register type="OA" address="0x00013720" value="0x00004C22" />
+ <register type="OA" address="0x00013724" value="0x00000000" />
+ <register type="OA" address="0x00013328" value="0x00004C04" />
+ <register type="OA" address="0x0001332C" value="0x00000000" />
+ <register type="OA" address="0x00013528" value="0x00004C04" />
+ <register type="OA" address="0x0001352C" value="0x00000000" />
+ <register type="OA" address="0x00013728" value="0x00004C04" />
+ <register type="OA" address="0x0001372C" value="0x00000000" />
+ <register type="OA" address="0x00013330" value="0x00004C02" />
+ <register type="OA" address="0x00013334" value="0x00000000" />
+ <register type="OA" address="0x00013530" value="0x00004C02" />
+ <register type="OA" address="0x00013534" value="0x00000000" />
+ <register type="OA" address="0x00013730" value="0x00004C02" />
+ <register type="OA" address="0x00013734" value="0x00000000" />
+ <register type="OA" address="0x00013338" value="0x00004C05" />
+ <register type="OA" address="0x0001333C" value="0x00000000" />
+ <register type="OA" address="0x00013538" value="0x00004C05" />
+ <register type="OA" address="0x0001353C" value="0x00000000" />
+ <register type="OA" address="0x00013738" value="0x00004C05" />
+ <register type="OA" address="0x0001373C" value="0x00000000" />
+ <register type="OA" address="0x00013340" value="0x00004C03" />
+ <register type="OA" address="0x00013344" value="0x00000000" />
+ <register type="OA" address="0x00013540" value="0x00004C03" />
+ <register type="OA" address="0x00013544" value="0x00000000" />
+ <register type="OA" address="0x00013740" value="0x00004C03" />
+ <register type="OA" address="0x00013744" value="0x00000000" />
+ <register type="OA" address="0x00013348" value="0x00004C01" />
+ <register type="OA" address="0x0001334C" value="0x00000000" />
+ <register type="OA" address="0x00013548" value="0x00004C01" />
+ <register type="OA" address="0x0001354C" value="0x00000000" />
+ <register type="OA" address="0x00013748" value="0x00004C01" />
+ <register type="OA" address="0x0001374C" value="0x00000000" />
+ <register type="OA" address="0x00013350" value="0x00004C00" />
+ <register type="OA" address="0x00013354" value="0x00000000" />
+ <register type="OA" address="0x00013550" value="0x00004C00" />
+ <register type="OA" address="0x00013554" value="0x00000000" />
+ <register type="OA" address="0x00013750" value="0x00004C00" />
+ <register type="OA" address="0x00013754" value="0x00000000" />
+ <register type="OA" address="0x00013358" value="0x00004C24" />
+ <register type="OA" address="0x0001335C" value="0x00000000" />
+ <register type="OA" address="0x00013558" value="0x00004C24" />
+ <register type="OA" address="0x0001355C" value="0x00000000" />
+ <register type="OA" address="0x00013758" value="0x00004C24" />
+ <register type="OA" address="0x0001375C" value="0x00000000" />
+ <register type="OA" address="0x00013360" value="0x00004C20" />
+ <register type="OA" address="0x00013364" value="0x00000000" />
+ <register type="OA" address="0x00013560" value="0x00004C20" />
+ <register type="OA" address="0x00013564" value="0x00000000" />
+ <register type="OA" address="0x00013760" value="0x00004C20" />
+ <register type="OA" address="0x00013764" value="0x00000000" />
+ <register type="OA" address="0x00013368" value="0x00004C21" />
+ <register type="OA" address="0x0001336C" value="0x00000000" />
+ <register type="OA" address="0x00013568" value="0x00004C21" />
+ <register type="OA" address="0x0001356C" value="0x00000000" />
+ <register type="OA" address="0x00013768" value="0x00004C21" />
+ <register type="OA" address="0x0001376C" value="0x00000000" />
+ <register type="OA" address="0x00013370" value="0x00004003" />
+ <register type="OA" address="0x00013374" value="0x00000000" />
+ <register type="OA" address="0x00013570" value="0x00004003" />
+ <register type="OA" address="0x00013574" value="0x00000000" />
+ <register type="OA" address="0x00013770" value="0x00004003" />
+ <register type="OA" address="0x00013774" value="0x00000000" />
+ <register type="OA" address="0x00013378" value="0x00004004" />
+ <register type="OA" address="0x0001337C" value="0x00000000" />
+ <register type="OA" address="0x00013578" value="0x00004004" />
+ <register type="OA" address="0x0001357C" value="0x00000000" />
+ <register type="OA" address="0x00013778" value="0x00004004" />
+ <register type="OA" address="0x0001377C" value="0x00000000" />
+ <register type="OA" address="0x00013380" value="0x00004005" />
+ <register type="OA" address="0x00013384" value="0x00000000" />
+ <register type="OA" address="0x00013580" value="0x00004005" />
+ <register type="OA" address="0x00013584" value="0x00000000" />
+ <register type="OA" address="0x00013780" value="0x00004005" />
+ <register type="OA" address="0x00013784" value="0x00000000" />
+ <register type="OA" address="0x00013388" value="0x00004006" />
+ <register type="OA" address="0x0001338C" value="0x00000000" />
+ <register type="OA" address="0x00013588" value="0x00004006" />
+ <register type="OA" address="0x0001358C" value="0x00000000" />
+ <register type="OA" address="0x00013788" value="0x00004006" />
+ <register type="OA" address="0x0001378C" value="0x00000000" />
+ <register type="OA" address="0x00013390" value="0x00004A02" />
+ <register type="OA" address="0x00013394" value="0x00000000" />
+ <register type="OA" address="0x00013590" value="0x00004A02" />
+ <register type="OA" address="0x00013594" value="0x00000000" />
+ <register type="OA" address="0x00013790" value="0x00004A02" />
+ <register type="OA" address="0x00013794" value="0x00000000" />
+ <register type="OA" address="0x00013398" value="0x00006801" />
+ <register type="OA" address="0x0001339C" value="0x00000000" />
+ <register type="OA" address="0x00013598" value="0x00006801" />
+ <register type="OA" address="0x0001359C" value="0x00000000" />
+ <register type="OA" address="0x00013798" value="0x00006801" />
+ <register type="OA" address="0x0001379C" value="0x00000000" />
+ <register type="OA" address="0x000133A0" value="0x00006802" />
+ <register type="OA" address="0x000133A4" value="0x00000000" />
+ <register type="OA" address="0x000135A0" value="0x00006802" />
+ <register type="OA" address="0x000135A4" value="0x00000000" />
+ <register type="OA" address="0x000137A0" value="0x00006802" />
+ <register type="OA" address="0x000137A4" value="0x00000000" />
+ <register type="OA" address="0x000133A8" value="0x00005E05" />
+ <register type="OA" address="0x000133AC" value="0x00000000" />
+ <register type="OA" address="0x000135A8" value="0x00005E05" />
+ <register type="OA" address="0x000135AC" value="0x00000000" />
+ <register type="OA" address="0x000137A8" value="0x00005E05" />
+ <register type="OA" address="0x000137AC" value="0x00000000" />
+ </register_config>
+ </set>
+
+ <set name="DeviceCacheProfile"
+ chipset="BMG"
+ symbol_name="DeviceCacheProfile"
+ underscore_name="device_cache_profile"
+ mdapi_supported_apis="VK OGL OCL IO"
+ oa_format="576B_PEC64LL"
+ hw_config_guid="d8bb1c75-31d8-41a1-99db-99d98be17e78"
+ >
+ <counter name="GPU Time Elapsed"
+ symbol_name="GpuTime"
+ underscore_name="gpu_time"
+ description="Time elapsed on the GPU during the measurement."
+ data_type="uint64"
+ units="ns"
+ semantic_type="event"
+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Core Clocks"
+ symbol_name="GpuCoreClocks"
+ underscore_name="gpu_core_clocks"
+ description="The total number of GPU core clocks elapsed during the measurement."
+ data_type="uint64"
+ units="cycles"
+ semantic_type="event"
+ equation="GPU_CLOCK 0 READ"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AVG GPU Core Frequency"
+ symbol_name="AvgGpuCoreFrequency"
+ underscore_name="avg_gpu_core_frequency"
+ description="Average GPU Core Frequency in the measurement."
+ data_type="uint64"
+ max_equation="$GpuMaxFrequency"
+ units="hz"
+ semantic_type="event"
+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Busy"
+ symbol_name="GPU_BUSY"
+ underscore_name="gpu_busy"
+ description="Percentage of time in which GPU is not idle including all GPU engines"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 32 READ 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="IA Vertex"
+ symbol_name="IA_VERTEX"
+ underscore_name="ia_vertex"
+ description="Number of vertices in a draw"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 33 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GpGpu Threadgroup Count"
+ symbol_name="GPGPU_THREADGROUP_COUNT"
+ underscore_name="gpgpu_threadgroup_count"
+ description="Number of GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 0 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Async GpGpu Threadgroup Count"
+ symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT"
+ underscore_name="async_gpgpu_threadgroup_count"
+ description="Number of Async GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 1 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Rasterizer Sample Output"
+ symbol_name="RASTERIZER_SAMPLE_OUTPUT"
+ underscore_name="rasterizer_sample_output"
+ description="Number of lit samples emitted by Rasterizer"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 34 READ"
+ mdapi_group="Rasterizer"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AMFS L3 Access"
+ symbol_name="AMFS_L3_ACCESS"
+ underscore_name="amfs_l3_access"
+ description="Number of AMFS access to Device Cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 35 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AMFS L3 Atomic"
+ symbol_name="AMFS_L3_ATOMIC"
+ underscore_name="amfs_l3_atomic"
+ description="Number of AMFS atomics to Device Cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 36 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AMFS L3 Hit"
+ symbol_name="AMFS_L3_HIT"
+ underscore_name="amfs_l3_hit"
+ description="Number of AMFS hits in Device Cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 37 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AMFS L3 Write"
+ symbol_name="AMFS_L3_WRITE"
+ underscore_name="amfs_l3_write"
+ description="Number of AMFS writes to Device Cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 38 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Color L3 Access"
+ symbol_name="COLOR_L3_ACCESS"
+ underscore_name="color_l3_access"
+ description="Number of Device Cache requests resulting from color local cache misses"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 39 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Color L3 Hit"
+ symbol_name="COLOR_L3_HIT"
+ underscore_name="color_l3_hit"
+ description="Number of Device Cache requests resulting from color local cache miss which hits in Device Cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 40 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="ICache L3 Hit"
+ symbol_name="ICACHE_L3_HIT"
+ underscore_name="icache_l3_hit"
+ description="Number of XVE instruction cache requests that hit the Device Cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 41 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="ICache L3 Read"
+ symbol_name="ICACHE_L3_READ"
+ underscore_name="icache_l3_read"
+ description="Number of Device Cache read requests coming from XVE Instruction Cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 42 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache L3 Hit"
+ symbol_name="LOAD_STORE_CACHE_L3_HIT"
+ underscore_name="load_store_cache_l3_hit"
+ description="Number of Load Store Cache requests to Device Cache that are hit"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 43 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache L3 Read"
+ symbol_name="LOAD_STORE_CACHE_L3_READ"
+ underscore_name="load_store_cache_l3_read"
+ description="Number of cacheline read requests from the Load Store Cache to Device Cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 44 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache L3 Write"
+ symbol_name="LOAD_STORE_CACHE_L3_WRITE"
+ underscore_name="load_store_cache_l3_write"
+ description="Number of cacheline write requests from the Load Store Cache to Device Cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 45 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Sampler L3 Hit"
+ symbol_name="SAMPLER_L3_HIT"
+ underscore_name="sampler_l3_hit"
+ description="Number of Device Cache hit requests resulting from sampler local cache miss which hits in Device Cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 46 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Sampler L3 Read"
+ symbol_name="SAMPLER_L3_READ"
+ underscore_name="sampler_l3_read"
+ description="Number of Device Cache read requests resulting from sampler local cache miss"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 47 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Z L3 Access"
+ symbol_name="Z_L3_ACCESS"
+ underscore_name="z_l3_access"
+ description="Number of Device Cache requests resulting from Z local cache misses"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 48 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Z L3 Hit"
+ symbol_name="Z_L3_HIT"
+ underscore_name="z_l3_hit"
+ description="Number of Device Cache requests resulting from Z local cache miss which hits in Device Cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 49 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Atomic Access"
+ symbol_name="L3_ATOMIC_ACCESS"
+ underscore_name="l3_atomic_access"
+ description="Number of atomic accesses to Device Cache bank"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 54 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Hit"
+ symbol_name="L3_HIT"
+ underscore_name="l3_hit"
+ description="Number of Device Cache accesses which hits in the Device Cache cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 55 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Miss"
+ symbol_name="L3_MISS"
+ underscore_name="l3_miss"
+ description="Number of Device Cache accesses which miss in the Device Cache cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 56 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Read"
+ symbol_name="L3_READ"
+ underscore_name="l3_read"
+ description="Number of Device Cache 64B read requests"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 57 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Write"
+ symbol_name="L3_WRITE"
+ underscore_name="l3_write"
+ description="Number of Device Cache 64B write requests"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 59 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory L3 Read"
+ symbol_name="GPU_MEMORY_L3_READ"
+ underscore_name="gpu_memory_l3_read"
+ description="Number of GTI memory reads from Device Cache caused by Device Cache misses"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 60 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory L3 Write"
+ symbol_name="GPU_MEMORY_L3_WRITE"
+ underscore_name="gpu_memory_l3_write"
+ description="Number of GTI memory writes from Device Cache caused by Device Cache invalidations"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 61 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Read"
+ symbol_name="GPU_MEMORY_READ"
+ underscore_name="gpu_memory_read"
+ description="Number of GTI memory reads"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 62 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Write"
+ symbol_name="GPU_MEMORY_WRITE"
+ underscore_name="gpu_memory_write"
+ description="Number of GTI memory writes"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 63 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <register_config type="OA">
+ <register type="OA" address="0x00013000" value="0x00001801" />
+ <register type="OA" address="0x00013004" value="0x00000000" />
+ <register type="OA" address="0x00013008" value="0x00001802" />
+ <register type="OA" address="0x0001300C" value="0x00000000" />
+ <register type="OA" address="0x00013300" value="0x00005A00" />
+ <register type="OA" address="0x00013304" value="0x00000000" />
+ <register type="OA" address="0x00013500" value="0x00005A00" />
+ <register type="OA" address="0x00013504" value="0x00000000" />
+ <register type="OA" address="0x00013700" value="0x00005A00" />
+ <register type="OA" address="0x00013704" value="0x00000000" />
+ <register type="OA" address="0x00013308" value="0x00004405" />
+ <register type="OA" address="0x0001330C" value="0x00000000" />
+ <register type="OA" address="0x00013508" value="0x00004405" />
+ <register type="OA" address="0x0001350C" value="0x00000000" />
+ <register type="OA" address="0x00013708" value="0x00004405" />
+ <register type="OA" address="0x0001370C" value="0x00000000" />
+ <register type="OA" address="0x00013310" value="0x00006805" />
+ <register type="OA" address="0x00013314" value="0x00000000" />
+ <register type="OA" address="0x00013510" value="0x00006805" />
+ <register type="OA" address="0x00013514" value="0x00000000" />
+ <register type="OA" address="0x00013710" value="0x00006805" />
+ <register type="OA" address="0x00013714" value="0x00000000" />
+ <register type="OA" address="0x00013318" value="0x00006017" />
+ <register type="OA" address="0x0001331C" value="0x00000000" />
+ <register type="OA" address="0x00013518" value="0x00006017" />
+ <register type="OA" address="0x0001351C" value="0x00000000" />
+ <register type="OA" address="0x00013718" value="0x00006017" />
+ <register type="OA" address="0x0001371C" value="0x00000000" />
+ <register type="OA" address="0x00013320" value="0x00006019" />
+ <register type="OA" address="0x00013324" value="0x00000000" />
+ <register type="OA" address="0x00013520" value="0x00006019" />
+ <register type="OA" address="0x00013524" value="0x00000000" />
+ <register type="OA" address="0x00013720" value="0x00006019" />
+ <register type="OA" address="0x00013724" value="0x00000000" />
+ <register type="OA" address="0x00013328" value="0x00006016" />
+ <register type="OA" address="0x0001332C" value="0x00000000" />
+ <register type="OA" address="0x00013528" value="0x00006016" />
+ <register type="OA" address="0x0001352C" value="0x00000000" />
+ <register type="OA" address="0x00013728" value="0x00006016" />
+ <register type="OA" address="0x0001372C" value="0x00000000" />
+ <register type="OA" address="0x00013330" value="0x00006018" />
+ <register type="OA" address="0x00013334" value="0x00000000" />
+ <register type="OA" address="0x00013530" value="0x00006018" />
+ <register type="OA" address="0x00013534" value="0x00000000" />
+ <register type="OA" address="0x00013730" value="0x00006018" />
+ <register type="OA" address="0x00013734" value="0x00000000" />
+ <register type="OA" address="0x00013338" value="0x0000600B" />
+ <register type="OA" address="0x0001333C" value="0x00000000" />
+ <register type="OA" address="0x00013538" value="0x0000600B" />
+ <register type="OA" address="0x0001353C" value="0x00000000" />
+ <register type="OA" address="0x00013738" value="0x0000600B" />
+ <register type="OA" address="0x0001373C" value="0x00000000" />
+ <register type="OA" address="0x00013340" value="0x0000600C" />
+ <register type="OA" address="0x00013344" value="0x00000000" />
+ <register type="OA" address="0x00013540" value="0x0000600C" />
+ <register type="OA" address="0x00013544" value="0x00000000" />
+ <register type="OA" address="0x00013740" value="0x0000600C" />
+ <register type="OA" address="0x00013744" value="0x00000000" />
+ <register type="OA" address="0x00013348" value="0x00006008" />
+ <register type="OA" address="0x0001334C" value="0x00000000" />
+ <register type="OA" address="0x00013548" value="0x00006008" />
+ <register type="OA" address="0x0001354C" value="0x00000000" />
+ <register type="OA" address="0x00013748" value="0x00006008" />
+ <register type="OA" address="0x0001374C" value="0x00000000" />
+ <register type="OA" address="0x00013350" value="0x00006007" />
+ <register type="OA" address="0x00013354" value="0x00000000" />
+ <register type="OA" address="0x00013550" value="0x00006007" />
+ <register type="OA" address="0x00013554" value="0x00000000" />
+ <register type="OA" address="0x00013750" value="0x00006007" />
+ <register type="OA" address="0x00013754" value="0x00000000" />
+ <register type="OA" address="0x00013358" value="0x0000601C" />
+ <register type="OA" address="0x0001335C" value="0x00000000" />
+ <register type="OA" address="0x00013558" value="0x0000601C" />
+ <register type="OA" address="0x0001355C" value="0x00000000" />
+ <register type="OA" address="0x00013758" value="0x0000601C" />
+ <register type="OA" address="0x0001375C" value="0x00000000" />
+ <register type="OA" address="0x00013360" value="0x0000601A" />
+ <register type="OA" address="0x00013364" value="0x00000000" />
+ <register type="OA" address="0x00013560" value="0x0000601A" />
+ <register type="OA" address="0x00013564" value="0x00000000" />
+ <register type="OA" address="0x00013760" value="0x0000601A" />
+ <register type="OA" address="0x00013764" value="0x00000000" />
+ <register type="OA" address="0x00013368" value="0x0000601B" />
+ <register type="OA" address="0x0001336C" value="0x00000000" />
+ <register type="OA" address="0x00013568" value="0x0000601B" />
+ <register type="OA" address="0x0001356C" value="0x00000000" />
+ <register type="OA" address="0x00013768" value="0x0000601B" />
+ <register type="OA" address="0x0001376C" value="0x00000000" />
+ <register type="OA" address="0x00013370" value="0x0000600A" />
+ <register type="OA" address="0x00013374" value="0x00000000" />
+ <register type="OA" address="0x00013570" value="0x0000600A" />
+ <register type="OA" address="0x00013574" value="0x00000000" />
+ <register type="OA" address="0x00013770" value="0x0000600A" />
+ <register type="OA" address="0x00013774" value="0x00000000" />
+ <register type="OA" address="0x00013378" value="0x00006009" />
+ <register type="OA" address="0x0001337C" value="0x00000000" />
+ <register type="OA" address="0x00013578" value="0x00006009" />
+ <register type="OA" address="0x0001357C" value="0x00000000" />
+ <register type="OA" address="0x00013778" value="0x00006009" />
+ <register type="OA" address="0x0001377C" value="0x00000000" />
+ <register type="OA" address="0x00013380" value="0x0000600D" />
+ <register type="OA" address="0x00013384" value="0x00000000" />
+ <register type="OA" address="0x00013580" value="0x0000600D" />
+ <register type="OA" address="0x00013584" value="0x00000000" />
+ <register type="OA" address="0x00013780" value="0x0000600D" />
+ <register type="OA" address="0x00013784" value="0x00000000" />
+ <register type="OA" address="0x00013388" value="0x0000600E" />
+ <register type="OA" address="0x0001338C" value="0x00000000" />
+ <register type="OA" address="0x00013588" value="0x0000600E" />
+ <register type="OA" address="0x0001358C" value="0x00000000" />
+ <register type="OA" address="0x00013788" value="0x0000600E" />
+ <register type="OA" address="0x0001378C" value="0x00000000" />
+ <register type="OA" address="0x00013390" value="0x00006014" />
+ <register type="OA" address="0x00013394" value="0x00000000" />
+ <register type="OA" address="0x00013590" value="0x00006014" />
+ <register type="OA" address="0x00013594" value="0x00000000" />
+ <register type="OA" address="0x00013790" value="0x00006014" />
+ <register type="OA" address="0x00013794" value="0x00000000" />
+ <register type="OA" address="0x00013398" value="0x00006000" />
+ <register type="OA" address="0x0001339C" value="0x00000000" />
+ <register type="OA" address="0x00013598" value="0x00006000" />
+ <register type="OA" address="0x0001359C" value="0x00000000" />
+ <register type="OA" address="0x00013798" value="0x00006000" />
+ <register type="OA" address="0x0001379C" value="0x00000000" />
+ <register type="OA" address="0x000133A0" value="0x00006001" />
+ <register type="OA" address="0x000133A4" value="0x00000000" />
+ <register type="OA" address="0x000135A0" value="0x00006001" />
+ <register type="OA" address="0x000135A4" value="0x00000000" />
+ <register type="OA" address="0x000137A0" value="0x00006001" />
+ <register type="OA" address="0x000137A4" value="0x00000000" />
+ <register type="OA" address="0x000133A8" value="0x00006013" />
+ <register type="OA" address="0x000133AC" value="0x00000000" />
+ <register type="OA" address="0x000135A8" value="0x00006013" />
+ <register type="OA" address="0x000135AC" value="0x00000000" />
+ <register type="OA" address="0x000137A8" value="0x00006013" />
+ <register type="OA" address="0x000137AC" value="0x00000000" />
+ <register type="OA" address="0x000133B0" value="0x00006002" />
+ <register type="OA" address="0x000133B4" value="0x00000000" />
+ <register type="OA" address="0x000135B0" value="0x00006002" />
+ <register type="OA" address="0x000135B4" value="0x00000000" />
+ <register type="OA" address="0x000137B0" value="0x00006002" />
+ <register type="OA" address="0x000137B4" value="0x00000000" />
+ <register type="OA" address="0x000133B8" value="0x00006012" />
+ <register type="OA" address="0x000133BC" value="0x00000000" />
+ <register type="OA" address="0x000135B8" value="0x00006012" />
+ <register type="OA" address="0x000135BC" value="0x00000000" />
+ <register type="OA" address="0x000137B8" value="0x00006012" />
+ <register type="OA" address="0x000137BC" value="0x00000000" />
+ <register type="OA" address="0x000133C0" value="0x00006011" />
+ <register type="OA" address="0x000133C4" value="0x00000000" />
+ <register type="OA" address="0x000135C0" value="0x00006011" />
+ <register type="OA" address="0x000135C4" value="0x00000000" />
+ <register type="OA" address="0x000137C0" value="0x00006011" />
+ <register type="OA" address="0x000137C4" value="0x00000000" />
+ <register type="OA" address="0x000133C8" value="0x0000600F" />
+ <register type="OA" address="0x000133CC" value="0x00000000" />
+ <register type="OA" address="0x000135C8" value="0x0000600F" />
+ <register type="OA" address="0x000135CC" value="0x00000000" />
+ <register type="OA" address="0x000137C8" value="0x0000600F" />
+ <register type="OA" address="0x000137CC" value="0x00000000" />
+ <register type="OA" address="0x000133D0" value="0x00006015" />
+ <register type="OA" address="0x000133D4" value="0x00000000" />
+ <register type="OA" address="0x000135D0" value="0x00006015" />
+ <register type="OA" address="0x000135D4" value="0x00000000" />
+ <register type="OA" address="0x000137D0" value="0x00006015" />
+ <register type="OA" address="0x000137D4" value="0x00000000" />
+ <register type="OA" address="0x000133D8" value="0x00006010" />
+ <register type="OA" address="0x000133DC" value="0x00000000" />
+ <register type="OA" address="0x000135D8" value="0x00006010" />
+ <register type="OA" address="0x000135DC" value="0x00000000" />
+ <register type="OA" address="0x000137D8" value="0x00006010" />
+ <register type="OA" address="0x000137DC" value="0x00000000" />
+ <register type="OA" address="0x000133E0" value="0x00005E00" />
+ <register type="OA" address="0x000133E4" value="0x00000000" />
+ <register type="OA" address="0x000135E0" value="0x00005E00" />
+ <register type="OA" address="0x000135E4" value="0x00000000" />
+ <register type="OA" address="0x000137E0" value="0x00005E00" />
+ <register type="OA" address="0x000137E4" value="0x00000000" />
+ <register type="OA" address="0x000133E8" value="0x00005E01" />
+ <register type="OA" address="0x000133EC" value="0x00000000" />
+ <register type="OA" address="0x000135E8" value="0x00005E01" />
+ <register type="OA" address="0x000135EC" value="0x00000000" />
+ <register type="OA" address="0x000137E8" value="0x00005E01" />
+ <register type="OA" address="0x000137EC" value="0x00000000" />
+ <register type="OA" address="0x000133F0" value="0x00005E02" />
+ <register type="OA" address="0x000133F4" value="0x00000000" />
+ <register type="OA" address="0x000135F0" value="0x00005E02" />
+ <register type="OA" address="0x000135F4" value="0x00000000" />
+ <register type="OA" address="0x000137F0" value="0x00005E02" />
+ <register type="OA" address="0x000137F4" value="0x00000000" />
+ <register type="OA" address="0x000133F8" value="0x00005E03" />
+ <register type="OA" address="0x000133FC" value="0x00000000" />
+ <register type="OA" address="0x000135F8" value="0x00005E03" />
+ <register type="OA" address="0x000135FC" value="0x00000000" />
+ <register type="OA" address="0x000137F8" value="0x00005E03" />
+ <register type="OA" address="0x000137FC" value="0x00000000" />
+ </register_config>
+ </set>
+
+ <set name="MemoryProfile"
+ chipset="BMG"
+ symbol_name="MemoryProfile"
+ underscore_name="memory_profile"
+ mdapi_supported_apis="VK OGL OCL IO"
+ oa_format="576B_PEC64LL"
+ hw_config_guid="d2e403f3-4c94-4b1b-bc09-f472a43251a4"
+ >
+ <counter name="GPU Time Elapsed"
+ symbol_name="GpuTime"
+ underscore_name="gpu_time"
+ description="Time elapsed on the GPU during the measurement."
+ data_type="uint64"
+ units="ns"
+ semantic_type="event"
+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Core Clocks"
+ symbol_name="GpuCoreClocks"
+ underscore_name="gpu_core_clocks"
+ description="The total number of GPU core clocks elapsed during the measurement."
+ data_type="uint64"
+ units="cycles"
+ semantic_type="event"
+ equation="GPU_CLOCK 0 READ"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AVG GPU Core Frequency"
+ symbol_name="AvgGpuCoreFrequency"
+ underscore_name="avg_gpu_core_frequency"
+ description="Average GPU Core Frequency in the measurement."
+ data_type="uint64"
+ max_equation="$GpuMaxFrequency"
+ units="hz"
+ semantic_type="event"
+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Busy"
+ symbol_name="GPU_BUSY"
+ underscore_name="gpu_busy"
+ description="Percentage of time in which GPU is not idle including all GPU engines"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 32 READ 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="IA Vertex"
+ symbol_name="IA_VERTEX"
+ underscore_name="ia_vertex"
+ description="Number of vertices in a draw"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 33 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GpGpu Threadgroup Count"
+ symbol_name="GPGPU_THREADGROUP_COUNT"
+ underscore_name="gpgpu_threadgroup_count"
+ description="Number of GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 0 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Async GpGpu Threadgroup Count"
+ symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT"
+ underscore_name="async_gpgpu_threadgroup_count"
+ description="Number of Async GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 1 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Rasterizer Sample Output"
+ symbol_name="RASTERIZER_SAMPLE_OUTPUT"
+ underscore_name="rasterizer_sample_output"
+ description="Number of lit samples emitted by Rasterizer"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 34 READ"
+ mdapi_group="Rasterizer"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Compressor Input"
+ symbol_name="COMPRESSOR_INPUT"
+ underscore_name="compressor_input"
+ description="Number of 256B writes to compressible surfaces at the input of the compressor"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 35 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Compressor Output"
+ symbol_name="COMPRESSOR_OUTPUT"
+ underscore_name="compressor_output"
+ description="Number of 256B writes to compressible surfaces at the output of the compressor"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 36 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory 32b Transaction Read"
+ symbol_name="GPU_MEMORY_32B_TRANSACTION_READ"
+ underscore_name="gpu_memory_32_b_transaction_read"
+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) reads (32B)"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 37 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory 32b Transaction Write"
+ symbol_name="GPU_MEMORY_32B_TRANSACTION_WRITE"
+ underscore_name="gpu_memory_32_b_transaction_write"
+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) writes (32B)"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 38 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory 64b Transaction Read"
+ symbol_name="GPU_MEMORY_64B_TRANSACTION_READ"
+ underscore_name="gpu_memory_64_b_transaction_read"
+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) reads (64B)"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 39 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory 64b Transaction Write"
+ symbol_name="GPU_MEMORY_64B_TRANSACTION_WRITE"
+ underscore_name="gpu_memory_64_b_transaction_write"
+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) writes (64B)"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 40 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Byte Read"
+ symbol_name="GPU_MEMORY_BYTE_READ"
+ underscore_name="gpu_memory_byte_read"
+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) read bytes"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 41 READ 2 UMUL"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Byte Write"
+ symbol_name="GPU_MEMORY_BYTE_WRITE"
+ underscore_name="gpu_memory_byte_write"
+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) write bytes"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 42 READ 2 UMUL"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Byte Read Rate"
+ symbol_name="GPU_MEMORY_BYTE_READ_RATE"
+ underscore_name="gpu_memory_byte_read_rate"
+ description="Device local memory (HBM, GDDR, LPDDR, etc.) read bandwidth"
+ data_type="float"
+ units="gbps"
+ semantic_type="throughput"
+ equation="PEC 41 READ 2 UMUL $GpuTime FDIV"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Byte Write Rate"
+ symbol_name="GPU_MEMORY_BYTE_WRITE_RATE"
+ underscore_name="gpu_memory_byte_write_rate"
+ description="Device local memory (HBM, GDDR, LPDDR, etc.) write bandwidth"
+ data_type="float"
+ units="gbps"
+ semantic_type="throughput"
+ equation="PEC 42 READ 2 UMUL $GpuTime FDIV"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory L3 Read"
+ symbol_name="GPU_MEMORY_L3_READ"
+ underscore_name="gpu_memory_l3_read"
+ description="Number of GTI memory reads from Device Cache caused by Device Cache misses"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 43 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory L3 Write"
+ symbol_name="GPU_MEMORY_L3_WRITE"
+ underscore_name="gpu_memory_l3_write"
+ description="Number of GTI memory writes from Device Cache caused by Device Cache invalidations"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 44 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="TLB Miss"
+ symbol_name="TLB_MISS"
+ underscore_name="tlb_miss"
+ description="Number of misses from all TLBs and all engines"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 46 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Atomic Access"
+ symbol_name="L3_ATOMIC_ACCESS"
+ underscore_name="l3_atomic_access"
+ description="Number of atomic accesses to Device Cache bank"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 47 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Hit"
+ symbol_name="L3_HIT"
+ underscore_name="l3_hit"
+ description="Number of Device Cache accesses which hits in the Device Cache cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 49 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Miss"
+ symbol_name="L3_MISS"
+ underscore_name="l3_miss"
+ description="Number of Device Cache accesses which miss in the Device Cache cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 51 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Read"
+ symbol_name="L3_READ"
+ underscore_name="l3_read"
+ description="Number of Device Cache 64B read requests"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 53 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Write"
+ symbol_name="L3_WRITE"
+ underscore_name="l3_write"
+ description="Number of Device Cache 64B write requests"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 56 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache Access"
+ symbol_name="LOAD_STORE_CACHE_ACCESS"
+ underscore_name="load_store_cache_access"
+ description="Number of Load Store Cache accesses"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 2 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache Byte Read"
+ symbol_name="LOAD_STORE_CACHE_BYTE_READ"
+ underscore_name="load_store_cache_byte_read"
+ description="Number of bytes read out of the Load Store Cache, excluding SLM accesses"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 3 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache Byte Write"
+ symbol_name="LOAD_STORE_CACHE_BYTE_WRITE"
+ underscore_name="load_store_cache_byte_write"
+ description="Number of bytes written to the Load Store Cache, excluding SLM accesses"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 4 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache Hit"
+ symbol_name="LOAD_STORE_CACHE_HIT"
+ underscore_name="load_store_cache_hit"
+ description="Number of Load Store Cache hits"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 5 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache Input Available"
+ symbol_name="LOAD_STORE_CACHE_INPUT_AVAILABLE"
+ underscore_name="load_store_cache_input_available"
+ description="Percentage of time in which the Load Store Cache has input available"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 6 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache Number Of Bank Access Count"
+ symbol_name="LOAD_STORE_CACHE_NUMBER_OF_BANK_ACCESS_COUNT"
+ underscore_name="load_store_cache_number_of_bank_access_count"
+ description="Number of Load Store Cache banks accessed in a clock"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 21 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache Output Ready"
+ symbol_name="LOAD_STORE_CACHE_OUTPUT_READY"
+ underscore_name="load_store_cache_output_ready"
+ description="Percentage of time in which the Load Store Cache has output ready"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 22 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Load Store Cache Partial Write Count"
+ symbol_name="LOAD_STORE_CACHE_PARTIAL_WRITE_COUNT"
+ underscore_name="load_store_cache_partial_write_count"
+ description="Number of writes to the Load Store Cache that don't fill a subsector"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 23 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="SLM Access Count"
+ symbol_name="SLM_ACCESS_COUNT"
+ underscore_name="slm_access_count"
+ description="Number of SLM accesses"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 24 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="SLM Bank Conflict Count"
+ symbol_name="SLM_BANK_CONFLICT_COUNT"
+ underscore_name="slm_bank_conflict_count"
+ description="Number of SLM accesses resulting in a bank conflict"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 25 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="SLM Byte Read"
+ symbol_name="SLM_BYTE_READ"
+ underscore_name="slm_byte_read"
+ description="Number of bytes read from SLM"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 26 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="SLM Byte Write"
+ symbol_name="SLM_BYTE_WRITE"
+ underscore_name="slm_byte_write"
+ description="Number of bytes written to SLM"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 27 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Load Store Cache Atomic Message Count"
+ symbol_name="XVE_LOAD_STORE_CACHE_ATOMIC_MESSAGE_COUNT"
+ underscore_name="xve_load_store_cache_atomic_message_count"
+ description="Number of atomic operations sent by XVEs to the Load Store Cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 28 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Load Store Cache Fence Message Count"
+ symbol_name="XVE_LOAD_STORE_CACHE_FENCE_MESSAGE_COUNT"
+ underscore_name="xve_load_store_cache_fence_message_count"
+ description="Number of fence messages sent by XVEs to the Load Store Cache"
+ data_type="uint64"
+ units="messages"
+ semantic_type="event"
+ equation="PEC 29 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Load Store Cache Read Message Count"
+ symbol_name="XVE_LOAD_STORE_CACHE_READ_MESSAGE_COUNT"
+ underscore_name="xve_load_store_cache_read_message_count"
+ description="Number of read messages sent by XVEs to the Load Store Cache"
+ data_type="uint64"
+ units="messages"
+ semantic_type="event"
+ equation="PEC 30 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Load Store Cache Register Request Count"
+ symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_REQUEST_COUNT"
+ underscore_name="xve_load_store_cache_register_request_count"
+ description="Number of message payload transactions sent by XVEs to the Load Store Cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 31 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Load Store Cache Register Response Count"
+ symbol_name="XVE_LOAD_STORE_CACHE_REGISTER_RESPONSE_COUNT"
+ underscore_name="xve_load_store_cache_register_response_count"
+ description="Number of message payload transactions sent from the Load Store Cache back to XVEs"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 7 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Load Store Cache Write Message Count"
+ symbol_name="XVE_LOAD_STORE_CACHE_WRITE_MESSAGE_COUNT"
+ underscore_name="xve_load_store_cache_write_message_count"
+ description="Number of write messages sent by XVEs to the Load Store Cache"
+ data_type="uint64"
+ units="messages"
+ semantic_type="event"
+ equation="PEC 8 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE SLM Atomic Message Count"
+ symbol_name="XVE_SLM_ATOMIC_MESSAGE_COUNT"
+ underscore_name="xve_slm_atomic_message_count"
+ description="Number of SLM atomic operations sent by XVEs"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 9 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE SLM Fence Message Count"
+ symbol_name="XVE_SLM_FENCE_MESSAGE_COUNT"
+ underscore_name="xve_slm_fence_message_count"
+ description="Number of SLM fence operations sent by XVEs"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 10 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE SLM Read Message Count"
+ symbol_name="XVE_SLM_READ_MESSAGE_COUNT"
+ underscore_name="xve_slm_read_message_count"
+ description="Number of SLM read messages sent by XVEs"
+ data_type="uint64"
+ units="messages"
+ semantic_type="event"
+ equation="PEC 11 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE SLM Write Message Count"
+ symbol_name="XVE_SLM_WRITE_MESSAGE_COUNT"
+ underscore_name="xve_slm_write_message_count"
+ description="Number of SLM write messages sent by XVEs"
+ data_type="uint64"
+ units="messages"
+ semantic_type="event"
+ equation="PEC 12 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Copy Engine Read Request"
+ symbol_name="COPY_ENGINE_READ_REQUEST"
+ underscore_name="copy_engine_read_request"
+ description="Number of read requests sent by the Copy Engine"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 57 READ"
+ mdapi_group="Copy Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Copy Engine Request Stall"
+ symbol_name="COPY_ENGINE_REQUEST_STALL"
+ underscore_name="copy_engine_request_stall"
+ description="Percentage of time in which copy engine is stalled on the memory path due to stall on the read or write path when there are commands pending within copy engine"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 58 READ $CopyEngineTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Copy Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Copy Engine Write Request"
+ symbol_name="COPY_ENGINE_WRITE_REQUEST"
+ underscore_name="copy_engine_write_request"
+ description="Number of write requests sent by the Copy Engine"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 59 READ"
+ mdapi_group="Copy Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Host To GpuMem Transaction Read"
+ symbol_name="HOST_TO_GPUMEM_TRANSACTION_READ"
+ underscore_name="host_to_gpumem_transaction_read"
+ description="Number of host 64B reads to GPU local (HBM) memory (downstream over an interface such as pcie, cxl or an integrated fabric as applicable to the respective product segment)"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 60 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Host To GpuMem Transaction Write"
+ symbol_name="HOST_TO_GPUMEM_TRANSACTION_WRITE"
+ underscore_name="host_to_gpumem_transaction_write"
+ description="Number of host 64B writes to GPU local (HBM) memory (downstream over an interface such as pcie, cxl or an integrated fabric as applicable to the respective product segment)"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 61 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="SysMem Transaction Read"
+ symbol_name="SYSMEM_TRANSACTION_READ"
+ underscore_name="sysmem_transaction_read"
+ description="Number of system memory 64B reads (upstream over an interface such as pcie, cxl or an integrated fabric as applicable to the respective product segment)"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 62 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="SysMem Transaction Write"
+ symbol_name="SYSMEM_TRANSACTION_WRITE"
+ underscore_name="sysmem_transaction_write"
+ description="Number of system memory 64B writes (upstream over an interface such as pcie, cxl or an integrated fabric as applicable to the respective product segment)"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 63 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <register_config type="OA">
+ <register type="OA" address="0x00013000" value="0x00001801" />
+ <register type="OA" address="0x00013004" value="0x00000000" />
+ <register type="OA" address="0x00013008" value="0x00001802" />
+ <register type="OA" address="0x0001300C" value="0x00000000" />
+ <register type="OA" address="0x00013010" value="0x00000A0B" />
+ <register type="OA" address="0x00013014" value="0x00000000" />
+ <register type="OA" address="0x00013018" value="0x00000A13" />
+ <register type="OA" address="0x0001301C" value="0x00000000" />
+ <register type="OA" address="0x00013020" value="0x00000A14" />
+ <register type="OA" address="0x00013024" value="0x00000000" />
+ <register type="OA" address="0x00013028" value="0x00000A0A" />
+ <register type="OA" address="0x0001302C" value="0x00000000" />
+ <register type="OA" address="0x00013030" value="0x00000A11" />
+ <register type="OA" address="0x00013034" value="0x00000000" />
+ <register type="OA" address="0x00013038" value="0x00000A10" />
+ <register type="OA" address="0x0001303C" value="0x00000000" />
+ <register type="OA" address="0x00013040" value="0x00000A01" />
+ <register type="OA" address="0x00013044" value="0x00000000" />
+ <register type="OA" address="0x00013048" value="0x00000A06" />
+ <register type="OA" address="0x0001304C" value="0x00000000" />
+ <register type="OA" address="0x00013050" value="0x00000A07" />
+ <register type="OA" address="0x00013054" value="0x00000000" />
+ <register type="OA" address="0x00013058" value="0x00000A04" />
+ <register type="OA" address="0x0001305C" value="0x00000000" />
+ <register type="OA" address="0x00013060" value="0x00000A05" />
+ <register type="OA" address="0x00013064" value="0x00000000" />
+ <register type="OA" address="0x000130A8" value="0x00000A0C" />
+ <register type="OA" address="0x000130AC" value="0x00000000" />
+ <register type="OA" address="0x000130B0" value="0x00000A12" />
+ <register type="OA" address="0x000130B4" value="0x00000000" />
+ <register type="OA" address="0x000130B8" value="0x00000A0E" />
+ <register type="OA" address="0x000130BC" value="0x00000000" />
+ <register type="OA" address="0x000130C0" value="0x00000A17" />
+ <register type="OA" address="0x000130C4" value="0x00000000" />
+ <register type="OA" address="0x000130C8" value="0x00000A0D" />
+ <register type="OA" address="0x000130CC" value="0x00000000" />
+ <register type="OA" address="0x000130D0" value="0x00000A15" />
+ <register type="OA" address="0x000130D4" value="0x00000000" />
+ <register type="OA" address="0x000130D8" value="0x00000A16" />
+ <register type="OA" address="0x000130DC" value="0x00000000" />
+ <register type="OA" address="0x000130E0" value="0x00000A02" />
+ <register type="OA" address="0x000130E4" value="0x00000000" />
+ <register type="OA" address="0x000130E8" value="0x00000A03" />
+ <register type="OA" address="0x000130EC" value="0x00000000" />
+ <register type="OA" address="0x000130F0" value="0x00000A00" />
+ <register type="OA" address="0x000130F4" value="0x00000000" />
+ <register type="OA" address="0x000130F8" value="0x00000A0F" />
+ <register type="OA" address="0x000130FC" value="0x00000000" />
+ <register type="OA" address="0x00013300" value="0x00005A00" />
+ <register type="OA" address="0x00013304" value="0x00000000" />
+ <register type="OA" address="0x00013500" value="0x00005A00" />
+ <register type="OA" address="0x00013504" value="0x00000000" />
+ <register type="OA" address="0x00013700" value="0x00005A00" />
+ <register type="OA" address="0x00013704" value="0x00000000" />
+ <register type="OA" address="0x00013308" value="0x00004405" />
+ <register type="OA" address="0x0001330C" value="0x00000000" />
+ <register type="OA" address="0x00013508" value="0x00004405" />
+ <register type="OA" address="0x0001350C" value="0x00000000" />
+ <register type="OA" address="0x00013708" value="0x00004405" />
+ <register type="OA" address="0x0001370C" value="0x00000000" />
+ <register type="OA" address="0x00013310" value="0x00006805" />
+ <register type="OA" address="0x00013314" value="0x00000000" />
+ <register type="OA" address="0x00013510" value="0x00006805" />
+ <register type="OA" address="0x00013514" value="0x00000000" />
+ <register type="OA" address="0x00013710" value="0x00006805" />
+ <register type="OA" address="0x00013714" value="0x00000000" />
+ <register type="OA" address="0x00013318" value="0x00004600" />
+ <register type="OA" address="0x0001331C" value="0x00000000" />
+ <register type="OA" address="0x00013518" value="0x00004600" />
+ <register type="OA" address="0x0001351C" value="0x00000000" />
+ <register type="OA" address="0x00013718" value="0x00004600" />
+ <register type="OA" address="0x0001371C" value="0x00000000" />
+ <register type="OA" address="0x00013320" value="0x00004601" />
+ <register type="OA" address="0x00013324" value="0x00000000" />
+ <register type="OA" address="0x00013520" value="0x00004601" />
+ <register type="OA" address="0x00013524" value="0x00000000" />
+ <register type="OA" address="0x00013720" value="0x00004601" />
+ <register type="OA" address="0x00013724" value="0x00000000" />
+ <register type="OA" address="0x00013328" value="0x00005E08" />
+ <register type="OA" address="0x0001332C" value="0x00000000" />
+ <register type="OA" address="0x00013528" value="0x00005E08" />
+ <register type="OA" address="0x0001352C" value="0x00000000" />
+ <register type="OA" address="0x00013728" value="0x00005E08" />
+ <register type="OA" address="0x0001372C" value="0x00000000" />
+ <register type="OA" address="0x00013330" value="0x00005E09" />
+ <register type="OA" address="0x00013334" value="0x00000000" />
+ <register type="OA" address="0x00013530" value="0x00005E09" />
+ <register type="OA" address="0x00013534" value="0x00000000" />
+ <register type="OA" address="0x00013730" value="0x00005E09" />
+ <register type="OA" address="0x00013734" value="0x00000000" />
+ <register type="OA" address="0x00013338" value="0x00005E06" />
+ <register type="OA" address="0x0001333C" value="0x00000000" />
+ <register type="OA" address="0x00013538" value="0x00005E06" />
+ <register type="OA" address="0x0001353C" value="0x00000000" />
+ <register type="OA" address="0x00013738" value="0x00005E06" />
+ <register type="OA" address="0x0001373C" value="0x00000000" />
+ <register type="OA" address="0x00013340" value="0x00005E07" />
+ <register type="OA" address="0x00013344" value="0x00000000" />
+ <register type="OA" address="0x00013540" value="0x00005E07" />
+ <register type="OA" address="0x00013544" value="0x00000000" />
+ <register type="OA" address="0x00013740" value="0x00005E07" />
+ <register type="OA" address="0x00013744" value="0x00000000" />
+ <register type="OA" address="0x00013348" value="0x00005E0A" />
+ <register type="OA" address="0x0001334C" value="0x00000000" />
+ <register type="OA" address="0x00013548" value="0x00005E0A" />
+ <register type="OA" address="0x0001354C" value="0x00000000" />
+ <register type="OA" address="0x00013748" value="0x00005E0A" />
+ <register type="OA" address="0x0001374C" value="0x00000000" />
+ <register type="OA" address="0x00013350" value="0x00005E0B" />
+ <register type="OA" address="0x00013354" value="0x00000000" />
+ <register type="OA" address="0x00013550" value="0x00005E0B" />
+ <register type="OA" address="0x00013554" value="0x00000000" />
+ <register type="OA" address="0x00013750" value="0x00005E0B" />
+ <register type="OA" address="0x00013754" value="0x00000000" />
+ <register type="OA" address="0x00013358" value="0x00005E00" />
+ <register type="OA" address="0x0001335C" value="0x00000000" />
+ <register type="OA" address="0x00013558" value="0x00005E00" />
+ <register type="OA" address="0x0001355C" value="0x00000000" />
+ <register type="OA" address="0x00013758" value="0x00005E00" />
+ <register type="OA" address="0x0001375C" value="0x00000000" />
+ <register type="OA" address="0x00013360" value="0x00005E01" />
+ <register type="OA" address="0x00013364" value="0x00000000" />
+ <register type="OA" address="0x00013560" value="0x00005E01" />
+ <register type="OA" address="0x00013564" value="0x00000000" />
+ <register type="OA" address="0x00013760" value="0x00005E01" />
+ <register type="OA" address="0x00013764" value="0x00000000" />
+ <register type="OA" address="0x00013368" value="0x00005E04" />
+ <register type="OA" address="0x0001336C" value="0x00000000" />
+ <register type="OA" address="0x00013568" value="0x00005E04" />
+ <register type="OA" address="0x0001356C" value="0x00000000" />
+ <register type="OA" address="0x00013768" value="0x00005E04" />
+ <register type="OA" address="0x0001376C" value="0x00000000" />
+ <register type="OA" address="0x00013370" value="0x00005C00" />
+ <register type="OA" address="0x00013374" value="0x00000000" />
+ <register type="OA" address="0x00013570" value="0x00005C00" />
+ <register type="OA" address="0x00013574" value="0x00000000" />
+ <register type="OA" address="0x00013770" value="0x00005C00" />
+ <register type="OA" address="0x00013774" value="0x00000000" />
+ <register type="OA" address="0x00013378" value="0x00006002" />
+ <register type="OA" address="0x0001337C" value="0x00000000" />
+ <register type="OA" address="0x00013578" value="0x00006002" />
+ <register type="OA" address="0x0001357C" value="0x00000000" />
+ <register type="OA" address="0x00013778" value="0x00006002" />
+ <register type="OA" address="0x0001377C" value="0x00000000" />
+ <register type="OA" address="0x00013380" value="0x00006014" />
+ <register type="OA" address="0x00013384" value="0x00000000" />
+ <register type="OA" address="0x00013580" value="0x00006014" />
+ <register type="OA" address="0x00013584" value="0x00000000" />
+ <register type="OA" address="0x00013780" value="0x00006014" />
+ <register type="OA" address="0x00013784" value="0x00000000" />
+ <register type="OA" address="0x00013388" value="0x00006012" />
+ <register type="OA" address="0x0001338C" value="0x00000000" />
+ <register type="OA" address="0x00013588" value="0x00006012" />
+ <register type="OA" address="0x0001358C" value="0x00000000" />
+ <register type="OA" address="0x00013788" value="0x00006012" />
+ <register type="OA" address="0x0001378C" value="0x00000000" />
+ <register type="OA" address="0x00013390" value="0x00006000" />
+ <register type="OA" address="0x00013394" value="0x00000000" />
+ <register type="OA" address="0x00013590" value="0x00006000" />
+ <register type="OA" address="0x00013594" value="0x00000000" />
+ <register type="OA" address="0x00013790" value="0x00006000" />
+ <register type="OA" address="0x00013794" value="0x00000000" />
+ <register type="OA" address="0x00013398" value="0x00006011" />
+ <register type="OA" address="0x0001339C" value="0x00000000" />
+ <register type="OA" address="0x00013598" value="0x00006011" />
+ <register type="OA" address="0x0001359C" value="0x00000000" />
+ <register type="OA" address="0x00013798" value="0x00006011" />
+ <register type="OA" address="0x0001379C" value="0x00000000" />
+ <register type="OA" address="0x000133A0" value="0x00006001" />
+ <register type="OA" address="0x000133A4" value="0x00000000" />
+ <register type="OA" address="0x000135A0" value="0x00006001" />
+ <register type="OA" address="0x000135A4" value="0x00000000" />
+ <register type="OA" address="0x000137A0" value="0x00006001" />
+ <register type="OA" address="0x000137A4" value="0x00000000" />
+ <register type="OA" address="0x000133A8" value="0x0000600F" />
+ <register type="OA" address="0x000133AC" value="0x00000000" />
+ <register type="OA" address="0x000135A8" value="0x0000600F" />
+ <register type="OA" address="0x000135AC" value="0x00000000" />
+ <register type="OA" address="0x000137A8" value="0x0000600F" />
+ <register type="OA" address="0x000137AC" value="0x00000000" />
+ <register type="OA" address="0x000133B0" value="0x00006015" />
+ <register type="OA" address="0x000133B4" value="0x00000000" />
+ <register type="OA" address="0x000135B0" value="0x00006015" />
+ <register type="OA" address="0x000135B4" value="0x00000000" />
+ <register type="OA" address="0x000137B0" value="0x00006015" />
+ <register type="OA" address="0x000137B4" value="0x00000000" />
+ <register type="OA" address="0x000133B8" value="0x00006013" />
+ <register type="OA" address="0x000133BC" value="0x00000000" />
+ <register type="OA" address="0x000135B8" value="0x00006013" />
+ <register type="OA" address="0x000135BC" value="0x00000000" />
+ <register type="OA" address="0x000137B8" value="0x00006013" />
+ <register type="OA" address="0x000137BC" value="0x00000000" />
+ <register type="OA" address="0x000133C0" value="0x00006010" />
+ <register type="OA" address="0x000133C4" value="0x00000000" />
+ <register type="OA" address="0x000135C0" value="0x00006010" />
+ <register type="OA" address="0x000135C4" value="0x00000000" />
+ <register type="OA" address="0x000137C0" value="0x00006010" />
+ <register type="OA" address="0x000137C4" value="0x00000000" />
+ <register type="OA" address="0x000133C8" value="0x00006E00" />
+ <register type="OA" address="0x000133CC" value="0x00000000" />
+ <register type="OA" address="0x000135C8" value="0x00006E00" />
+ <register type="OA" address="0x000135CC" value="0x00000000" />
+ <register type="OA" address="0x000137C8" value="0x00006E00" />
+ <register type="OA" address="0x000137CC" value="0x00000000" />
+ <register type="OA" address="0x000133D0" value="0x00006E02" />
+ <register type="OA" address="0x000133D4" value="0x00000000" />
+ <register type="OA" address="0x000135D0" value="0x00006E02" />
+ <register type="OA" address="0x000135D4" value="0x00000000" />
+ <register type="OA" address="0x000137D0" value="0x00006E02" />
+ <register type="OA" address="0x000137D4" value="0x00000000" />
+ <register type="OA" address="0x000133D8" value="0x00006E01" />
+ <register type="OA" address="0x000133DC" value="0x00000000" />
+ <register type="OA" address="0x000135D8" value="0x00006E01" />
+ <register type="OA" address="0x000135DC" value="0x00000000" />
+ <register type="OA" address="0x000137D8" value="0x00006E01" />
+ <register type="OA" address="0x000137DC" value="0x00000000" />
+ <register type="OA" address="0x000133E0" value="0x00006400" />
+ <register type="OA" address="0x000133E4" value="0x00000000" />
+ <register type="OA" address="0x000135E0" value="0x00006400" />
+ <register type="OA" address="0x000135E4" value="0x00000000" />
+ <register type="OA" address="0x000137E0" value="0x00006400" />
+ <register type="OA" address="0x000137E4" value="0x00000000" />
+ <register type="OA" address="0x000133E8" value="0x00006401" />
+ <register type="OA" address="0x000133EC" value="0x00000000" />
+ <register type="OA" address="0x000135E8" value="0x00006401" />
+ <register type="OA" address="0x000135EC" value="0x00000000" />
+ <register type="OA" address="0x000137E8" value="0x00006401" />
+ <register type="OA" address="0x000137EC" value="0x00000000" />
+ <register type="OA" address="0x000133F0" value="0x00006402" />
+ <register type="OA" address="0x000133F4" value="0x00000000" />
+ <register type="OA" address="0x000135F0" value="0x00006402" />
+ <register type="OA" address="0x000135F4" value="0x00000000" />
+ <register type="OA" address="0x000137F0" value="0x00006402" />
+ <register type="OA" address="0x000137F4" value="0x00000000" />
+ <register type="OA" address="0x000133F8" value="0x00006403" />
+ <register type="OA" address="0x000133FC" value="0x00000000" />
+ <register type="OA" address="0x000135F8" value="0x00006403" />
+ <register type="OA" address="0x000135FC" value="0x00000000" />
+ <register type="OA" address="0x000137F8" value="0x00006403" />
+ <register type="OA" address="0x000137FC" value="0x00000000" />
+ </register_config>
+ </set>
+
+ <set name="RenderPipeProfile"
+ chipset="BMG"
+ symbol_name="RenderPipeProfile"
+ underscore_name="render_pipe_profile"
+ mdapi_supported_apis="VK OGL OCL IO"
+ oa_format="576B_PEC64LL"
+ hw_config_guid="dad0d2c6-1290-4d50-a6aa-8b8104204232"
+ >
+ <counter name="GPU Time Elapsed"
+ symbol_name="GpuTime"
+ underscore_name="gpu_time"
+ description="Time elapsed on the GPU during the measurement."
+ data_type="uint64"
+ units="ns"
+ semantic_type="event"
+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Core Clocks"
+ symbol_name="GpuCoreClocks"
+ underscore_name="gpu_core_clocks"
+ description="The total number of GPU core clocks elapsed during the measurement."
+ data_type="uint64"
+ units="cycles"
+ semantic_type="event"
+ equation="GPU_CLOCK 0 READ"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AVG GPU Core Frequency"
+ symbol_name="AvgGpuCoreFrequency"
+ underscore_name="avg_gpu_core_frequency"
+ description="Average GPU Core Frequency in the measurement."
+ data_type="uint64"
+ max_equation="$GpuMaxFrequency"
+ units="hz"
+ semantic_type="event"
+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Busy"
+ symbol_name="GPU_BUSY"
+ underscore_name="gpu_busy"
+ description="Percentage of time in which GPU is not idle including all GPU engines"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 32 READ 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="IA Vertex"
+ symbol_name="IA_VERTEX"
+ underscore_name="ia_vertex"
+ description="Number of vertices in a draw"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 33 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GpGpu Threadgroup Count"
+ symbol_name="GPGPU_THREADGROUP_COUNT"
+ underscore_name="gpgpu_threadgroup_count"
+ description="Number of GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 0 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Async GpGpu Threadgroup Count"
+ symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT"
+ underscore_name="async_gpgpu_threadgroup_count"
+ description="Number of Async GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 1 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Rasterizer Sample Output"
+ symbol_name="RASTERIZER_SAMPLE_OUTPUT"
+ underscore_name="rasterizer_sample_output"
+ description="Number of lit samples emitted by Rasterizer"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 34 READ"
+ mdapi_group="Rasterizer"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Clipper Input Available"
+ symbol_name="CLIPPER_INPUT_AVAILABLE"
+ underscore_name="clipper_input_available"
+ description="Percentage of time in which Clipper has input available (from Vertex Shader or SOL)"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 35 READ $SliceTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Clipper Output Ready"
+ symbol_name="CLIPPER_OUTPUT_READY"
+ underscore_name="clipper_output_ready"
+ description="Percentage of time in which Clipper output ready"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 36 READ $SliceTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Clipper Transaction Output"
+ symbol_name="CLIPPER_TRANSACTION_OUTPUT"
+ underscore_name="clipper_transaction_output"
+ description="Number of elements pushed by Clipper into Stripsfan stage"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 37 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Streamout Primitive Storage Need"
+ symbol_name="STREAMOUT_PRIMITIVE_STORAGE_NEED"
+ underscore_name="streamout_primitive_storage_need"
+ description="Number of objects data that needed beyond the current allocated space, read from pipe 0 only"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 38 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Stripsfan Output Ready"
+ symbol_name="STRIPSFAN_OUTPUT_READY"
+ underscore_name="stripsfan_output_ready"
+ description="Percentage of time in which in which geometry pipeline output is ready"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 39 READ $SliceTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Vertex Fetch Input Available"
+ symbol_name="VERTEX_FETCH_INPUT_AVAILABLE"
+ underscore_name="vertex_fetch_input_available"
+ description="Percentage of time in which Vertex Fetch input is available"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 40 READ $SliceTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Vertex Fetch Output Ready"
+ symbol_name="VERTEX_FETCH_OUTPUT_READY"
+ underscore_name="vertex_fetch_output_ready"
+ description="Percentage of time in which Vertex Fetch output is ready"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 41 READ $SliceTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="VS Output Ready"
+ symbol_name="VS_OUTPUT_READY"
+ underscore_name="vs_output_ready"
+ description="Percentage of time in which Vertex Shader output is ready"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 42 READ $SliceTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Color Pipe Cache Latency1 Stall"
+ symbol_name="COLOR_PIPE_CACHE_LATENCY1_STALL"
+ underscore_name="color_pipe_cache_latency1_stall"
+ description="Percentage of time in which Color Pipeline stalled due to MultiSampling Cache latency hiding structure full"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 43 READ $SliceTotalCount 2 UMUL UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Color Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Color Pipe Cache Latency2 Stall"
+ symbol_name="COLOR_PIPE_CACHE_LATENCY2_STALL"
+ underscore_name="color_pipe_cache_latency2_stall"
+ description="Percentage of time in which Color Pipeline stalled due to Render Cache latency hiding structure full"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 44 READ 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Color Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Pixel Post Process Input Available"
+ symbol_name="PIXEL_POST_PROCESS_INPUT_AVAILABLE"
+ underscore_name="pixel_post_process_input_available"
+ description="Percentage of time in which Color Pipeline input ready"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 45 READ $SliceTotalCount 2 UMUL UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Color Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Pixel Post Process Output Ready"
+ symbol_name="PIXEL_POST_PROCESS_OUTPUT_READY"
+ underscore_name="pixel_post_process_output_ready"
+ description="Percentage of time in which Color Pipeline pixel output ready"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 46 READ $SliceTotalCount 2 UMUL UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Color Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="PS Output Available"
+ symbol_name="PS_OUTPUT_AVAILABLE"
+ underscore_name="ps_output_available"
+ description="Percentage of time in which Pixel Shader data is available"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 2 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Color Pipe"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AMFS Stall All Input"
+ symbol_name="AMFS_STALL_ALL_INPUT"
+ underscore_name="amfs_stall_all_input"
+ description="Percentage of time in which AMFS stalls at both of the color pipe inputs"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 49 READ $SliceTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="AMFS"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AMFS Stall Any Input"
+ symbol_name="AMFS_STALL_ANY_INPUT"
+ underscore_name="amfs_stall_any_input"
+ description="Percentage of time in which AMFS stalls at any of the color pipe inputs"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 50 READ $SliceTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="AMFS"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Sampler Active"
+ symbol_name="SAMPLER_ACTIVE"
+ underscore_name="sampler_active"
+ description="Percentage of time in which Sampler pipeline active"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 3 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Sampler"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Sampler Input Available"
+ symbol_name="SAMPLER_INPUT_AVAILABLE"
+ underscore_name="sampler_input_available"
+ description="Percentage of time in which Sampler input is available"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 4 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Sampler"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Sampler Memory Latency Stall"
+ symbol_name="SAMPLER_MEMORY_LATENCY_STALL"
+ underscore_name="sampler_memory_latency_stall"
+ description="Percentage of time in which Sampler stalled due to latency hiding structure full"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 5 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Sampler"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Sampler Output Ready"
+ symbol_name="SAMPLER_OUTPUT_READY"
+ underscore_name="sampler_output_ready"
+ description="Percentage of time in which Sampler output is ready"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 6 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Sampler"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Rasterizer Input Available"
+ symbol_name="RASTERIZER_INPUT_AVAILABLE"
+ underscore_name="rasterizer_input_available"
+ description="Percentage of time in which Rasterizer input is available"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 51 READ $SliceTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Rasterizer"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Rasterizer Output Ready"
+ symbol_name="RASTERIZER_OUTPUT_READY"
+ underscore_name="rasterizer_output_ready"
+ description="Percentage of time in which where rasterizer output is ready"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 52 READ $SliceTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Rasterizer"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Rasterizer Transaction Output"
+ symbol_name="RASTERIZER_TRANSACTION_OUTPUT"
+ underscore_name="rasterizer_transaction_output"
+ description="Number of transactions pushed from Rasterizer to the Z pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 53 READ"
+ mdapi_group="Rasterizer"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Task Thread Exit Count"
+ symbol_name="TASK_THREAD_EXIT_COUNT"
+ underscore_name="task_thread_exit_count"
+ description="Number of Task Shader EOT messages received"
+ data_type="uint64"
+ units="messages"
+ semantic_type="event"
+ equation="PEC 21 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Task Threadgroup Count"
+ symbol_name="TASK_THREADGROUP_COUNT"
+ underscore_name="task_threadgroup_count"
+ description="Number of Task Shader threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 22 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Thread Dispatch Input Available"
+ symbol_name="THREAD_DISPATCH_INPUT_AVAILABLE"
+ underscore_name="thread_dispatch_input_available"
+ description="Percentage of time in which Thread Dispatch input is available"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 23 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Thread Dispatch PS Active"
+ symbol_name="THREAD_DISPATCH_PS_ACTIVE"
+ underscore_name="thread_dispatch_ps_active"
+ description="Percentage of time in which Pixel Shader threads are ready for dispatch"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 24 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Thread Dispatch Queue0 Active"
+ symbol_name="THREAD_DISPATCH_QUEUE0_ACTIVE"
+ underscore_name="thread_dispatch_queue0_active"
+ description="Percentage of time in which non-Pixel Shader threads are ready for dispatch in a particular Xe core"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 25 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Thread Dispatch Queue0 Stall"
+ symbol_name="THREAD_DISPATCH_QUEUE0_STALL"
+ underscore_name="thread_dispatch_queue0_stall"
+ description="Percentage of time in which queue 0 is stalled waiting for threads to be available"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 26 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Thread Dispatch Queue1 Active"
+ symbol_name="THREAD_DISPATCH_QUEUE1_ACTIVE"
+ underscore_name="thread_dispatch_queue1_active"
+ description="Percentage of time in which non-Pixel Shader threads are ready for dispatch in a particular Xe core"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 27 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Thread Dispatch Queue1 Stall"
+ symbol_name="THREAD_DISPATCH_QUEUE1_STALL"
+ underscore_name="thread_dispatch_queue1_stall"
+ description="Percentage of time in which queue 1 is stalled waiting for threads to be available"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 28 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Threadgroup Dispatch Queue0 Resource Stall"
+ symbol_name="THREADGROUP_DISPATCH_QUEUE0_RESOURCE_STALL"
+ underscore_name="threadgroup_dispatch_queue0_resource_stall"
+ description="Percentage of time in which Thread Spawner queue 0 is stalled waiting for any resource to be available (for example, SLM, Barrier, BTD stack, etc.)"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 29 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Threadgroup Dispatch Queue1 Resource Stall"
+ symbol_name="THREADGROUP_DISPATCH_QUEUE1_RESOURCE_STALL"
+ underscore_name="threadgroup_dispatch_queue1_resource_stall"
+ description="Percentage of time in which Thread Spawner queue 1 is stalled waiting for any resource to be available (for example, SLM, Barrier, BTD stack, etc.)"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 30 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Command Parser Render Engine Draw Count"
+ symbol_name="COMMAND_PARSER_RENDER_ENGINE_DRAW_COUNT"
+ underscore_name="command_parser_render_engine_draw_count"
+ description="Number of DRAW and MESH commands parsed on the 3D engine"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 54 READ"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AMFS 4x4 Shading Request"
+ symbol_name="AMFS_4X4_SHADING_REQUEST"
+ underscore_name="amfs_4_x4_shading_request"
+ description="Number of Shading Request (evaluate) messages processed by AMFS"
+ data_type="uint64"
+ units="messages"
+ semantic_type="event"
+ equation="PEC 55 READ"
+ mdapi_group="AMFS"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AMFS Cache Hit"
+ symbol_name="AMFS_CACHE_HIT"
+ underscore_name="amfs_cache_hit"
+ description="Number of hits in the AMFS cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 56 READ"
+ mdapi_group="AMFS"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AMFS Cache Miss"
+ symbol_name="AMFS_CACHE_MISS"
+ underscore_name="amfs_cache_miss"
+ description="Number of cache misses in AMFS"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 57 READ"
+ mdapi_group="AMFS"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <register_config type="OA">
+ <register type="OA" address="0x00013000" value="0x00001801" />
+ <register type="OA" address="0x00013004" value="0x00000000" />
+ <register type="OA" address="0x00013008" value="0x00001802" />
+ <register type="OA" address="0x0001300C" value="0x00000000" />
+ <register type="OA" address="0x00013010" value="0x00000401" />
+ <register type="OA" address="0x00013014" value="0x00000000" />
+ <register type="OA" address="0x00013018" value="0x00000007" />
+ <register type="OA" address="0x0001301C" value="0x00000000" />
+ <register type="OA" address="0x00013020" value="0x00000003" />
+ <register type="OA" address="0x00013024" value="0x00000000" />
+ <register type="OA" address="0x00013028" value="0x00000001" />
+ <register type="OA" address="0x0001302C" value="0x00000000" />
+ <register type="OA" address="0x00013030" value="0x00000004" />
+ <register type="OA" address="0x00013034" value="0x00000000" />
+ <register type="OA" address="0x000130A8" value="0x00001803" />
+ <register type="OA" address="0x000130AC" value="0x00000000" />
+ <register type="OA" address="0x000130B0" value="0x00001800" />
+ <register type="OA" address="0x000130B4" value="0x00000000" />
+ <register type="OA" address="0x000130B8" value="0x00001605" />
+ <register type="OA" address="0x000130BC" value="0x00000000" />
+ <register type="OA" address="0x000130C0" value="0x00001603" />
+ <register type="OA" address="0x000130C4" value="0x00000000" />
+ <register type="OA" address="0x000130C8" value="0x00001601" />
+ <register type="OA" address="0x000130CC" value="0x00000000" />
+ <register type="OA" address="0x000130D0" value="0x00001604" />
+ <register type="OA" address="0x000130D4" value="0x00000000" />
+ <register type="OA" address="0x000130D8" value="0x00001602" />
+ <register type="OA" address="0x000130DC" value="0x00000000" />
+ <register type="OA" address="0x000130E0" value="0x00001606" />
+ <register type="OA" address="0x000130E4" value="0x00000000" />
+ <register type="OA" address="0x000130E8" value="0x00001807" />
+ <register type="OA" address="0x000130EC" value="0x00000000" />
+ <register type="OA" address="0x000130F0" value="0x00001808" />
+ <register type="OA" address="0x000130F4" value="0x00000000" />
+ <register type="OA" address="0x00013300" value="0x00005A00" />
+ <register type="OA" address="0x00013304" value="0x00000000" />
+ <register type="OA" address="0x00013500" value="0x00005A00" />
+ <register type="OA" address="0x00013504" value="0x00000000" />
+ <register type="OA" address="0x00013700" value="0x00005A00" />
+ <register type="OA" address="0x00013704" value="0x00000000" />
+ <register type="OA" address="0x00013308" value="0x00004405" />
+ <register type="OA" address="0x0001330C" value="0x00000000" />
+ <register type="OA" address="0x00013508" value="0x00004405" />
+ <register type="OA" address="0x0001350C" value="0x00000000" />
+ <register type="OA" address="0x00013708" value="0x00004405" />
+ <register type="OA" address="0x0001370C" value="0x00000000" />
+ <register type="OA" address="0x00013310" value="0x00006805" />
+ <register type="OA" address="0x00013314" value="0x00000000" />
+ <register type="OA" address="0x00013510" value="0x00006805" />
+ <register type="OA" address="0x00013514" value="0x00000000" />
+ <register type="OA" address="0x00013710" value="0x00006805" />
+ <register type="OA" address="0x00013714" value="0x00000000" />
+ <register type="OA" address="0x00013318" value="0x00006600" />
+ <register type="OA" address="0x0001331C" value="0x00000000" />
+ <register type="OA" address="0x00013518" value="0x00006600" />
+ <register type="OA" address="0x0001351C" value="0x00000000" />
+ <register type="OA" address="0x00013718" value="0x00006600" />
+ <register type="OA" address="0x0001371C" value="0x00000000" />
+ <register type="OA" address="0x00013320" value="0x00006604" />
+ <register type="OA" address="0x00013324" value="0x00000000" />
+ <register type="OA" address="0x00013520" value="0x00006604" />
+ <register type="OA" address="0x00013524" value="0x00000000" />
+ <register type="OA" address="0x00013720" value="0x00006604" />
+ <register type="OA" address="0x00013724" value="0x00000000" />
+ <register type="OA" address="0x00013328" value="0x00006602" />
+ <register type="OA" address="0x0001332C" value="0x00000000" />
+ <register type="OA" address="0x00013528" value="0x00006602" />
+ <register type="OA" address="0x0001352C" value="0x00000000" />
+ <register type="OA" address="0x00013728" value="0x00006602" />
+ <register type="OA" address="0x0001372C" value="0x00000000" />
+ <register type="OA" address="0x00013330" value="0x00004401" />
+ <register type="OA" address="0x00013334" value="0x00000000" />
+ <register type="OA" address="0x00013530" value="0x00004401" />
+ <register type="OA" address="0x00013534" value="0x00000000" />
+ <register type="OA" address="0x00013730" value="0x00004401" />
+ <register type="OA" address="0x00013734" value="0x00000000" />
+ <register type="OA" address="0x00013338" value="0x00006610" />
+ <register type="OA" address="0x0001333C" value="0x00000000" />
+ <register type="OA" address="0x00013538" value="0x00006610" />
+ <register type="OA" address="0x0001353C" value="0x00000000" />
+ <register type="OA" address="0x00013738" value="0x00006610" />
+ <register type="OA" address="0x0001373C" value="0x00000000" />
+ <register type="OA" address="0x00013340" value="0x00004407" />
+ <register type="OA" address="0x00013344" value="0x00000000" />
+ <register type="OA" address="0x00013540" value="0x00004407" />
+ <register type="OA" address="0x00013544" value="0x00000000" />
+ <register type="OA" address="0x00013740" value="0x00004407" />
+ <register type="OA" address="0x00013744" value="0x00000000" />
+ <register type="OA" address="0x00013348" value="0x00004406" />
+ <register type="OA" address="0x0001334C" value="0x00000000" />
+ <register type="OA" address="0x00013548" value="0x00004406" />
+ <register type="OA" address="0x0001354C" value="0x00000000" />
+ <register type="OA" address="0x00013748" value="0x00004406" />
+ <register type="OA" address="0x0001374C" value="0x00000000" />
+ <register type="OA" address="0x00013350" value="0x00004403" />
+ <register type="OA" address="0x00013354" value="0x00000000" />
+ <register type="OA" address="0x00013550" value="0x00004403" />
+ <register type="OA" address="0x00013554" value="0x00000000" />
+ <register type="OA" address="0x00013750" value="0x00004403" />
+ <register type="OA" address="0x00013754" value="0x00000000" />
+ <register type="OA" address="0x00013358" value="0x00004201" />
+ <register type="OA" address="0x0001335C" value="0x00000000" />
+ <register type="OA" address="0x00013558" value="0x00004201" />
+ <register type="OA" address="0x0001355C" value="0x00000000" />
+ <register type="OA" address="0x00013758" value="0x00004201" />
+ <register type="OA" address="0x0001375C" value="0x00000000" />
+ <register type="OA" address="0x00013360" value="0x00004002" />
+ <register type="OA" address="0x00013364" value="0x00000000" />
+ <register type="OA" address="0x00013560" value="0x00004002" />
+ <register type="OA" address="0x00013564" value="0x00000000" />
+ <register type="OA" address="0x00013760" value="0x00004002" />
+ <register type="OA" address="0x00013764" value="0x00000000" />
+ <register type="OA" address="0x00013368" value="0x00004202" />
+ <register type="OA" address="0x0001336C" value="0x00000000" />
+ <register type="OA" address="0x00013568" value="0x00004202" />
+ <register type="OA" address="0x0001356C" value="0x00000000" />
+ <register type="OA" address="0x00013768" value="0x00004202" />
+ <register type="OA" address="0x0001376C" value="0x00000000" />
+ <register type="OA" address="0x00013370" value="0x00004200" />
+ <register type="OA" address="0x00013374" value="0x00000000" />
+ <register type="OA" address="0x00013570" value="0x00004200" />
+ <register type="OA" address="0x00013574" value="0x00000000" />
+ <register type="OA" address="0x00013770" value="0x00004200" />
+ <register type="OA" address="0x00013774" value="0x00000000" />
+ <register type="OA" address="0x00013378" value="0x00004007" />
+ <register type="OA" address="0x0001337C" value="0x00000000" />
+ <register type="OA" address="0x00013578" value="0x00004007" />
+ <register type="OA" address="0x0001357C" value="0x00000000" />
+ <register type="OA" address="0x00013778" value="0x00004007" />
+ <register type="OA" address="0x0001377C" value="0x00000000" />
+ <register type="OA" address="0x00013380" value="0x00004008" />
+ <register type="OA" address="0x00013384" value="0x00000000" />
+ <register type="OA" address="0x00013580" value="0x00004008" />
+ <register type="OA" address="0x00013584" value="0x00000000" />
+ <register type="OA" address="0x00013780" value="0x00004008" />
+ <register type="OA" address="0x00013784" value="0x00000000" />
+ <register type="OA" address="0x00013388" value="0x00004E04" />
+ <register type="OA" address="0x0001338C" value="0x00000000" />
+ <register type="OA" address="0x00013588" value="0x00004E04" />
+ <register type="OA" address="0x0001358C" value="0x00000000" />
+ <register type="OA" address="0x00013788" value="0x00004E04" />
+ <register type="OA" address="0x0001378C" value="0x00000000" />
+ <register type="OA" address="0x00013390" value="0x00004E03" />
+ <register type="OA" address="0x00013394" value="0x00000000" />
+ <register type="OA" address="0x00013590" value="0x00004E03" />
+ <register type="OA" address="0x00013594" value="0x00000000" />
+ <register type="OA" address="0x00013790" value="0x00004E03" />
+ <register type="OA" address="0x00013794" value="0x00000000" />
+ <register type="OA" address="0x00013398" value="0x00006800" />
+ <register type="OA" address="0x0001339C" value="0x00000000" />
+ <register type="OA" address="0x00013598" value="0x00006800" />
+ <register type="OA" address="0x0001359C" value="0x00000000" />
+ <register type="OA" address="0x00013798" value="0x00006800" />
+ <register type="OA" address="0x0001379C" value="0x00000000" />
+ <register type="OA" address="0x000133A0" value="0x00006803" />
+ <register type="OA" address="0x000133A4" value="0x00000000" />
+ <register type="OA" address="0x000135A0" value="0x00006803" />
+ <register type="OA" address="0x000135A4" value="0x00000000" />
+ <register type="OA" address="0x000137A0" value="0x00006803" />
+ <register type="OA" address="0x000137A4" value="0x00000000" />
+ <register type="OA" address="0x000133A8" value="0x00006804" />
+ <register type="OA" address="0x000133AC" value="0x00000000" />
+ <register type="OA" address="0x000135A8" value="0x00006804" />
+ <register type="OA" address="0x000135AC" value="0x00000000" />
+ <register type="OA" address="0x000137A8" value="0x00006804" />
+ <register type="OA" address="0x000137AC" value="0x00000000" />
+ <register type="OA" address="0x000133B0" value="0x00005011" />
+ <register type="OA" address="0x000133B4" value="0x00000000" />
+ <register type="OA" address="0x000135B0" value="0x00005011" />
+ <register type="OA" address="0x000135B4" value="0x00000000" />
+ <register type="OA" address="0x000137B0" value="0x00005011" />
+ <register type="OA" address="0x000137B4" value="0x00000000" />
+ <register type="OA" address="0x000133B8" value="0x00004E00" />
+ <register type="OA" address="0x000133BC" value="0x00000000" />
+ <register type="OA" address="0x000135B8" value="0x00004E00" />
+ <register type="OA" address="0x000135BC" value="0x00000000" />
+ <register type="OA" address="0x000137B8" value="0x00004E00" />
+ <register type="OA" address="0x000137BC" value="0x00000000" />
+ <register type="OA" address="0x000133C0" value="0x00004E01" />
+ <register type="OA" address="0x000133C4" value="0x00000000" />
+ <register type="OA" address="0x000135C0" value="0x00004E01" />
+ <register type="OA" address="0x000135C4" value="0x00000000" />
+ <register type="OA" address="0x000137C0" value="0x00004E01" />
+ <register type="OA" address="0x000137C4" value="0x00000000" />
+ <register type="OA" address="0x000133C8" value="0x00004E02" />
+ <register type="OA" address="0x000133CC" value="0x00000000" />
+ <register type="OA" address="0x000135C8" value="0x00004E02" />
+ <register type="OA" address="0x000135CC" value="0x00000000" />
+ <register type="OA" address="0x000137C8" value="0x00004E02" />
+ <register type="OA" address="0x000137CC" value="0x00000000" />
+ </register_config>
+ </set>
+
+ <set name="RTProfile"
+ chipset="BMG"
+ symbol_name="RTProfile"
+ underscore_name="rt_profile"
+ mdapi_supported_apis="VK OGL OCL IO"
+ oa_format="576B_PEC64LL"
+ hw_config_guid="da09a8a6-802c-48bc-8f3a-35834c9b8ba2"
+ >
+ <counter name="GPU Time Elapsed"
+ symbol_name="GpuTime"
+ underscore_name="gpu_time"
+ description="Time elapsed on the GPU during the measurement."
+ data_type="uint64"
+ units="ns"
+ semantic_type="event"
+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Core Clocks"
+ symbol_name="GpuCoreClocks"
+ underscore_name="gpu_core_clocks"
+ description="The total number of GPU core clocks elapsed during the measurement."
+ data_type="uint64"
+ units="cycles"
+ semantic_type="event"
+ equation="GPU_CLOCK 0 READ"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AVG GPU Core Frequency"
+ symbol_name="AvgGpuCoreFrequency"
+ underscore_name="avg_gpu_core_frequency"
+ description="Average GPU Core Frequency in the measurement."
+ data_type="uint64"
+ max_equation="$GpuMaxFrequency"
+ units="hz"
+ semantic_type="event"
+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Busy"
+ symbol_name="GPU_BUSY"
+ underscore_name="gpu_busy"
+ description="Percentage of time in which GPU is not idle including all GPU engines"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 32 READ 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="IA Vertex"
+ symbol_name="IA_VERTEX"
+ underscore_name="ia_vertex"
+ description="Number of vertices in a draw"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 33 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GpGpu Threadgroup Count"
+ symbol_name="GPGPU_THREADGROUP_COUNT"
+ underscore_name="gpgpu_threadgroup_count"
+ description="Number of GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 0 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Async GpGpu Threadgroup Count"
+ symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT"
+ underscore_name="async_gpgpu_threadgroup_count"
+ description="Number of Async GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 1 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Rasterizer Sample Output"
+ symbol_name="RASTERIZER_SAMPLE_OUTPUT"
+ underscore_name="rasterizer_sample_output"
+ description="Number of lit samples emitted by Rasterizer"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 34 READ"
+ mdapi_group="Rasterizer"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Any Hit Thread Ray Dispatch"
+ symbol_name="RT_ANY_HIT_THREAD_RAY_DISPATCH"
+ underscore_name="rt_any_hit_thread_ray_dispatch"
+ description="Number of any hit threads dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 2 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Callable Thread Ray Dispatch"
+ symbol_name="RT_CALLABLE_THREAD_RAY_DISPATCH"
+ underscore_name="rt_callable_thread_ray_dispatch"
+ description="Number of callable threads dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 3 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Closest Hit Thread Ray Dispatch"
+ symbol_name="RT_CLOSEST_HIT_THREAD_RAY_DISPATCH"
+ underscore_name="rt_closest_hit_thread_ray_dispatch"
+ description="Number of closest hit threads dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 4 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Input Message Spawn Count"
+ symbol_name="RT_INPUT_MESSAGE_SPAWN_COUNT"
+ underscore_name="rt_input_message_spawn_count"
+ description="Number of valid SIMD lanes in the Spawn message"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 5 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Instance Node Ray Count"
+ symbol_name="RT_INSTANCE_NODE_RAY_COUNT"
+ underscore_name="rt_instance_node_ray_count"
+ description="Number of instance BVH nodes processed by the traversal function"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 6 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Internal Node Ray Count"
+ symbol_name="RT_INTERNAL_NODE_RAY_COUNT"
+ underscore_name="rt_internal_node_ray_count"
+ description="Number of internal BVH nodes processed by the traversal function"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 21 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Intersection Thread Ray Dispatch"
+ symbol_name="RT_INTERSECTION_THREAD_RAY_DISPATCH"
+ underscore_name="rt_intersection_thread_ray_dispatch"
+ description="Number of intersection threads dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 22 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Message Stall"
+ symbol_name="RT_MESSAGE_STALL"
+ underscore_name="rt_message_stall"
+ description="Percentage of time in which Ray Tracing message input is stalled while accepting input"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 23 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Miss Thread Ray Dispatch"
+ symbol_name="RT_MISS_THREAD_RAY_DISPATCH"
+ underscore_name="rt_miss_thread_ray_dispatch"
+ description="Number of miss threads dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 24 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Procedural Node Ray Count"
+ symbol_name="RT_PROCEDURAL_NODE_RAY_COUNT"
+ underscore_name="rt_procedural_node_ray_count"
+ description="Number of procedural BVH nodes processed by the traversal function"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 25 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Quad Leaf Ray Count"
+ symbol_name="RT_QUAD_LEAF_RAY_COUNT"
+ underscore_name="rt_quad_leaf_ray_count"
+ description="Number of triangle BVH nodes processed by the traversal function"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 26 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Quad Test Ray Count"
+ symbol_name="RT_QUAD_TEST_RAY_COUNT"
+ underscore_name="rt_quad_test_ray_count"
+ description="Number of nodes processed that use ray-quad intersection pipeline"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 27 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Request Collision"
+ symbol_name="RT_REQUEST_COLLISION"
+ underscore_name="rt_request_collision"
+ description="Percentage of time in which Ray Tracing Leaf has two Traversal inputs valid"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 28 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Transform Ray Count"
+ symbol_name="RT_TRANSFORM_RAY_COUNT"
+ underscore_name="rt_transform_ray_count"
+ description="Number of only HW transform accesses"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 29 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Traversal Input Ray Count"
+ symbol_name="RT_TRAVERSAL_INPUT_RAY_COUNT"
+ underscore_name="rt_traversal_input_ray_count"
+ description="Number of Ray Tracing Traversal input rays"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 30 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Traversal Output Ray Count"
+ symbol_name="RT_TRAVERSAL_OUTPUT_RAY_COUNT"
+ underscore_name="rt_traversal_output_ray_count"
+ description="Number of Ray Tracing Traversal output rays"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 31 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Traversal Stall"
+ symbol_name="RT_TRAVERSAL_STALL"
+ underscore_name="rt_traversal_stall"
+ description="Percentage of time in which Ray Tracing Frontend is stalled by Traversal"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 7 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Traversal Step Ray Count"
+ symbol_name="RT_TRAVERSAL_STEP_RAY_COUNT"
+ underscore_name="rt_traversal_step_ray_count"
+ description="Number of BVH nodes processed"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 8 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU0 RT AHS"
+ symbol_name="XVE_INST_EXECUTED_ALU0_RT_AHS"
+ underscore_name="xve_inst_executed_alu0_rt_ahs"
+ description="Number of execution slots taken by instructions executed by RT_AHS threads on ALU0 pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 9 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU0 RT CHS"
+ symbol_name="XVE_INST_EXECUTED_ALU0_RT_CHS"
+ underscore_name="xve_inst_executed_alu0_rt_chs"
+ description="Number of execution slots taken by instructions executed by RT_CHS threads on ALU0 pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 10 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU0 RT MS"
+ symbol_name="XVE_INST_EXECUTED_ALU0_RT_MS"
+ underscore_name="xve_inst_executed_alu0_rt_ms"
+ description="Number of execution slots taken by instructions executed by RT_MS threads on ALU0 pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 11 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU1 RT AHS"
+ symbol_name="XVE_INST_EXECUTED_ALU1_RT_AHS"
+ underscore_name="xve_inst_executed_alu1_rt_ahs"
+ description="Number of execution slots taken by instructions executed by RT_AHS threads on ALU1 pipe. Does not include extended math instructions."
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 12 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU1 RT CHS"
+ symbol_name="XVE_INST_EXECUTED_ALU1_RT_CHS"
+ underscore_name="xve_inst_executed_alu1_rt_chs"
+ description="Number of execution slots taken by instructions executed by RT_CHS threads on ALU1 pipe. Does not include extended math instructions."
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 13 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU1 RT MS"
+ symbol_name="XVE_INST_EXECUTED_ALU1_RT_MS"
+ underscore_name="xve_inst_executed_alu1_rt_ms"
+ description="Number of execution slots taken by instructions executed by RT_MS threads on ALU1 pipe. Does not include extended math instructions."
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 14 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Threads Occupancy All"
+ symbol_name="XVE_THREADS_OCCUPANCY_ALL"
+ underscore_name="xve_threads_occupancy_all"
+ description="Percentage of thread slots occupied by ALL threads"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 15 READ 8 UMUL $VectorEngineThreadsCount $VectorEngineTotalCount UMUL UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT BVH Cache Miss"
+ symbol_name="RT_BVH_CACHE_MISS"
+ underscore_name="rt_bvh_cache_miss"
+ description="Number of BVH cache misses"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 16 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Input Message Ray Count"
+ symbol_name="RT_INPUT_MESSAGE_RAY_COUNT"
+ underscore_name="rt_input_message_ray_count"
+ description="Number of valid SIMD lanes in the TraceRay message"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 17 READ"
+ mdapi_group="Ray Tracing"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Load Store Cache Read Message Count"
+ symbol_name="RT_LOAD_STORE_CACHE_READ_MESSAGE_COUNT"
+ underscore_name="rt_load_store_cache_read_message_count"
+ description="Number of read messages sent from Ray Tracing unit to the Load Store Cache"
+ data_type="uint64"
+ units="messages"
+ semantic_type="event"
+ equation="PEC 18 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="RT Load Store Cache Write From Message Count"
+ symbol_name="RT_LOAD_STORE_CACHE_WRITE_FROM_MESSAGE_COUNT"
+ underscore_name="rt_load_store_cache_write_from_message_count"
+ description="Number of write messages sent from Ray Tracing unit to the Load Store Cache"
+ data_type="uint64"
+ units="messages"
+ semantic_type="event"
+ equation="PEC 19 READ"
+ mdapi_group="L1 Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <register_config type="OA">
+ <register type="OA" address="0x00013000" value="0x00001801" />
+ <register type="OA" address="0x00013004" value="0x00000000" />
+ <register type="OA" address="0x00013008" value="0x00001802" />
+ <register type="OA" address="0x0001300C" value="0x00000000" />
+ <register type="OA" address="0x00013010" value="0x00000C03" />
+ <register type="OA" address="0x00013014" value="0x00000000" />
+ <register type="OA" address="0x00013018" value="0x00000C04" />
+ <register type="OA" address="0x0001301C" value="0x00000000" />
+ <register type="OA" address="0x00013020" value="0x00000C00" />
+ <register type="OA" address="0x00013024" value="0x00000000" />
+ <register type="OA" address="0x00013028" value="0x00000C1A" />
+ <register type="OA" address="0x0001302C" value="0x00000000" />
+ <register type="OA" address="0x00013030" value="0x00000C2F" />
+ <register type="OA" address="0x00013034" value="0x00000000" />
+ <register type="OA" address="0x00013038" value="0x00000C1D" />
+ <register type="OA" address="0x0001303C" value="0x00000000" />
+ <register type="OA" address="0x00013040" value="0x00000C2A" />
+ <register type="OA" address="0x00013044" value="0x00000000" />
+ <register type="OA" address="0x00013048" value="0x0000060F" />
+ <register type="OA" address="0x0001304C" value="0x00000000" />
+ <register type="OA" address="0x00013050" value="0x0000060F" />
+ <register type="OA" address="0x00013054" value="0x00000000" />
+ <register type="OA" address="0x00013058" value="0x0000060F" />
+ <register type="OA" address="0x0001305C" value="0x00000000" />
+ <register type="OA" address="0x00013060" value="0x00000603" />
+ <register type="OA" address="0x00013064" value="0x00000000" />
+ <register type="OA" address="0x00013068" value="0x00000603" />
+ <register type="OA" address="0x0001306C" value="0x00000000" />
+ <register type="OA" address="0x00013070" value="0x00000603" />
+ <register type="OA" address="0x00013074" value="0x00000000" />
+ <register type="OA" address="0x00013078" value="0x00000604" />
+ <register type="OA" address="0x0001307C" value="0x00000000" />
+ <register type="OA" address="0x00013080" value="0x00000C10" />
+ <register type="OA" address="0x00013084" value="0x00000000" />
+ <register type="OA" address="0x00013088" value="0x00000C18" />
+ <register type="OA" address="0x0001308C" value="0x00000000" />
+ <register type="OA" address="0x00013090" value="0x00000A08" />
+ <register type="OA" address="0x00013094" value="0x00000000" />
+ <register type="OA" address="0x00013098" value="0x00000A09" />
+ <register type="OA" address="0x0001309C" value="0x00000000" />
+ <register type="OA" address="0x000130A8" value="0x00000C2D" />
+ <register type="OA" address="0x000130AC" value="0x00000000" />
+ <register type="OA" address="0x000130B0" value="0x00000C02" />
+ <register type="OA" address="0x000130B4" value="0x00000000" />
+ <register type="OA" address="0x000130B8" value="0x00000C19" />
+ <register type="OA" address="0x000130BC" value="0x00000000" />
+ <register type="OA" address="0x000130C0" value="0x00000C01" />
+ <register type="OA" address="0x000130C4" value="0x00000000" />
+ <register type="OA" address="0x000130C8" value="0x00000C2E" />
+ <register type="OA" address="0x000130CC" value="0x00000000" />
+ <register type="OA" address="0x000130D0" value="0x00000C30" />
+ <register type="OA" address="0x000130D4" value="0x00000000" />
+ <register type="OA" address="0x000130D8" value="0x00000C2B" />
+ <register type="OA" address="0x000130DC" value="0x00000000" />
+ <register type="OA" address="0x000130E0" value="0x00000C20" />
+ <register type="OA" address="0x000130E4" value="0x00000000" />
+ <register type="OA" address="0x000130E8" value="0x00000C2C" />
+ <register type="OA" address="0x000130EC" value="0x00000000" />
+ <register type="OA" address="0x000130F0" value="0x00000C28" />
+ <register type="OA" address="0x000130F4" value="0x00000000" />
+ <register type="OA" address="0x000130F8" value="0x00000C29" />
+ <register type="OA" address="0x000130FC" value="0x00000000" />
+ <register type="OA" address="0x00013300" value="0x00005A00" />
+ <register type="OA" address="0x00013304" value="0x00000000" />
+ <register type="OA" address="0x00013500" value="0x00005A00" />
+ <register type="OA" address="0x00013504" value="0x00000000" />
+ <register type="OA" address="0x00013700" value="0x00005A00" />
+ <register type="OA" address="0x00013704" value="0x00000000" />
+ <register type="OA" address="0x00013308" value="0x00004405" />
+ <register type="OA" address="0x0001330C" value="0x00000000" />
+ <register type="OA" address="0x00013508" value="0x00004405" />
+ <register type="OA" address="0x0001350C" value="0x00000000" />
+ <register type="OA" address="0x00013708" value="0x00004405" />
+ <register type="OA" address="0x0001370C" value="0x00000000" />
+ <register type="OA" address="0x00013310" value="0x00006805" />
+ <register type="OA" address="0x00013314" value="0x00000000" />
+ <register type="OA" address="0x00013510" value="0x00006805" />
+ <register type="OA" address="0x00013514" value="0x00000000" />
+ <register type="OA" address="0x00013710" value="0x00006805" />
+ <register type="OA" address="0x00013714" value="0x00000000" />
+ </register_config>
+ <register_config type="FLEX">
+ <register type="FLEX" address="0x0000E558" value="0x000D00C0" />
+ <register type="FLEX" address="0x0000E658" value="0x000C00E0" />
+ <register type="FLEX" address="0x0000E758" value="0x000E00D0" />
+ <register type="FLEX" address="0x0000E45C" value="0x00000000" />
+ </register_config>
+ </set>
+
+ <set name="VectorEngineProfile"
+ chipset="BMG"
+ symbol_name="VectorEngineProfile"
+ underscore_name="vector_engine_profile"
+ mdapi_supported_apis="VK OGL OCL IO"
+ oa_format="576B_PEC64LL"
+ hw_config_guid="dfe5251f-af3e-434c-b627-38490f2213da"
+ >
+ <counter name="GPU Time Elapsed"
+ symbol_name="GpuTime"
+ underscore_name="gpu_time"
+ description="Time elapsed on the GPU during the measurement."
+ data_type="uint64"
+ units="ns"
+ semantic_type="event"
+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Core Clocks"
+ symbol_name="GpuCoreClocks"
+ underscore_name="gpu_core_clocks"
+ description="The total number of GPU core clocks elapsed during the measurement."
+ data_type="uint64"
+ units="cycles"
+ semantic_type="event"
+ equation="GPU_CLOCK 0 READ"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AVG GPU Core Frequency"
+ symbol_name="AvgGpuCoreFrequency"
+ underscore_name="avg_gpu_core_frequency"
+ description="Average GPU Core Frequency in the measurement."
+ data_type="uint64"
+ max_equation="$GpuMaxFrequency"
+ units="hz"
+ semantic_type="event"
+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Busy"
+ symbol_name="GPU_BUSY"
+ underscore_name="gpu_busy"
+ description="Percentage of time in which GPU is not idle including all GPU engines"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 32 READ 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="IA Vertex"
+ symbol_name="IA_VERTEX"
+ underscore_name="ia_vertex"
+ description="Number of vertices in a draw"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 33 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GpGpu Threadgroup Count"
+ symbol_name="GPGPU_THREADGROUP_COUNT"
+ underscore_name="gpgpu_threadgroup_count"
+ description="Number of GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 0 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Async GpGpu Threadgroup Count"
+ symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT"
+ underscore_name="async_gpgpu_threadgroup_count"
+ description="Number of Async GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 1 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Rasterizer Sample Output"
+ symbol_name="RASTERIZER_SAMPLE_OUTPUT"
+ underscore_name="rasterizer_sample_output"
+ description="Number of lit samples emitted by Rasterizer"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 34 READ"
+ mdapi_group="Rasterizer"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="ICache Hit"
+ symbol_name="ICACHE_HIT"
+ underscore_name="icache_hit"
+ description="Number of Instruction Cache hits"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 2 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="ICache Miss"
+ symbol_name="ICACHE_MISS"
+ underscore_name="icache_miss"
+ description="Number of Instruction Cache misses"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 3 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Active"
+ symbol_name="XVE_ACTIVE"
+ underscore_name="xve_active"
+ description="Percentage of time in which at least one pipe is active in XVE"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 4 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU0 All"
+ symbol_name="XVE_INST_EXECUTED_ALU0_ALL"
+ underscore_name="xve_inst_executed_alu0_all"
+ description="Number of execution slots taken by instructions executed by ALL threads on ALU0 pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 5 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU1 All"
+ symbol_name="XVE_INST_EXECUTED_ALU1_ALL"
+ underscore_name="xve_inst_executed_alu1_all"
+ description="Number of execution slots taken by instructions executed by ALL threads on ALU1 pipe. Does not include extended math instructions."
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 6 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed ALU2 All"
+ symbol_name="XVE_INST_EXECUTED_ALU2_ALL"
+ underscore_name="xve_inst_executed_alu2_all"
+ description="Number of execution slots taken by instructions executed in ALU2 pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 21 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed Barrier"
+ symbol_name="XVE_INST_EXECUTED_BARRIER"
+ underscore_name="xve_inst_executed_barrier"
+ description="Number of sync.bar and sync.host instructions executed"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 22 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed Bitconv"
+ symbol_name="XVE_INST_EXECUTED_BITCONV"
+ underscore_name="xve_inst_executed_bitconv"
+ description="Number of execution slots taken by bit manipulation instructions"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 23 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed Control All"
+ symbol_name="XVE_INST_EXECUTED_CONTROL_ALL"
+ underscore_name="xve_inst_executed_control_all"
+ description="Number of instructions executed on JEU Pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 24 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed Fp16"
+ symbol_name="XVE_INST_EXECUTED_FP16"
+ underscore_name="xve_inst_executed_fp16"
+ description="Number of execution slots taken by FP16 ALU instructions. Does not include extended math instructions."
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 25 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed Fp32"
+ symbol_name="XVE_INST_EXECUTED_FP32"
+ underscore_name="xve_inst_executed_fp32"
+ description="Number of execution slots taken by FP32 ALU instructions. Does not include extended math instructions."
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 26 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed Fp64"
+ symbol_name="XVE_INST_EXECUTED_FP64"
+ underscore_name="xve_inst_executed_fp64"
+ description="Number of execution slots taken by FP64 ALU instructions"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 27 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed Fp64 2nd"
+ symbol_name="XVE_INST_EXECUTED_FP64_2ND"
+ underscore_name="xve_inst_executed_fp64_2_nd"
+ description="Number of execution slots taken by FP64 ALU instructions executed in the second pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 28 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed Int16"
+ symbol_name="XVE_INST_EXECUTED_INT16"
+ underscore_name="xve_inst_executed_int16"
+ description="Number of execution slots taken by INT16 ALU instructions"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 29 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed Int32"
+ symbol_name="XVE_INST_EXECUTED_INT32"
+ underscore_name="xve_inst_executed_int32"
+ description="Number of execution slots taken by INT32 ALU instructions"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 30 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed Int64"
+ symbol_name="XVE_INST_EXECUTED_INT64"
+ underscore_name="xve_inst_executed_int64"
+ description="Number of execution slots taken by INT64 instructions"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 31 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed Math"
+ symbol_name="XVE_INST_EXECUTED_MATH"
+ underscore_name="xve_inst_executed_math"
+ description="Number of execution slots taken by extended math instructions"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 7 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed Nondivergent"
+ symbol_name="XVE_INST_EXECUTED_NONDIVERGENT"
+ underscore_name="xve_inst_executed_nondivergent"
+ description="Number of non-divergent instructions (not execution slots) executed"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 8 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed Predication"
+ symbol_name="XVE_INST_EXECUTED_PREDICATION"
+ underscore_name="xve_inst_executed_predication"
+ description="Number of instructions (not execution slots) executed with predication mask enabled"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 9 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed Send All"
+ symbol_name="XVE_INST_EXECUTED_SEND_ALL"
+ underscore_name="xve_inst_executed_send_all"
+ description="Number of instruction (GRF) dispatches executed by ALL threads on SEND Pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 10 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed XMX Bf16"
+ symbol_name="XVE_INST_EXECUTED_XMX_BF16"
+ underscore_name="xve_inst_executed_xmx_bf16"
+ description="Number of execution slots taken by BF16 XMX instructions"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 11 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed XMX Fp16"
+ symbol_name="XVE_INST_EXECUTED_XMX_FP16"
+ underscore_name="xve_inst_executed_xmx_fp16"
+ description="Number of execution slots taken by FP16 XMX instructions"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 12 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed XMX Int2"
+ symbol_name="XVE_INST_EXECUTED_XMX_INT2"
+ underscore_name="xve_inst_executed_xmx_int2"
+ description="Number of execution slots taken by INT2 XMX instructions"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 13 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed XMX Int4"
+ symbol_name="XVE_INST_EXECUTED_XMX_INT4"
+ underscore_name="xve_inst_executed_xmx_int4"
+ description="Number of execution slots taken by INT4 XMX instructions"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 14 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Executed XMX Int8"
+ symbol_name="XVE_INST_EXECUTED_XMX_INT8"
+ underscore_name="xve_inst_executed_xmx_int8"
+ description="Number of execution slots taken by INT8 XMX instructions"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 15 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Inst Issued All"
+ symbol_name="XVE_INST_ISSUED_ALL"
+ underscore_name="xve_inst_issued_all"
+ description="Number of instructions issued (decoded) to any pipe"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 16 READ"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Multiple Pipe Active"
+ symbol_name="XVE_MULTIPLE_PIPE_ACTIVE"
+ underscore_name="xve_multiple_pipe_active"
+ description="Percentage of time in which at least two pipes are actively executing a Gen ISA instruction among ALU0, ALU1 and ALU2 pipes"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 17 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Pipe ALU0 And ALU1 Active"
+ symbol_name="XVE_PIPE_ALU0_AND_ALU1_ACTIVE"
+ underscore_name="xve_pipe_alu0_and_alu1_active"
+ description="Percentage of time in which ALU0 and ALU1 pipes are both actively executing a Gen ISA instruction"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 18 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Pipe ALU0 And ALU2 Active"
+ symbol_name="XVE_PIPE_ALU0_AND_ALU2_ACTIVE"
+ underscore_name="xve_pipe_alu0_and_alu2_active"
+ description="Percentage of time in which ALU0 and ALU2 pipes are both actively executing a Gen ISA instruction"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 19 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Threads Occupancy All"
+ symbol_name="XVE_THREADS_OCCUPANCY_ALL"
+ underscore_name="xve_threads_occupancy_all"
+ description="Percentage of thread slots occupied by ALL threads"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 20 READ 8 UMUL $VectorEngineThreadsCount $VectorEngineTotalCount UMUL UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Atomic Access"
+ symbol_name="L3_ATOMIC_ACCESS"
+ underscore_name="l3_atomic_access"
+ description="Number of atomic accesses to Device Cache bank"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 35 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Hit"
+ symbol_name="L3_HIT"
+ underscore_name="l3_hit"
+ description="Number of Device Cache accesses which hits in the Device Cache cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 37 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Miss"
+ symbol_name="L3_MISS"
+ underscore_name="l3_miss"
+ description="Number of Device Cache accesses which miss in the Device Cache cache"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 39 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Read"
+ symbol_name="L3_READ"
+ underscore_name="l3_read"
+ description="Number of Device Cache 64B read requests"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 41 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="L3 Write"
+ symbol_name="L3_WRITE"
+ underscore_name="l3_write"
+ description="Number of Device Cache 64B write requests"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 44 READ"
+ mdapi_group="Device Cache"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Command Parser Compute Engine Busy"
+ symbol_name="COMMAND_PARSER_COMPUTE_ENGINE_BUSY"
+ underscore_name="command_parser_compute_engine_busy"
+ description="Percentage of time in which there is a context loaded and active on the compute queue"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 45 READ $ComputeEngineTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Command Parser Compute Engine Dispatch Kernel Count"
+ symbol_name="COMMAND_PARSER_COMPUTE_ENGINE_DISPATCH_KERNEL_COUNT"
+ underscore_name="command_parser_compute_engine_dispatch_kernel_count"
+ description="Number of compute walker commands parsed on the compute engine"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 46 READ"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Command Parser Render Engine Busy"
+ symbol_name="COMMAND_PARSER_RENDER_ENGINE_BUSY"
+ underscore_name="command_parser_render_engine_busy"
+ description="Percentage of time in which there is a context loaded and active on the 3D queue"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 47 READ 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Command Parser Render Engine Dispatch Kernel Count"
+ symbol_name="COMMAND_PARSER_RENDER_ENGINE_DISPATCH_KERNEL_COUNT"
+ underscore_name="command_parser_render_engine_dispatch_kernel_count"
+ description="Number of compute walker commands parsed on the 3D engine"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 48 READ"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Compressor Input"
+ symbol_name="COMPRESSOR_INPUT"
+ underscore_name="compressor_input"
+ description="Number of 256B writes to compressible surfaces at the input of the compressor"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 49 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Compressor Output"
+ symbol_name="COMPRESSOR_OUTPUT"
+ underscore_name="compressor_output"
+ description="Number of 256B writes to compressible surfaces at the output of the compressor"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 50 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Byte Read"
+ symbol_name="GPU_MEMORY_BYTE_READ"
+ underscore_name="gpu_memory_byte_read"
+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) read bytes"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 51 READ 2 UMUL"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Byte Write"
+ symbol_name="GPU_MEMORY_BYTE_WRITE"
+ underscore_name="gpu_memory_byte_write"
+ description="Number of device local memory (HBM, GDDR, LPDDR, etc.) write bytes"
+ data_type="uint64"
+ units="bytes"
+ semantic_type="event"
+ equation="PEC 52 READ 2 UMUL"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Byte Read Rate"
+ symbol_name="GPU_MEMORY_BYTE_READ_RATE"
+ underscore_name="gpu_memory_byte_read_rate"
+ description="Device local memory (HBM, GDDR, LPDDR, etc.) read bandwidth"
+ data_type="float"
+ units="gbps"
+ semantic_type="throughput"
+ equation="PEC 51 READ 2 UMUL $GpuTime FDIV"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Memory Byte Write Rate"
+ symbol_name="GPU_MEMORY_BYTE_WRITE_RATE"
+ underscore_name="gpu_memory_byte_write_rate"
+ description="Device local memory (HBM, GDDR, LPDDR, etc.) write bandwidth"
+ data_type="float"
+ units="gbps"
+ semantic_type="throughput"
+ equation="PEC 52 READ 2 UMUL $GpuTime FDIV"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="TLB Miss"
+ symbol_name="TLB_MISS"
+ underscore_name="tlb_miss"
+ description="Number of misses from all TLBs and all engines"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 53 READ"
+ mdapi_group="Memory"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <register_config type="OA">
+ <register type="OA" address="0x00013000" value="0x00001801" />
+ <register type="OA" address="0x00013004" value="0x00000000" />
+ <register type="OA" address="0x00013008" value="0x00001802" />
+ <register type="OA" address="0x0001300C" value="0x00000000" />
+ <register type="OA" address="0x00013010" value="0x00000622" />
+ <register type="OA" address="0x00013014" value="0x00000000" />
+ <register type="OA" address="0x00013018" value="0x00000623" />
+ <register type="OA" address="0x0001301C" value="0x00000000" />
+ <register type="OA" address="0x00013020" value="0x00000605" />
+ <register type="OA" address="0x00013024" value="0x00000000" />
+ <register type="OA" address="0x00013028" value="0x0000060F" />
+ <register type="OA" address="0x0001302C" value="0x00000000" />
+ <register type="OA" address="0x00013030" value="0x00000603" />
+ <register type="OA" address="0x00013034" value="0x00000000" />
+ <register type="OA" address="0x00013038" value="0x0000060E" />
+ <register type="OA" address="0x0001303C" value="0x00000000" />
+ <register type="OA" address="0x00013040" value="0x0000060A" />
+ <register type="OA" address="0x00013044" value="0x00000000" />
+ <register type="OA" address="0x00013048" value="0x00000609" />
+ <register type="OA" address="0x0001304C" value="0x00000000" />
+ <register type="OA" address="0x00013050" value="0x00000601" />
+ <register type="OA" address="0x00013054" value="0x00000000" />
+ <register type="OA" address="0x00013058" value="0x00000616" />
+ <register type="OA" address="0x0001305C" value="0x00000000" />
+ <register type="OA" address="0x00013060" value="0x00000615" />
+ <register type="OA" address="0x00013064" value="0x00000000" />
+ <register type="OA" address="0x00013068" value="0x00000619" />
+ <register type="OA" address="0x0001306C" value="0x00000000" />
+ <register type="OA" address="0x00013070" value="0x00000618" />
+ <register type="OA" address="0x00013074" value="0x00000000" />
+ <register type="OA" address="0x00013078" value="0x00000617" />
+ <register type="OA" address="0x0001307C" value="0x00000000" />
+ <register type="OA" address="0x00013080" value="0x0000060B" />
+ <register type="OA" address="0x00013084" value="0x00000000" />
+ <register type="OA" address="0x00013088" value="0x00000624" />
+ <register type="OA" address="0x0001308C" value="0x00000000" />
+ <register type="OA" address="0x00013090" value="0x00000625" />
+ <register type="OA" address="0x00013094" value="0x00000000" />
+ <register type="OA" address="0x00013098" value="0x00000626" />
+ <register type="OA" address="0x0001309C" value="0x00000000" />
+ <register type="OA" address="0x000130A0" value="0x00000604" />
+ <register type="OA" address="0x000130A4" value="0x00000000" />
+ <register type="OA" address="0x000130A8" value="0x00000614" />
+ <register type="OA" address="0x000130AC" value="0x00000000" />
+ <register type="OA" address="0x000130B0" value="0x00000608" />
+ <register type="OA" address="0x000130B4" value="0x00000000" />
+ <register type="OA" address="0x000130B8" value="0x00000607" />
+ <register type="OA" address="0x000130BC" value="0x00000000" />
+ <register type="OA" address="0x000130C0" value="0x00000602" />
+ <register type="OA" address="0x000130C4" value="0x00000000" />
+ <register type="OA" address="0x000130C8" value="0x00000611" />
+ <register type="OA" address="0x000130CC" value="0x00000000" />
+ <register type="OA" address="0x000130D0" value="0x00000610" />
+ <register type="OA" address="0x000130D4" value="0x00000000" />
+ <register type="OA" address="0x000130D8" value="0x00000612" />
+ <register type="OA" address="0x000130DC" value="0x00000000" />
+ <register type="OA" address="0x000130E0" value="0x00000629" />
+ <register type="OA" address="0x000130E4" value="0x00000000" />
+ <register type="OA" address="0x000130E8" value="0x0000060C" />
+ <register type="OA" address="0x000130EC" value="0x00000000" />
+ <register type="OA" address="0x000130F0" value="0x0000060D" />
+ <register type="OA" address="0x000130F4" value="0x00000000" />
+ <register type="OA" address="0x000130F8" value="0x00000613" />
+ <register type="OA" address="0x000130FC" value="0x00000000" />
+ <register type="OA" address="0x00013300" value="0x00005A00" />
+ <register type="OA" address="0x00013304" value="0x00000000" />
+ <register type="OA" address="0x00013500" value="0x00005A00" />
+ <register type="OA" address="0x00013504" value="0x00000000" />
+ <register type="OA" address="0x00013700" value="0x00005A00" />
+ <register type="OA" address="0x00013704" value="0x00000000" />
+ <register type="OA" address="0x00013308" value="0x00004405" />
+ <register type="OA" address="0x0001330C" value="0x00000000" />
+ <register type="OA" address="0x00013508" value="0x00004405" />
+ <register type="OA" address="0x0001350C" value="0x00000000" />
+ <register type="OA" address="0x00013708" value="0x00004405" />
+ <register type="OA" address="0x0001370C" value="0x00000000" />
+ <register type="OA" address="0x00013310" value="0x00006805" />
+ <register type="OA" address="0x00013314" value="0x00000000" />
+ <register type="OA" address="0x00013510" value="0x00006805" />
+ <register type="OA" address="0x00013514" value="0x00000000" />
+ <register type="OA" address="0x00013710" value="0x00006805" />
+ <register type="OA" address="0x00013714" value="0x00000000" />
+ <register type="OA" address="0x00013318" value="0x00006002" />
+ <register type="OA" address="0x0001331C" value="0x00000000" />
+ <register type="OA" address="0x00013518" value="0x00006002" />
+ <register type="OA" address="0x0001351C" value="0x00000000" />
+ <register type="OA" address="0x00013718" value="0x00006002" />
+ <register type="OA" address="0x0001371C" value="0x00000000" />
+ <register type="OA" address="0x00013320" value="0x00006014" />
+ <register type="OA" address="0x00013324" value="0x00000000" />
+ <register type="OA" address="0x00013520" value="0x00006014" />
+ <register type="OA" address="0x00013524" value="0x00000000" />
+ <register type="OA" address="0x00013720" value="0x00006014" />
+ <register type="OA" address="0x00013724" value="0x00000000" />
+ <register type="OA" address="0x00013328" value="0x00006012" />
+ <register type="OA" address="0x0001332C" value="0x00000000" />
+ <register type="OA" address="0x00013528" value="0x00006012" />
+ <register type="OA" address="0x0001352C" value="0x00000000" />
+ <register type="OA" address="0x00013728" value="0x00006012" />
+ <register type="OA" address="0x0001372C" value="0x00000000" />
+ <register type="OA" address="0x00013330" value="0x00006000" />
+ <register type="OA" address="0x00013334" value="0x00000000" />
+ <register type="OA" address="0x00013530" value="0x00006000" />
+ <register type="OA" address="0x00013534" value="0x00000000" />
+ <register type="OA" address="0x00013730" value="0x00006000" />
+ <register type="OA" address="0x00013734" value="0x00000000" />
+ <register type="OA" address="0x00013338" value="0x00006011" />
+ <register type="OA" address="0x0001333C" value="0x00000000" />
+ <register type="OA" address="0x00013538" value="0x00006011" />
+ <register type="OA" address="0x0001353C" value="0x00000000" />
+ <register type="OA" address="0x00013738" value="0x00006011" />
+ <register type="OA" address="0x0001373C" value="0x00000000" />
+ <register type="OA" address="0x00013340" value="0x00006001" />
+ <register type="OA" address="0x00013344" value="0x00000000" />
+ <register type="OA" address="0x00013540" value="0x00006001" />
+ <register type="OA" address="0x00013544" value="0x00000000" />
+ <register type="OA" address="0x00013740" value="0x00006001" />
+ <register type="OA" address="0x00013744" value="0x00000000" />
+ <register type="OA" address="0x00013348" value="0x0000600F" />
+ <register type="OA" address="0x0001334C" value="0x00000000" />
+ <register type="OA" address="0x00013548" value="0x0000600F" />
+ <register type="OA" address="0x0001354C" value="0x00000000" />
+ <register type="OA" address="0x00013748" value="0x0000600F" />
+ <register type="OA" address="0x0001374C" value="0x00000000" />
+ <register type="OA" address="0x00013350" value="0x00006015" />
+ <register type="OA" address="0x00013354" value="0x00000000" />
+ <register type="OA" address="0x00013550" value="0x00006015" />
+ <register type="OA" address="0x00013554" value="0x00000000" />
+ <register type="OA" address="0x00013750" value="0x00006015" />
+ <register type="OA" address="0x00013754" value="0x00000000" />
+ <register type="OA" address="0x00013358" value="0x00006013" />
+ <register type="OA" address="0x0001335C" value="0x00000000" />
+ <register type="OA" address="0x00013558" value="0x00006013" />
+ <register type="OA" address="0x0001355C" value="0x00000000" />
+ <register type="OA" address="0x00013758" value="0x00006013" />
+ <register type="OA" address="0x0001375C" value="0x00000000" />
+ <register type="OA" address="0x00013360" value="0x00006010" />
+ <register type="OA" address="0x00013364" value="0x00000000" />
+ <register type="OA" address="0x00013560" value="0x00006010" />
+ <register type="OA" address="0x00013564" value="0x00000000" />
+ <register type="OA" address="0x00013760" value="0x00006010" />
+ <register type="OA" address="0x00013764" value="0x00000000" />
+ <register type="OA" address="0x00013368" value="0x00005009" />
+ <register type="OA" address="0x0001336C" value="0x00000000" />
+ <register type="OA" address="0x00013568" value="0x00005009" />
+ <register type="OA" address="0x0001356C" value="0x00000000" />
+ <register type="OA" address="0x00013768" value="0x00005009" />
+ <register type="OA" address="0x0001376C" value="0x00000000" />
+ <register type="OA" address="0x00013370" value="0x00005008" />
+ <register type="OA" address="0x00013374" value="0x00000000" />
+ <register type="OA" address="0x00013570" value="0x00005008" />
+ <register type="OA" address="0x00013574" value="0x00000000" />
+ <register type="OA" address="0x00013770" value="0x00005008" />
+ <register type="OA" address="0x00013774" value="0x00000000" />
+ <register type="OA" address="0x00013378" value="0x00005013" />
+ <register type="OA" address="0x0001337C" value="0x00000000" />
+ <register type="OA" address="0x00013578" value="0x00005013" />
+ <register type="OA" address="0x0001357C" value="0x00000000" />
+ <register type="OA" address="0x00013778" value="0x00005013" />
+ <register type="OA" address="0x0001377C" value="0x00000000" />
+ <register type="OA" address="0x00013380" value="0x00005012" />
+ <register type="OA" address="0x00013384" value="0x00000000" />
+ <register type="OA" address="0x00013580" value="0x00005012" />
+ <register type="OA" address="0x00013584" value="0x00000000" />
+ <register type="OA" address="0x00013780" value="0x00005012" />
+ <register type="OA" address="0x00013784" value="0x00000000" />
+ <register type="OA" address="0x00013388" value="0x00004600" />
+ <register type="OA" address="0x0001338C" value="0x00000000" />
+ <register type="OA" address="0x00013588" value="0x00004600" />
+ <register type="OA" address="0x0001358C" value="0x00000000" />
+ <register type="OA" address="0x00013788" value="0x00004600" />
+ <register type="OA" address="0x0001378C" value="0x00000000" />
+ <register type="OA" address="0x00013390" value="0x00004601" />
+ <register type="OA" address="0x00013394" value="0x00000000" />
+ <register type="OA" address="0x00013590" value="0x00004601" />
+ <register type="OA" address="0x00013594" value="0x00000000" />
+ <register type="OA" address="0x00013790" value="0x00004601" />
+ <register type="OA" address="0x00013794" value="0x00000000" />
+ <register type="OA" address="0x00013398" value="0x00005E0A" />
+ <register type="OA" address="0x0001339C" value="0x00000000" />
+ <register type="OA" address="0x00013598" value="0x00005E0A" />
+ <register type="OA" address="0x0001359C" value="0x00000000" />
+ <register type="OA" address="0x00013798" value="0x00005E0A" />
+ <register type="OA" address="0x0001379C" value="0x00000000" />
+ <register type="OA" address="0x000133A0" value="0x00005E0B" />
+ <register type="OA" address="0x000133A4" value="0x00000000" />
+ <register type="OA" address="0x000135A0" value="0x00005E0B" />
+ <register type="OA" address="0x000135A4" value="0x00000000" />
+ <register type="OA" address="0x000137A0" value="0x00005E0B" />
+ <register type="OA" address="0x000137A4" value="0x00000000" />
+ <register type="OA" address="0x000133A8" value="0x00005C00" />
+ <register type="OA" address="0x000133AC" value="0x00000000" />
+ <register type="OA" address="0x000135A8" value="0x00005C00" />
+ <register type="OA" address="0x000135AC" value="0x00000000" />
+ <register type="OA" address="0x000137A8" value="0x00005C00" />
+ <register type="OA" address="0x000137AC" value="0x00000000" />
+ <register type="OA" address="0x000133B0" value="0x00005E04" />
+ <register type="OA" address="0x000133B4" value="0x00000000" />
+ <register type="OA" address="0x000135B0" value="0x00005E04" />
+ <register type="OA" address="0x000135B4" value="0x00000000" />
+ <register type="OA" address="0x000137B0" value="0x00005E04" />
+ <register type="OA" address="0x000137B4" value="0x00000000" />
+ </register_config>
+ <register_config type="FLEX">
+ <register type="FLEX" address="0x0000E458" value="0x00000000" />
+ <register type="FLEX" address="0x0000E558" value="0x00000000" />
+ <register type="FLEX" address="0x0000E658" value="0x00000000" />
+ <register type="FLEX" address="0x0000E758" value="0x00000000" />
+ <register type="FLEX" address="0x0000E45C" value="0x00000000" />
+ <register type="FLEX" address="0x0000E65C" value="0x00000000" />
+ </register_config>
+ </set>
+
+ <set name="VectorEngineStalls"
+ chipset="BMG"
+ symbol_name="VectorEngineStalls"
+ underscore_name="vector_engine_stalls"
+ mdapi_supported_apis="VK OGL OCL IO"
+ oa_format="576B_PEC64LL"
+ hw_config_guid="d008dcae-2a82-4929-a94d-2ba1e9c569d6"
+ >
+ <counter name="GPU Time Elapsed"
+ symbol_name="GpuTime"
+ underscore_name="gpu_time"
+ description="Time elapsed on the GPU during the measurement."
+ data_type="uint64"
+ units="ns"
+ semantic_type="event"
+ equation="GPU_TIME 0 READ 1000000000 UMUL $GpuTimestampFrequency UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Core Clocks"
+ symbol_name="GpuCoreClocks"
+ underscore_name="gpu_core_clocks"
+ description="The total number of GPU core clocks elapsed during the measurement."
+ data_type="uint64"
+ units="cycles"
+ semantic_type="event"
+ equation="GPU_CLOCK 0 READ"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="AVG GPU Core Frequency"
+ symbol_name="AvgGpuCoreFrequency"
+ underscore_name="avg_gpu_core_frequency"
+ description="Average GPU Core Frequency in the measurement."
+ data_type="uint64"
+ max_equation="$GpuMaxFrequency"
+ units="hz"
+ semantic_type="event"
+ equation="$GpuCoreClocks 1000000000 UMUL $GpuTime UDIV"
+ mdapi_group="GPU"
+ mdapi_usage_flags="Tier1 Overview System Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GPU Busy"
+ symbol_name="GPU_BUSY"
+ underscore_name="gpu_busy"
+ description="Percentage of time in which GPU is not idle including all GPU engines"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 32 READ 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Front End"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="IA Vertex"
+ symbol_name="IA_VERTEX"
+ underscore_name="ia_vertex"
+ description="Number of vertices in a draw"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 33 READ"
+ mdapi_group="Geometry"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="GpGpu Threadgroup Count"
+ symbol_name="GPGPU_THREADGROUP_COUNT"
+ underscore_name="gpgpu_threadgroup_count"
+ description="Number of GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 0 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Async GpGpu Threadgroup Count"
+ symbol_name="ASYNC_GPGPU_THREADGROUP_COUNT"
+ underscore_name="async_gpgpu_threadgroup_count"
+ description="Number of Async GPGPU threadgroups dispatched"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 1 READ"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Rasterizer Sample Output"
+ symbol_name="RASTERIZER_SAMPLE_OUTPUT"
+ underscore_name="rasterizer_sample_output"
+ description="Number of lit samples emitted by Rasterizer"
+ data_type="uint64"
+ units="events"
+ semantic_type="event"
+ equation="PEC 34 READ"
+ mdapi_group="Rasterizer"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Stall Aluwr"
+ symbol_name="XVE_STALL_ALUWR"
+ underscore_name="xve_stall_aluwr"
+ description="Percentage of time in which XVE stalled, with at least one thread waiting for ALU to write GRF/ACC register. Multiple stall reasons can qualify during the same cycle"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 2 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Stall Barrier"
+ symbol_name="XVE_STALL_BARRIER"
+ underscore_name="xve_stall_barrier"
+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Gateway to write Notify register. Multiple stall reasons can qualify during the same cycle"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 3 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Stall Control"
+ symbol_name="XVE_STALL_CONTROL"
+ underscore_name="xve_stall_control"
+ description="Percentage of time in which XVE stalled, with at least one thread waiting for JEU to complete branch instruction. Multiple stall reasons can qualify during the same cycle"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 4 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Stall Instfetch"
+ symbol_name="XVE_STALL_INSTFETCH"
+ underscore_name="xve_stall_instfetch"
+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Instruction Fetch. Multiple stall reasons can qualify during the same cycle"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 5 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Stall Other"
+ symbol_name="XVE_STALL_OTHER"
+ underscore_name="xve_stall_other"
+ description="Percentage of time in which XVE stalled, with at least one thread waiting on any other dependency (Flag/EoT etc). Multiple stall reasons can qualify during the same cycle"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 6 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Stall Pipestall"
+ symbol_name="XVE_STALL_PIPESTALL"
+ underscore_name="xve_stall_pipestall"
+ description="Percentage of time in which XVE stalled, with at least one thread ready to be scheduled (Grf conf/send holds etc). Multiple stall reasons can qualify during the same cycle"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 21 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Stall PS Dependency"
+ symbol_name="XVE_STALL_PS_DEPENDENCY"
+ underscore_name="xve_stall_ps_dependency"
+ description="Percentage of time in which XVE stalled, with at least one thread waiting on Pixel Shader dependency"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 22 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Stall Sbid"
+ symbol_name="XVE_STALL_SBID"
+ underscore_name="xve_stall_sbid"
+ description="Percentage of time in which XVE stalled, with at least one thread waiting for Scoreboard token to be available. Multiple stall reasons can qualify during the same cycle"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 23 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Stall Sendwr"
+ symbol_name="XVE_STALL_SENDWR"
+ underscore_name="xve_stall_sendwr"
+ description="Percentage of time in which XVE stalled, with at least one thread waiting for SEND message to be dispatched from XVE. Multiple stall reasons can qualify during the same cycle"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 24 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Thread Dispatch Queue0 Active"
+ symbol_name="THREAD_DISPATCH_QUEUE0_ACTIVE"
+ underscore_name="thread_dispatch_queue0_active"
+ description="Percentage of time in which non-Pixel Shader threads are ready for dispatch in a particular Xe core"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 25 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Thread Dispatch Queue0 Stall"
+ symbol_name="THREAD_DISPATCH_QUEUE0_STALL"
+ underscore_name="thread_dispatch_queue0_stall"
+ description="Percentage of time in which queue 0 is stalled waiting for threads to be available"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 26 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Thread Dispatch Queue1 Active"
+ symbol_name="THREAD_DISPATCH_QUEUE1_ACTIVE"
+ underscore_name="thread_dispatch_queue1_active"
+ description="Percentage of time in which non-Pixel Shader threads are ready for dispatch in a particular Xe core"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 27 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Thread Dispatch Queue1 Stall"
+ symbol_name="THREAD_DISPATCH_QUEUE1_STALL"
+ underscore_name="thread_dispatch_queue1_stall"
+ description="Percentage of time in which queue 1 is stalled waiting for threads to be available"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 28 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Threadgroup Dispatch Queue0 Resource Stall"
+ symbol_name="THREADGROUP_DISPATCH_QUEUE0_RESOURCE_STALL"
+ underscore_name="threadgroup_dispatch_queue0_resource_stall"
+ description="Percentage of time in which Thread Spawner queue 0 is stalled waiting for any resource to be available (for example, SLM, Barrier, BTD stack, etc.)"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 29 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="Threadgroup Dispatch Queue1 Resource Stall"
+ symbol_name="THREADGROUP_DISPATCH_QUEUE1_RESOURCE_STALL"
+ underscore_name="threadgroup_dispatch_queue1_resource_stall"
+ description="Percentage of time in which Thread Spawner queue 1 is stalled waiting for any resource to be available (for example, SLM, Barrier, BTD stack, etc.)"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 30 READ $XeCoreTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Thread Dispatcher"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Active"
+ symbol_name="XVE_ACTIVE"
+ underscore_name="xve_active"
+ description="Percentage of time in which at least one pipe is active in XVE"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 31 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Shared Function Access Hold"
+ symbol_name="XVE_SHARED_FUNCTION_ACCESS_HOLD"
+ underscore_name="xve_shared_function_access_hold"
+ description="Percentage of time in which XVE requests stalled by Shared Function units"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 7 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Stall"
+ symbol_name="XVE_STALL"
+ underscore_name="xve_stall"
+ description="Percentage of time in which any thread loaded but not even a single pipe is active in XVE"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 8 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Threads Occupancy All"
+ symbol_name="XVE_THREADS_OCCUPANCY_ALL"
+ underscore_name="xve_threads_occupancy_all"
+ description="Percentage of thread slots occupied by ALL threads"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 9 READ 8 UMUL $VectorEngineThreadsCount $VectorEngineTotalCount UMUL UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Multiple Pipe Active"
+ symbol_name="XVE_MULTIPLE_PIPE_ACTIVE"
+ underscore_name="xve_multiple_pipe_active"
+ description="Percentage of time in which at least two pipes are actively executing a Gen ISA instruction among ALU0, ALU1 and ALU2 pipes"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 10 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Pipe ALU0 And ALU1 Active"
+ symbol_name="XVE_PIPE_ALU0_AND_ALU1_ACTIVE"
+ underscore_name="xve_pipe_alu0_and_alu1_active"
+ description="Percentage of time in which ALU0 and ALU1 pipes are both actively executing a Gen ISA instruction"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 11 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <counter name="XVE Pipe ALU0 And ALU2 Active"
+ symbol_name="XVE_PIPE_ALU0_AND_ALU2_ACTIVE"
+ underscore_name="xve_pipe_alu0_and_alu2_active"
+ description="Percentage of time in which ALU0 and ALU2 pipes are both actively executing a Gen ISA instruction"
+ data_type="float"
+ units="percent"
+ semantic_type="duration"
+ equation="PEC 12 READ $EuCoresTotalCount UDIV 100 UMUL $GpuCoreClocks FDIV"
+ mdapi_group="Vector Engine"
+ mdapi_usage_flags="Frame Batch Draw"
+ mdapi_supported_apis=""
+ mdapi_hw_unit_type="gpu"
+ />
+ <register_config type="OA">
+ <register type="OA" address="0x00013000" value="0x00001801" />
+ <register type="OA" address="0x00013004" value="0x00000000" />
+ <register type="OA" address="0x00013008" value="0x00001802" />
+ <register type="OA" address="0x0001300C" value="0x00000000" />
+ <register type="OA" address="0x00013010" value="0x0000061D" />
+ <register type="OA" address="0x00013014" value="0x00000000" />
+ <register type="OA" address="0x00013018" value="0x0000061B" />
+ <register type="OA" address="0x0001301C" value="0x00000000" />
+ <register type="OA" address="0x00013020" value="0x00000620" />
+ <register type="OA" address="0x00013024" value="0x00000000" />
+ <register type="OA" address="0x00013028" value="0x0000061A" />
+ <register type="OA" address="0x0001302C" value="0x00000000" />
+ <register type="OA" address="0x00013030" value="0x00000621" />
+ <register type="OA" address="0x00013034" value="0x00000000" />
+ <register type="OA" address="0x00013038" value="0x00000600" />
+ <register type="OA" address="0x0001303C" value="0x00000000" />
+ <register type="OA" address="0x00013040" value="0x00000606" />
+ <register type="OA" address="0x00013044" value="0x00000000" />
+ <register type="OA" address="0x00013048" value="0x00000604" />
+ <register type="OA" address="0x0001304C" value="0x00000000" />
+ <register type="OA" address="0x00013050" value="0x00000624" />
+ <register type="OA" address="0x00013054" value="0x00000000" />
+ <register type="OA" address="0x00013058" value="0x00000625" />
+ <register type="OA" address="0x0001305C" value="0x00000000" />
+ <register type="OA" address="0x00013060" value="0x00000626" />
+ <register type="OA" address="0x00013064" value="0x00000000" />
+ <register type="OA" address="0x000130A8" value="0x0000061F" />
+ <register type="OA" address="0x000130AC" value="0x00000000" />
+ <register type="OA" address="0x000130B0" value="0x00000628" />
+ <register type="OA" address="0x000130B4" value="0x00000000" />
+ <register type="OA" address="0x000130B8" value="0x0000061C" />
+ <register type="OA" address="0x000130BC" value="0x00000000" />
+ <register type="OA" address="0x000130C0" value="0x0000061E" />
+ <register type="OA" address="0x000130C4" value="0x00000000" />
+ <register type="OA" address="0x000130C8" value="0x00001601" />
+ <register type="OA" address="0x000130CC" value="0x00000000" />
+ <register type="OA" address="0x000130D0" value="0x00001604" />
+ <register type="OA" address="0x000130D4" value="0x00000000" />
+ <register type="OA" address="0x000130D8" value="0x00001602" />
+ <register type="OA" address="0x000130DC" value="0x00000000" />
+ <register type="OA" address="0x000130E0" value="0x00001606" />
+ <register type="OA" address="0x000130E4" value="0x00000000" />
+ <register type="OA" address="0x000130E8" value="0x00001807" />
+ <register type="OA" address="0x000130EC" value="0x00000000" />
+ <register type="OA" address="0x000130F0" value="0x00001808" />
+ <register type="OA" address="0x000130F4" value="0x00000000" />
+ <register type="OA" address="0x000130F8" value="0x00000605" />
+ <register type="OA" address="0x000130FC" value="0x00000000" />
+ <register type="OA" address="0x00013300" value="0x00005A00" />
+ <register type="OA" address="0x00013304" value="0x00000000" />
+ <register type="OA" address="0x00013500" value="0x00005A00" />
+ <register type="OA" address="0x00013504" value="0x00000000" />
+ <register type="OA" address="0x00013700" value="0x00005A00" />
+ <register type="OA" address="0x00013704" value="0x00000000" />
+ <register type="OA" address="0x00013308" value="0x00004405" />
+ <register type="OA" address="0x0001330C" value="0x00000000" />
+ <register type="OA" address="0x00013508" value="0x00004405" />
+ <register type="OA" address="0x0001350C" value="0x00000000" />
+ <register type="OA" address="0x00013708" value="0x00004405" />
+ <register type="OA" address="0x0001370C" value="0x00000000" />
+ <register type="OA" address="0x00013310" value="0x00006805" />
+ <register type="OA" address="0x00013314" value="0x00000000" />
+ <register type="OA" address="0x00013510" value="0x00006805" />
+ <register type="OA" address="0x00013514" value="0x00000000" />
+ <register type="OA" address="0x00013710" value="0x00006805" />
+ <register type="OA" address="0x00013714" value="0x00000000" />
+ </register_config>
+ <register_config type="FLEX">
+ <register type="FLEX" address="0x0000E458" value="0x00000000" />
+ <register type="FLEX" address="0x0000E558" value="0x00000000" />
+ </register_config>
+ </set>
+
+</metrics>
--
2.41.0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* ✓ CI.xeBAT: success for series starting with [i-g-t,1/4] tests/xe_oa: Drop TestOa from metric_set()
2024-09-05 16:44 [PATCH i-g-t 1/4] tests/xe_oa: Drop TestOa from metric_set() Ashutosh Dixit
` (2 preceding siblings ...)
2024-09-05 16:44 ` [PATCH i-g-t 4/4] xe/oa: Add oa-bmg.xml Ashutosh Dixit
@ 2024-09-06 0:11 ` Patchwork
2024-09-06 0:41 ` ✗ Fi.CI.BAT: failure " Patchwork
` (2 subsequent siblings)
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-09-06 0:11 UTC (permalink / raw)
To: Dixit, Ashutosh; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 1502 bytes --]
== Series Details ==
Series: series starting with [i-g-t,1/4] tests/xe_oa: Drop TestOa from metric_set()
URL : https://patchwork.freedesktop.org/series/138273/
State : success
== Summary ==
CI Bug Log - changes from XEIGT_8007_BAT -> XEIGTPW_11708_BAT
====================================================
Summary
-------
**SUCCESS**
No regressions found.
Participating hosts (9 -> 8)
------------------------------
Missing (1): bat-pvc-2
Known issues
------------
Here are the changes found in XEIGTPW_11708_BAT that come from known issues:
### IGT changes ###
#### Possible fixes ####
* igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate:
- bat-bmg-1: [DMESG-WARN][1] ([Intel XE#877]) -> [PASS][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/bat-bmg-1/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/bat-bmg-1/igt@xe_exec_compute_mode@twice-bindexecqueue-userptr-invalidate.html
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
Build changes
-------------
* IGT: IGT_8007 -> IGTPW_11708
IGTPW_11708: 11708
IGT_8007: 8f9900c288f4cf1244d66baa71bc6d9355747cbd @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1901-7f3ffaf88a3a1b3e29416488fb4e58fd551cd89d: 7f3ffaf88a3a1b3e29416488fb4e58fd551cd89d
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/index.html
[-- Attachment #2: Type: text/html, Size: 2065 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ Fi.CI.BAT: failure for series starting with [i-g-t,1/4] tests/xe_oa: Drop TestOa from metric_set()
2024-09-05 16:44 [PATCH i-g-t 1/4] tests/xe_oa: Drop TestOa from metric_set() Ashutosh Dixit
` (3 preceding siblings ...)
2024-09-06 0:11 ` ✓ CI.xeBAT: success for series starting with [i-g-t,1/4] tests/xe_oa: Drop TestOa from metric_set() Patchwork
@ 2024-09-06 0:41 ` Patchwork
2024-09-06 16:45 ` [PATCH i-g-t 1/4] " Dixit, Ashutosh
2024-09-08 5:15 ` ✗ CI.xeFULL: failure for series starting with [i-g-t,1/4] " Patchwork
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-09-06 0:41 UTC (permalink / raw)
To: Dixit, Ashutosh; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 5759 bytes --]
== Series Details ==
Series: series starting with [i-g-t,1/4] tests/xe_oa: Drop TestOa from metric_set()
URL : https://patchwork.freedesktop.org/series/138273/
State : failure
== Summary ==
CI Bug Log - changes from IGT_8007 -> IGTPW_11708
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with IGTPW_11708 absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in IGTPW_11708, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
External URL: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11708/index.html
Participating hosts (42 -> 39)
------------------------------
Additional (1): bat-arlh-3
Missing (4): bat-mtlp-8 bat-dg1-7 fi-snb-2520m fi-kbl-8809g
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in IGTPW_11708:
### IGT changes ###
#### Possible regressions ####
* igt@i915_selftest@live:
- bat-twl-2: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8007/bat-twl-2/igt@i915_selftest@live.html
[2]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11708/bat-twl-2/igt@i915_selftest@live.html
Known issues
------------
Here are the changes found in IGTPW_11708 that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@i915_selftest@live@gt_lrc:
- bat-twl-2: [PASS][3] -> [INCOMPLETE][4] ([i915#11981] / [i915#9413])
[3]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8007/bat-twl-2/igt@i915_selftest@live@gt_lrc.html
[4]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11708/bat-twl-2/igt@i915_selftest@live@gt_lrc.html
#### Possible fixes ####
* igt@i915_selftest@live:
- bat-arls-2: [DMESG-WARN][5] ([i915#10341]) -> [PASS][6]
[5]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8007/bat-arls-2/igt@i915_selftest@live.html
[6]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11708/bat-arls-2/igt@i915_selftest@live.html
* igt@i915_selftest@live@hangcheck:
- bat-arls-2: [DMESG-WARN][7] ([i915#11349]) -> [PASS][8]
[7]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8007/bat-arls-2/igt@i915_selftest@live@hangcheck.html
[8]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11708/bat-arls-2/igt@i915_selftest@live@hangcheck.html
* igt@kms_pipe_crc_basic@nonblocking-crc:
- bat-arls-5: [INCOMPLETE][9] ([i915#11320]) -> [PASS][10]
[9]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8007/bat-arls-5/igt@kms_pipe_crc_basic@nonblocking-crc.html
[10]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11708/bat-arls-5/igt@kms_pipe_crc_basic@nonblocking-crc.html
#### Warnings ####
* igt@fbdev@read:
- bat-arls-1: [DMESG-WARN][11] ([i915#12102]) -> [DMESG-FAIL][12] ([i915#12102])
[11]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8007/bat-arls-1/igt@fbdev@read.html
[12]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11708/bat-arls-1/igt@fbdev@read.html
* igt@i915_module_load@load:
- bat-apl-1: [DMESG-WARN][13] ([i915#180] / [i915#1982]) -> [DMESG-WARN][14] ([i915#180]) +1 other test dmesg-warn
[13]: https://intel-gfx-ci.01.org/tree/drm-tip/IGT_8007/bat-apl-1/igt@i915_module_load@load.html
[14]: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11708/bat-apl-1/igt@i915_module_load@load.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[i915#10196]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10196
[i915#10341]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/10341
[i915#11320]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11320
[i915#11343]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11343
[i915#11346]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11346
[i915#11349]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11349
[i915#11666]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11666
[i915#11671]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11671
[i915#11681]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11681
[i915#11723]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11723
[i915#11724]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11724
[i915#11725]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11725
[i915#11726]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11726
[i915#11981]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/11981
[i915#12102]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/12102
[i915#180]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/180
[i915#1982]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/1982
[i915#8809]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/8809
[i915#9318]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9318
[i915#9413]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9413
[i915#9886]: https://gitlab.freedesktop.org/drm/i915/kernel/-/issues/9886
Build changes
-------------
* CI: CI-20190529 -> None
* IGT: IGT_8007 -> IGTPW_11708
CI-20190529: 20190529
CI_DRM_15369: 7f3ffaf88a3a1b3e29416488fb4e58fd551cd89d @ git://anongit.freedesktop.org/gfx-ci/linux
IGTPW_11708: 11708
IGT_8007: 8f9900c288f4cf1244d66baa71bc6d9355747cbd @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/drm-tip/IGTPW_11708/index.html
[-- Attachment #2: Type: text/html, Size: 5678 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t 1/4] tests/xe_oa: Drop TestOa from metric_set()
2024-09-05 16:44 [PATCH i-g-t 1/4] tests/xe_oa: Drop TestOa from metric_set() Ashutosh Dixit
` (4 preceding siblings ...)
2024-09-06 0:41 ` ✗ Fi.CI.BAT: failure " Patchwork
@ 2024-09-06 16:45 ` Dixit, Ashutosh
2024-09-06 16:53 ` Souza, Jose
2024-09-08 5:15 ` ✗ CI.xeFULL: failure for series starting with [i-g-t,1/4] " Patchwork
6 siblings, 1 reply; 9+ messages in thread
From: Dixit, Ashutosh @ 2024-09-06 16:45 UTC (permalink / raw)
To: igt-dev, Jose Souza
On Thu, 05 Sep 2024 09:44:55 -0700, Ashutosh Dixit wrote:
>
> From: José Roberto de Souza <jose.souza@intel.com>
>
> Some platforms don't provide TestOa and Renderbasic and ComputeBasic
> are better tests for render and compute engine and available in all
> platforms.
I went ahead and merged this series. Thanks for the patches Jose.
Ashutosh
> Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
> Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [PATCH i-g-t 1/4] tests/xe_oa: Drop TestOa from metric_set()
2024-09-06 16:45 ` [PATCH i-g-t 1/4] " Dixit, Ashutosh
@ 2024-09-06 16:53 ` Souza, Jose
0 siblings, 0 replies; 9+ messages in thread
From: Souza, Jose @ 2024-09-06 16:53 UTC (permalink / raw)
To: Dixit, Ashutosh, igt-dev@lists.freedesktop.org
On Fri, 2024-09-06 at 09:45 -0700, Dixit, Ashutosh wrote:
> On Thu, 05 Sep 2024 09:44:55 -0700, Ashutosh Dixit wrote:
> >
> > From: José Roberto de Souza <jose.souza@intel.com>
> >
> > Some platforms don't provide TestOa and Renderbasic and ComputeBasic
> > are better tests for render and compute engine and available in all
> > platforms.
>
> I went ahead and merged this series. Thanks for the patches Jose.
Okay, thank you.
>
> Ashutosh
>
> > Reviewed-by: Ashutosh Dixit <ashutosh.dixit@intel.com>
> > Signed-off-by: José Roberto de Souza <jose.souza@intel.com>
^ permalink raw reply [flat|nested] 9+ messages in thread
* ✗ CI.xeFULL: failure for series starting with [i-g-t,1/4] tests/xe_oa: Drop TestOa from metric_set()
2024-09-05 16:44 [PATCH i-g-t 1/4] tests/xe_oa: Drop TestOa from metric_set() Ashutosh Dixit
` (5 preceding siblings ...)
2024-09-06 16:45 ` [PATCH i-g-t 1/4] " Dixit, Ashutosh
@ 2024-09-08 5:15 ` Patchwork
6 siblings, 0 replies; 9+ messages in thread
From: Patchwork @ 2024-09-08 5:15 UTC (permalink / raw)
To: Ashutosh Dixit; +Cc: igt-dev
[-- Attachment #1: Type: text/plain, Size: 62425 bytes --]
== Series Details ==
Series: series starting with [i-g-t,1/4] tests/xe_oa: Drop TestOa from metric_set()
URL : https://patchwork.freedesktop.org/series/138273/
State : failure
== Summary ==
CI Bug Log - changes from XEIGT_8007_full -> XEIGTPW_11708_full
====================================================
Summary
-------
**FAILURE**
Serious unknown changes coming with XEIGTPW_11708_full absolutely need to be
verified manually.
If you think the reported changes have nothing to do with the changes
introduced in XEIGTPW_11708_full, please notify your bug team (I915-ci-infra@lists.freedesktop.org) to allow them
to document this new failure mode, which will reduce false positives in CI.
Participating hosts (4 -> 4)
------------------------------
No changes in participating hosts
Possible new issues
-------------------
Here are the unknown changes that may have been introduced in XEIGTPW_11708_full:
### IGT changes ###
#### Possible regressions ####
* igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue:
- shard-lnl: [PASS][1] -> [INCOMPLETE][2]
[1]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-4/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html
[2]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-1/igt@xe_drm_fdinfo@utilization-single-full-load-destroy-queue.html
* igt@xe_exec_basic@twice-userptr:
- shard-dg2-set2: [PASS][3] -> [DMESG-WARN][4] +1 other test dmesg-warn
[3]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-433/igt@xe_exec_basic@twice-userptr.html
[4]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-463/igt@xe_exec_basic@twice-userptr.html
#### Suppressed ####
The following results come from untrusted machines, tests, or statuses.
They do not affect the overall result.
* igt@kms_sequence@get-forked-busy:
- {shard-bmg}: [PASS][5] -> [DMESG-WARN][6] +1 other test dmesg-warn
[5]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-bmg-4/igt@kms_sequence@get-forked-busy.html
[6]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-bmg-4/igt@kms_sequence@get-forked-busy.html
* igt@xe_exec_threads@threads-hang-userptr-rebind-err:
- {shard-bmg}: [PASS][7] -> [ABORT][8]
[7]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-bmg-4/igt@xe_exec_threads@threads-hang-userptr-rebind-err.html
[8]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-bmg-7/igt@xe_exec_threads@threads-hang-userptr-rebind-err.html
* igt@xe_oa@oa-exponents:
- {shard-bmg}: [PASS][9] -> [FAIL][10]
[9]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-bmg-3/igt@xe_oa@oa-exponents.html
[10]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-bmg-3/igt@xe_oa@oa-exponents.html
* igt@xe_oa@oa-exponents@ccs-0:
- {shard-bmg}: NOTRUN -> [FAIL][11]
[11]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-bmg-3/igt@xe_oa@oa-exponents@ccs-0.html
New tests
---------
New tests have been introduced between XEIGT_8007_full and XEIGTPW_11708_full:
### New IGT tests (2) ###
* igt@kms_atomic_transition@plane-all-transition-fencing@pipe-a-dp-4:
- Statuses : 1 pass(s)
- Exec time: [3.77] s
* igt@kms_atomic_transition@plane-all-transition-fencing@pipe-b-dp-4:
- Statuses : 1 pass(s)
- Exec time: [3.77] s
Known issues
------------
Here are the changes found in XEIGTPW_11708_full that come from known issues:
### IGT changes ###
#### Issues hit ####
* igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-6:
- shard-dg2-set2: [PASS][12] -> [FAIL][13] ([Intel XE#1426]) +1 other test fail
[12]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-466/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-6.html
[13]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-433/igt@kms_atomic_transition@plane-all-modeset-transition@pipe-a-hdmi-a-6.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip:
- shard-lnl: [PASS][14] -> [FAIL][15] ([Intel XE#1659])
[14]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-1/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
[15]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-8/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-0-hflip.html
* igt@kms_big_fb@linear-32bpp-rotate-90:
- shard-dg2-set2: NOTRUN -> [SKIP][16] ([Intel XE#316])
[16]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_big_fb@linear-32bpp-rotate-90.html
* igt@kms_big_fb@y-tiled-16bpp-rotate-180:
- shard-lnl: NOTRUN -> [SKIP][17] ([Intel XE#1124]) +1 other test skip
[17]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-7/igt@kms_big_fb@y-tiled-16bpp-rotate-180.html
* igt@kms_big_fb@yf-tiled-32bpp-rotate-0:
- shard-dg2-set2: NOTRUN -> [SKIP][18] ([Intel XE#1124] / [Intel XE#1201]) +2 other tests skip
[18]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-435/igt@kms_big_fb@yf-tiled-32bpp-rotate-0.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-lnl: NOTRUN -> [SKIP][19] ([Intel XE#1467])
[19]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-7/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_bw@linear-tiling-2-displays-2160x1440p:
- shard-dg2-set2: NOTRUN -> [SKIP][20] ([Intel XE#367])
[20]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_bw@linear-tiling-2-displays-2160x1440p.html
* igt@kms_bw@linear-tiling-2-displays-2560x1440p:
- shard-lnl: NOTRUN -> [SKIP][21] ([Intel XE#367])
[21]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-1/igt@kms_bw@linear-tiling-2-displays-2560x1440p.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-a-hdmi-a-6:
- shard-dg2-set2: NOTRUN -> [SKIP][22] ([Intel XE#1201] / [Intel XE#787]) +6 other tests skip
[22]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-435/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-a-hdmi-a-6.html
* igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4:
- shard-dg2-set2: NOTRUN -> [SKIP][23] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +1 other test skip
[23]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-435/igt@kms_ccs@bad-aux-stride-y-tiled-gen12-rc-ccs-cc@pipe-d-dp-4.html
* igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs:
- shard-dg2-set2: NOTRUN -> [SKIP][24] ([Intel XE#1252])
[24]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_ccs@bad-rotation-90-4-tiled-bmg-ccs.html
* igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs:
- shard-lnl: NOTRUN -> [SKIP][25] ([Intel XE#1399]) +1 other test skip
[25]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-4/igt@kms_ccs@ccs-on-another-bo-4-tiled-mtl-mc-ccs.html
* igt@kms_chamelium_color@ctm-red-to-blue:
- shard-dg2-set2: NOTRUN -> [SKIP][26] ([Intel XE#1201] / [Intel XE#306])
[26]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-435/igt@kms_chamelium_color@ctm-red-to-blue.html
* igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k:
- shard-lnl: NOTRUN -> [SKIP][27] ([Intel XE#373])
[27]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-3/igt@kms_chamelium_edid@dp-edid-stress-resolution-non-4k.html
* igt@kms_chamelium_hpd@vga-hpd:
- shard-dg2-set2: NOTRUN -> [SKIP][28] ([Intel XE#1201] / [Intel XE#373])
[28]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-434/igt@kms_chamelium_hpd@vga-hpd.html
* igt@kms_cursor_crc@cursor-offscreen-512x512:
- shard-dg2-set2: NOTRUN -> [SKIP][29] ([Intel XE#1201] / [Intel XE#308])
[29]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-433/igt@kms_cursor_crc@cursor-offscreen-512x512.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-lnl: NOTRUN -> [SKIP][30] ([Intel XE#1413])
[30]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-8/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible:
- shard-dg2-set2: [PASS][31] -> [INCOMPLETE][32] ([Intel XE#1195] / [Intel XE#2049] / [Intel XE#2597])
[31]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-463/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
[32]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-434/igt@kms_flip@2x-flip-vs-suspend-interruptible.html
* igt@kms_flip@2x-flip-vs-suspend-interruptible@bc-hdmi-a6-dp4:
- shard-dg2-set2: [PASS][33] -> [INCOMPLETE][34] ([Intel XE#1195])
[33]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-463/igt@kms_flip@2x-flip-vs-suspend-interruptible@bc-hdmi-a6-dp4.html
[34]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-434/igt@kms_flip@2x-flip-vs-suspend-interruptible@bc-hdmi-a6-dp4.html
* igt@kms_flip@2x-plain-flip-ts-check:
- shard-lnl: NOTRUN -> [SKIP][35] ([Intel XE#1421])
[35]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-5/igt@kms_flip@2x-plain-flip-ts-check.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling:
- shard-lnl: NOTRUN -> [SKIP][36] ([Intel XE#1401] / [Intel XE#1745]) +1 other test skip
[36]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling.html
* igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode:
- shard-lnl: NOTRUN -> [SKIP][37] ([Intel XE#1401]) +1 other test skip
[37]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-6/igt@kms_flip_scaled_crc@flip-32bpp-yftileccs-to-64bpp-yftile-upscaling@pipe-a-default-mode.html
* igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling:
- shard-dg2-set2: NOTRUN -> [SKIP][38] ([Intel XE#1201] / [Intel XE#455]) +7 other tests skip
[38]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-434/igt@kms_flip_scaled_crc@flip-64bpp-ytile-to-32bpp-ytile-downscaling.html
* igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-render:
- shard-lnl: NOTRUN -> [SKIP][39] ([Intel XE#651]) +1 other test skip
[39]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-7/igt@kms_frontbuffer_tracking@fbcdrrs-rgb101010-draw-render.html
* igt@kms_frontbuffer_tracking@fbcdrrs-suspend:
- shard-dg2-set2: NOTRUN -> [SKIP][40] ([Intel XE#1201] / [Intel XE#651]) +2 other tests skip
[40]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-463/igt@kms_frontbuffer_tracking@fbcdrrs-suspend.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-onoff:
- shard-lnl: NOTRUN -> [SKIP][41] ([Intel XE#656]) +10 other tests skip
[41]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-3/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-cur-indfb-onoff.html
* igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-render:
- shard-dg2-set2: NOTRUN -> [SKIP][42] ([Intel XE#1201] / [Intel XE#653])
[42]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-434/igt@kms_frontbuffer_tracking@psr-1p-primscrn-spr-indfb-draw-render.html
* igt@kms_plane@plane-position-covered:
- shard-lnl: [PASS][43] -> [DMESG-FAIL][44] ([Intel XE#324]) +2 other tests dmesg-fail
[43]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-1/igt@kms_plane@plane-position-covered.html
[44]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-4/igt@kms_plane@plane-position-covered.html
* igt@kms_plane@plane-position-covered@pipe-b-plane-3:
- shard-lnl: [PASS][45] -> [DMESG-WARN][46] ([Intel XE#324]) +3 other tests dmesg-warn
[45]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-1/igt@kms_plane@plane-position-covered@pipe-b-plane-3.html
[46]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-4/igt@kms_plane@plane-position-covered@pipe-b-plane-3.html
* igt@kms_plane_multiple@tiling-yf:
- shard-dg2-set2: NOTRUN -> [SKIP][47] ([Intel XE#455])
[47]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_plane_multiple@tiling-yf.html
* igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6:
- shard-dg2-set2: [PASS][48] -> [FAIL][49] ([Intel XE#361])
[48]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-435/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html
[49]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-463/igt@kms_plane_scaling@intel-max-src-size@pipe-a-hdmi-a-6.html
* igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5:
- shard-lnl: NOTRUN -> [SKIP][50] ([Intel XE#2318]) +7 other tests skip
[50]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-2/igt@kms_plane_scaling@planes-upscale-factor-0-25-downscale-factor-0-5.html
* igt@kms_psr@fbc-pr-no-drrs:
- shard-lnl: NOTRUN -> [SKIP][51] ([Intel XE#1406])
[51]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-5/igt@kms_psr@fbc-pr-no-drrs.html
* igt@kms_psr@psr2-cursor-blt:
- shard-dg2-set2: NOTRUN -> [SKIP][52] ([Intel XE#1201] / [Intel XE#929]) +1 other test skip
[52]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-436/igt@kms_psr@psr2-cursor-blt.html
* igt@kms_vrr@flip-basic-fastset:
- shard-lnl: [PASS][53] -> [FAIL][54] ([Intel XE#2443]) +1 other test fail
[53]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-7/igt@kms_vrr@flip-basic-fastset.html
[54]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-4/igt@kms_vrr@flip-basic-fastset.html
* igt@kms_writeback@writeback-check-output-xrgb2101010:
- shard-lnl: NOTRUN -> [SKIP][55] ([Intel XE#756])
[55]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-2/igt@kms_writeback@writeback-check-output-xrgb2101010.html
* igt@xe_create@multigpu-create-massive-size:
- shard-dg2-set2: NOTRUN -> [SKIP][56] ([Intel XE#1201] / [Intel XE#944])
[56]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-433/igt@xe_create@multigpu-create-massive-size.html
* igt@xe_evict@evict-beng-mixed-many-threads-small:
- shard-lnl: NOTRUN -> [SKIP][57] ([Intel XE#688]) +1 other test skip
[57]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-5/igt@xe_evict@evict-beng-mixed-many-threads-small.html
* igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-rebind:
- shard-lnl: NOTRUN -> [SKIP][58] ([Intel XE#1392])
[58]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-4/igt@xe_exec_basic@multigpu-many-execqueues-many-vm-bindexecqueue-rebind.html
* igt@xe_exec_fault_mode@twice-userptr-rebind-imm:
- shard-dg2-set2: NOTRUN -> [SKIP][59] ([Intel XE#1201] / [Intel XE#288]) +4 other tests skip
[59]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-435/igt@xe_exec_fault_mode@twice-userptr-rebind-imm.html
* igt@xe_exec_threads@threads-bal-mixed-shared-vm-basic:
- shard-dg2-set2: [PASS][60] -> [INCOMPLETE][61] ([Intel XE#1169] / [Intel XE#1195] / [Intel XE#1356])
[60]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-433/igt@xe_exec_threads@threads-bal-mixed-shared-vm-basic.html
[61]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-433/igt@xe_exec_threads@threads-bal-mixed-shared-vm-basic.html
* igt@xe_oa@mmio-triggered-reports:
- shard-lnl: [PASS][62] -> [FAIL][63] ([Intel XE#2249])
[62]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-7/igt@xe_oa@mmio-triggered-reports.html
[63]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-2/igt@xe_oa@mmio-triggered-reports.html
* igt@xe_oa@mmio-triggered-reports@rcs-0:
- shard-lnl: NOTRUN -> [FAIL][64] ([Intel XE#2249])
[64]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-2/igt@xe_oa@mmio-triggered-reports@rcs-0.html
* igt@xe_oa@non-zero-reason:
- shard-dg2-set2: NOTRUN -> [SKIP][65] ([Intel XE#1201] / [Intel XE#2541])
[65]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-434/igt@xe_oa@non-zero-reason.html
* igt@xe_oa@whitelisted-registers-userspace-config:
- shard-dg2-set2: NOTRUN -> [SKIP][66] ([Intel XE#2541])
[66]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@xe_oa@whitelisted-registers-userspace-config.html
* igt@xe_pm@s3-mocs:
- shard-lnl: NOTRUN -> [SKIP][67] ([Intel XE#584])
[67]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-6/igt@xe_pm@s3-mocs.html
* igt@xe_pm@s4-multiple-execs:
- shard-lnl: [PASS][68] -> [ABORT][69] ([Intel XE#1358] / [Intel XE#1607] / [Intel XE#1794])
[68]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-1/igt@xe_pm@s4-multiple-execs.html
[69]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-2/igt@xe_pm@s4-multiple-execs.html
* igt@xe_pm_residency@toggle-gt-c6:
- shard-lnl: [PASS][70] -> [FAIL][71] ([Intel XE#958])
[70]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-4/igt@xe_pm_residency@toggle-gt-c6.html
[71]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-2/igt@xe_pm_residency@toggle-gt-c6.html
* igt@xe_query@multigpu-query-oa-units:
- shard-lnl: NOTRUN -> [SKIP][72] ([Intel XE#944])
[72]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-4/igt@xe_query@multigpu-query-oa-units.html
* igt@xe_wedged@wedged-mode-toggle:
- shard-lnl: [PASS][73] -> [ABORT][74] ([Intel XE#2310] / [Intel XE#2317])
[73]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-3/igt@xe_wedged@wedged-mode-toggle.html
[74]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-5/igt@xe_wedged@wedged-mode-toggle.html
#### Possible fixes ####
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear:
- shard-lnl: [FAIL][75] ([Intel XE#911]) -> [PASS][76] +3 other tests pass
[75]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-1/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
[76]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-6/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-a-edp-1-linear.html
* igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6:
- shard-dg2-set2: [FAIL][77] ([Intel XE#1426]) -> [PASS][78] +1 other test pass
[77]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-436/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6.html
[78]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-466/igt@kms_atomic_transition@plane-all-modeset-transition-fencing@pipe-a-hdmi-a-6.html
* igt@kms_atomic_transition@plane-all-transition-fencing@pipe-a-dp-2:
- {shard-bmg}: [INCOMPLETE][79] -> [PASS][80] +1 other test pass
[79]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-bmg-4/igt@kms_atomic_transition@plane-all-transition-fencing@pipe-a-dp-2.html
[80]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-bmg-4/igt@kms_atomic_transition@plane-all-transition-fencing@pipe-a-dp-2.html
* igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1:
- shard-lnl: [FAIL][81] ([Intel XE#1426]) -> [PASS][82] +3 other tests pass
[81]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-6/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html
[82]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-4/igt@kms_atomic_transition@plane-toggle-modeset-transition@pipe-a-edp-1.html
* igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip:
- shard-lnl: [FAIL][83] ([Intel XE#1659]) -> [PASS][84]
[83]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-6/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
[84]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-5/igt@kms_big_fb@4-tiled-max-hw-stride-64bpp-rotate-180-hflip.html
* igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-d-dp-2:
- {shard-bmg}: [FAIL][85] ([Intel XE#2436]) -> [PASS][86] +2 other tests pass
[85]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-bmg-8/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-d-dp-2.html
[86]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-bmg-4/igt@kms_ccs@crc-sprite-planes-basic-4-tiled-bmg-ccs@pipe-d-dp-2.html
* igt@kms_cursor_crc@cursor-suspend:
- shard-dg2-set2: [INCOMPLETE][87] -> [PASS][88] +1 other test pass
[87]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_cursor_crc@cursor-suspend.html
[88]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-463/igt@kms_cursor_crc@cursor-suspend.html
* igt@kms_cursor_edge_walk@256x256-right-edge:
- shard-lnl: [FAIL][89] ([Intel XE#2577]) -> [PASS][90] +1 other test pass
[89]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-7/igt@kms_cursor_edge_walk@256x256-right-edge.html
[90]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-4/igt@kms_cursor_edge_walk@256x256-right-edge.html
* igt@kms_flip@2x-absolute-wf_vblank-interruptible:
- shard-dg2-set2: [INCOMPLETE][91] ([Intel XE#1195]) -> [PASS][92] +1 other test pass
[91]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-434/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
[92]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_flip@2x-absolute-wf_vblank-interruptible.html
* igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1:
- shard-lnl: [FAIL][93] ([Intel XE#886]) -> [PASS][94] +1 other test pass
[93]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-3/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html
[94]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-5/igt@kms_flip@flip-vs-blocking-wf-vblank@c-edp1.html
* igt@kms_hdr@invalid-hdr:
- {shard-bmg}: [SKIP][95] ([Intel XE#1503]) -> [PASS][96]
[95]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-bmg-1/igt@kms_hdr@invalid-hdr.html
[96]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-bmg-4/igt@kms_hdr@invalid-hdr.html
* igt@kms_plane@plane-position-hole:
- shard-lnl: [DMESG-FAIL][97] ([Intel XE#324]) -> [PASS][98] +1 other test pass
[97]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-4/igt@kms_plane@plane-position-hole.html
[98]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-3/igt@kms_plane@plane-position-hole.html
* igt@kms_plane@plane-position-hole@pipe-b-plane-4:
- shard-lnl: [DMESG-WARN][99] ([Intel XE#324]) -> [PASS][100] +1 other test pass
[99]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-4/igt@kms_plane@plane-position-hole@pipe-b-plane-4.html
[100]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-3/igt@kms_plane@plane-position-hole@pipe-b-plane-4.html
* igt@kms_pm_dc@dc6-dpms:
- shard-lnl: [FAIL][101] ([Intel XE#1430]) -> [PASS][102]
[101]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-4/igt@kms_pm_dc@dc6-dpms.html
[102]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-3/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_psr@fbc-psr2-dpms:
- shard-lnl: [FAIL][103] ([Intel XE#1649]) -> [PASS][104] +1 other test pass
[103]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-1/igt@kms_psr@fbc-psr2-dpms.html
[104]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-3/igt@kms_psr@fbc-psr2-dpms.html
* igt@kms_universal_plane@cursor-fb-leak:
- {shard-bmg}: [FAIL][105] ([Intel XE#899]) -> [PASS][106] +1 other test pass
[105]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-bmg-1/igt@kms_universal_plane@cursor-fb-leak.html
[106]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-bmg-4/igt@kms_universal_plane@cursor-fb-leak.html
* igt@xe_evict@evict-mixed-threads-large:
- shard-dg2-set2: [TIMEOUT][107] ([Intel XE#1473]) -> [PASS][108]
[107]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-466/igt@xe_evict@evict-mixed-threads-large.html
[108]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@xe_evict@evict-mixed-threads-large.html
* igt@xe_evict@evict-small-external-cm:
- {shard-bmg}: [DMESG-WARN][109] ([Intel XE#877]) -> [PASS][110] +5 other tests pass
[109]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-bmg-4/igt@xe_evict@evict-small-external-cm.html
[110]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-bmg-4/igt@xe_evict@evict-small-external-cm.html
* igt@xe_exec_compute_mode@twice-userptr-invalidate:
- shard-lnl: [FAIL][111] ([Intel XE#1069]) -> [PASS][112]
[111]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-3/igt@xe_exec_compute_mode@twice-userptr-invalidate.html
[112]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-2/igt@xe_exec_compute_mode@twice-userptr-invalidate.html
* igt@xe_exec_reset@parallel-gt-reset:
- shard-dg2-set2: [TIMEOUT][113] ([Intel XE#2105]) -> [PASS][114]
[113]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-463/igt@xe_exec_reset@parallel-gt-reset.html
[114]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-433/igt@xe_exec_reset@parallel-gt-reset.html
* igt@xe_pm@s4-vm-bind-userptr:
- shard-lnl: [ABORT][115] ([Intel XE#1794]) -> [PASS][116]
[115]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-2/igt@xe_pm@s4-vm-bind-userptr.html
[116]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-3/igt@xe_pm@s4-vm-bind-userptr.html
* igt@xe_pm_residency@idle-residency-on-exec:
- shard-lnl: [TIMEOUT][117] ([Intel XE#2484]) -> [PASS][118]
[117]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-7/igt@xe_pm_residency@idle-residency-on-exec.html
[118]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-1/igt@xe_pm_residency@idle-residency-on-exec.html
* igt@xe_pm_residency@idle-residency-on-exec@gt0-engine-drm_xe_engine_class_compute:
- shard-lnl: [TIMEOUT][119] -> [PASS][120]
[119]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-lnl-7/igt@xe_pm_residency@idle-residency-on-exec@gt0-engine-drm_xe_engine_class_compute.html
[120]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-lnl-1/igt@xe_pm_residency@idle-residency-on-exec@gt0-engine-drm_xe_engine_class_compute.html
* igt@xe_wedged@wedged-at-any-timeout:
- shard-dg2-set2: [FAIL][121] -> [PASS][122]
[121]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-435/igt@xe_wedged@wedged-at-any-timeout.html
[122]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-463/igt@xe_wedged@wedged-at-any-timeout.html
#### Warnings ####
* igt@kms_addfb_basic@addfb25-y-tiled-small-legacy:
- shard-dg2-set2: [SKIP][123] ([Intel XE#623]) -> [SKIP][124] ([Intel XE#1201] / [Intel XE#623])
[123]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
[124]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-434/igt@kms_addfb_basic@addfb25-y-tiled-small-legacy.html
* igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-6-4-mc-ccs:
- shard-dg2-set2: [SKIP][125] ([Intel XE#1201] / [Intel XE#801]) -> [SKIP][126] ([Intel XE#801]) +23 other tests skip
[125]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-434/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-6-4-mc-ccs.html
[126]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_async_flips@async-flip-with-page-flip-events@pipe-b-hdmi-a-6-4-mc-ccs.html
* igt@kms_async_flips@invalid-async-flip:
- shard-dg2-set2: [SKIP][127] ([Intel XE#873]) -> [SKIP][128] ([Intel XE#1201] / [Intel XE#873])
[127]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_async_flips@invalid-async-flip.html
[128]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-435/igt@kms_async_flips@invalid-async-flip.html
* igt@kms_big_fb@x-tiled-32bpp-rotate-90:
- shard-dg2-set2: [SKIP][129] ([Intel XE#1201] / [Intel XE#316]) -> [SKIP][130] ([Intel XE#316]) +2 other tests skip
[129]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-435/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
[130]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_big_fb@x-tiled-32bpp-rotate-90.html
* igt@kms_big_fb@x-tiled-8bpp-rotate-90:
- shard-dg2-set2: [SKIP][131] ([Intel XE#316]) -> [SKIP][132] ([Intel XE#1201] / [Intel XE#316])
[131]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
[132]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-433/igt@kms_big_fb@x-tiled-8bpp-rotate-90.html
* igt@kms_big_fb@yf-tiled-addfb:
- shard-dg2-set2: [SKIP][133] ([Intel XE#619]) -> [SKIP][134] ([Intel XE#1201] / [Intel XE#619])
[133]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb.html
[134]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-433/igt@kms_big_fb@yf-tiled-addfb.html
* igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow:
- shard-dg2-set2: [SKIP][135] ([Intel XE#1201] / [Intel XE#607]) -> [SKIP][136] ([Intel XE#607])
[135]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-436/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
[136]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_big_fb@yf-tiled-addfb-size-offset-overflow.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip:
- shard-dg2-set2: [SKIP][137] ([Intel XE#1124]) -> [SKIP][138] ([Intel XE#1124] / [Intel XE#1201]) +6 other tests skip
[137]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
[138]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-435/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip.html
* igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip:
- shard-dg2-set2: [SKIP][139] ([Intel XE#1124] / [Intel XE#1201]) -> [SKIP][140] ([Intel XE#1124]) +9 other tests skip
[139]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-434/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
[140]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_big_fb@yf-tiled-max-hw-stride-32bpp-rotate-180-hflip-async-flip.html
* igt@kms_big_joiner@invalid-modeset:
- shard-dg2-set2: [SKIP][141] ([Intel XE#1201] / [Intel XE#346]) -> [SKIP][142] ([Intel XE#346])
[141]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-436/igt@kms_big_joiner@invalid-modeset.html
[142]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_big_joiner@invalid-modeset.html
* igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p:
- shard-dg2-set2: [SKIP][143] ([Intel XE#367]) -> [SKIP][144] ([Intel XE#1201] / [Intel XE#367]) +3 other tests skip
[143]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p.html
[144]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-435/igt@kms_bw@connected-linear-tiling-1-displays-2560x1440p.html
* igt@kms_bw@linear-tiling-2-displays-3840x2160p:
- shard-dg2-set2: [SKIP][145] ([Intel XE#1201] / [Intel XE#367]) -> [SKIP][146] ([Intel XE#367]) +3 other tests skip
[145]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-463/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
[146]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_bw@linear-tiling-2-displays-3840x2160p.html
* igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6:
- shard-dg2-set2: [SKIP][147] ([Intel XE#787]) -> [SKIP][148] ([Intel XE#1201] / [Intel XE#787]) +76 other tests skip
[147]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html
[148]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-436/igt@kms_ccs@bad-pixel-format-4-tiled-mtl-rc-ccs-cc@pipe-a-hdmi-a-6.html
* igt@kms_ccs@bad-pixel-format-yf-tiled-ccs:
- shard-dg2-set2: [SKIP][149] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) -> [SKIP][150] ([Intel XE#455] / [Intel XE#787]) +17 other tests skip
[149]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-433/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html
[150]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_ccs@bad-pixel-format-yf-tiled-ccs.html
* igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-6:
- shard-dg2-set2: [SKIP][151] ([Intel XE#1201] / [Intel XE#787]) -> [SKIP][152] ([Intel XE#787]) +62 other tests skip
[151]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-434/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-6.html
[152]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_ccs@crc-primary-basic-4-tiled-mtl-rc-ccs@pipe-b-hdmi-a-6.html
* igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-dp-4:
- shard-dg2-set2: [SKIP][153] ([Intel XE#455] / [Intel XE#787]) -> [SKIP][154] ([Intel XE#1201] / [Intel XE#455] / [Intel XE#787]) +21 other tests skip
[153]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-dp-4.html
[154]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-434/igt@kms_ccs@crc-primary-basic-y-tiled-gen12-rc-ccs@pipe-d-dp-4.html
* igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs:
- shard-dg2-set2: [SKIP][155] ([Intel XE#1201] / [Intel XE#1252]) -> [SKIP][156] ([Intel XE#1252])
[155]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-434/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
[156]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_ccs@crc-primary-rotation-180-4-tiled-bmg-ccs.html
* igt@kms_cdclk@mode-transition-all-outputs:
- shard-dg2-set2: [SKIP][157] ([Intel XE#1201] / [Intel XE#314]) -> [SKIP][158] ([Intel XE#314])
[157]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-434/igt@kms_cdclk@mode-transition-all-outputs.html
[158]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_cdclk@mode-transition-all-outputs.html
* igt@kms_cdclk@mode-transition@pipe-d-dp-4:
- shard-dg2-set2: [SKIP][159] ([Intel XE#314]) -> [SKIP][160] ([Intel XE#1201] / [Intel XE#314]) +3 other tests skip
[159]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_cdclk@mode-transition@pipe-d-dp-4.html
[160]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-433/igt@kms_cdclk@mode-transition@pipe-d-dp-4.html
* igt@kms_cdclk@plane-scaling@pipe-b-dp-4:
- shard-dg2-set2: [SKIP][161] ([Intel XE#1152]) -> [SKIP][162] ([Intel XE#1152] / [Intel XE#1201]) +3 other tests skip
[161]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html
[162]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-434/igt@kms_cdclk@plane-scaling@pipe-b-dp-4.html
* igt@kms_chamelium_color@gamma:
- shard-dg2-set2: [SKIP][163] ([Intel XE#1201] / [Intel XE#306]) -> [SKIP][164] ([Intel XE#306]) +1 other test skip
[163]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-435/igt@kms_chamelium_color@gamma.html
[164]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_chamelium_color@gamma.html
* igt@kms_chamelium_hpd@hdmi-hpd:
- shard-dg2-set2: [SKIP][165] ([Intel XE#373]) -> [SKIP][166] ([Intel XE#1201] / [Intel XE#373]) +6 other tests skip
[165]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_chamelium_hpd@hdmi-hpd.html
[166]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-463/igt@kms_chamelium_hpd@hdmi-hpd.html
* igt@kms_chamelium_hpd@vga-hpd-without-ddc:
- shard-dg2-set2: [SKIP][167] ([Intel XE#1201] / [Intel XE#373]) -> [SKIP][168] ([Intel XE#373]) +6 other tests skip
[167]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-436/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
[168]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_chamelium_hpd@vga-hpd-without-ddc.html
* igt@kms_content_protection@dp-mst-type-1:
- shard-dg2-set2: [SKIP][169] ([Intel XE#307]) -> [SKIP][170] ([Intel XE#1201] / [Intel XE#307])
[169]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_content_protection@dp-mst-type-1.html
[170]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-463/igt@kms_content_protection@dp-mst-type-1.html
* igt@kms_cursor_crc@cursor-offscreen-512x170:
- shard-dg2-set2: [SKIP][171] ([Intel XE#1201] / [Intel XE#308]) -> [SKIP][172] ([Intel XE#308]) +2 other tests skip
[171]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-435/igt@kms_cursor_crc@cursor-offscreen-512x170.html
[172]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_cursor_crc@cursor-offscreen-512x170.html
* igt@kms_cursor_crc@cursor-random-512x170:
- shard-dg2-set2: [SKIP][173] ([Intel XE#308]) -> [SKIP][174] ([Intel XE#1201] / [Intel XE#308])
[173]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_cursor_crc@cursor-random-512x170.html
[174]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-466/igt@kms_cursor_crc@cursor-random-512x170.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size:
- shard-dg2-set2: [SKIP][175] ([Intel XE#323]) -> [SKIP][176] ([Intel XE#1201] / [Intel XE#323]) +1 other test skip
[175]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
[176]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-436/igt@kms_cursor_legacy@short-busy-flip-before-cursor-atomic-transitions-varying-size.html
* igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle:
- shard-dg2-set2: [SKIP][177] ([Intel XE#1201] / [Intel XE#323]) -> [SKIP][178] ([Intel XE#323]) +1 other test skip
[177]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-435/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
[178]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_cursor_legacy@short-busy-flip-before-cursor-toggle.html
* igt@kms_dsc@dsc-with-output-formats-with-bpc:
- shard-dg2-set2: [SKIP][179] ([Intel XE#455]) -> [SKIP][180] ([Intel XE#1201] / [Intel XE#455]) +10 other tests skip
[179]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
[180]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-435/igt@kms_dsc@dsc-with-output-formats-with-bpc.html
* igt@kms_feature_discovery@chamelium:
- shard-dg2-set2: [SKIP][181] ([Intel XE#701]) -> [SKIP][182] ([Intel XE#1201] / [Intel XE#701])
[181]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_feature_discovery@chamelium.html
[182]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-433/igt@kms_feature_discovery@chamelium.html
* igt@kms_feature_discovery@display-3x:
- shard-dg2-set2: [SKIP][183] ([Intel XE#1201] / [Intel XE#703]) -> [SKIP][184] ([Intel XE#703])
[183]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-466/igt@kms_feature_discovery@display-3x.html
[184]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_feature_discovery@display-3x.html
* igt@kms_feature_discovery@display-4x:
- shard-dg2-set2: [SKIP][185] ([Intel XE#1138]) -> [SKIP][186] ([Intel XE#1138] / [Intel XE#1201])
[185]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_feature_discovery@display-4x.html
[186]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-463/igt@kms_feature_discovery@display-4x.html
* igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-valid-mode:
- shard-dg2-set2: [SKIP][187] ([Intel XE#1201] / [Intel XE#455]) -> [SKIP][188] ([Intel XE#455]) +9 other tests skip
[187]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-433/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html
[188]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_flip_scaled_crc@flip-32bpp-ytile-to-64bpp-ytile-upscaling@pipe-a-valid-mode.html
* igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-mmap-wc:
- shard-dg2-set2: [SKIP][189] ([Intel XE#651]) -> [SKIP][190] ([Intel XE#1201] / [Intel XE#651]) +22 other tests skip
[189]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-mmap-wc.html
[190]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-435/igt@kms_frontbuffer_tracking@drrs-rgb101010-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff:
- shard-dg2-set2: [SKIP][191] ([Intel XE#1201] / [Intel XE#651]) -> [SKIP][192] ([Intel XE#651]) +26 other tests skip
[191]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-466/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff.html
[192]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcdrrs-1p-primscrn-spr-indfb-onoff.html
* igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc:
- shard-dg2-set2: [SKIP][193] ([Intel XE#1201] / [Intel XE#653]) -> [SKIP][194] ([Intel XE#653]) +21 other tests skip
[193]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-433/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
[194]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-2p-scndscrn-pri-shrfb-draw-mmap-wc.html
* igt@kms_frontbuffer_tracking@fbcpsr-tiling-linear:
- shard-dg2-set2: [SKIP][195] ([Intel XE#653]) -> [SKIP][196] ([Intel XE#1201] / [Intel XE#653]) +19 other tests skip
[195]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_frontbuffer_tracking@fbcpsr-tiling-linear.html
[196]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-435/igt@kms_frontbuffer_tracking@fbcpsr-tiling-linear.html
* igt@kms_multipipe_modeset@basic-max-pipe-crc-check:
- shard-dg2-set2: [SKIP][197] ([Intel XE#1201] / [Intel XE#356]) -> [SKIP][198] ([Intel XE#356])
[197]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-466/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
[198]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_multipipe_modeset@basic-max-pipe-crc-check.html
* igt@kms_pm_dc@dc3co-vpb-simulation:
- shard-dg2-set2: [SKIP][199] ([Intel XE#1122] / [Intel XE#1201]) -> [SKIP][200] ([Intel XE#1122]) +1 other test skip
[199]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-466/igt@kms_pm_dc@dc3co-vpb-simulation.html
[200]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_pm_dc@dc3co-vpb-simulation.html
* igt@kms_pm_dc@dc6-dpms:
- shard-dg2-set2: [SKIP][201] ([Intel XE#1201] / [Intel XE#908]) -> [SKIP][202] ([Intel XE#908])
[201]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-435/igt@kms_pm_dc@dc6-dpms.html
[202]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_pm_dc@dc6-dpms.html
* igt@kms_pm_dc@dc6-psr:
- shard-dg2-set2: [SKIP][203] ([Intel XE#1129] / [Intel XE#1201]) -> [SKIP][204] ([Intel XE#1129])
[203]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-435/igt@kms_pm_dc@dc6-psr.html
[204]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_pm_dc@dc6-psr.html
* igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf:
- shard-dg2-set2: [SKIP][205] ([Intel XE#1201] / [Intel XE#1489]) -> [SKIP][206] ([Intel XE#1489]) +4 other tests skip
[205]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-466/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html
[206]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_psr2_sf@cursor-plane-move-continuous-exceed-sf.html
* igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area:
- shard-dg2-set2: [SKIP][207] ([Intel XE#1489]) -> [SKIP][208] ([Intel XE#1201] / [Intel XE#1489]) +4 other tests skip
[207]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area.html
[208]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-466/igt@kms_psr2_sf@fbc-plane-move-sf-dmg-area.html
* igt@kms_psr@fbc-psr2-primary-render:
- shard-dg2-set2: [SKIP][209] ([Intel XE#929]) -> [SKIP][210] ([Intel XE#1201] / [Intel XE#929]) +12 other tests skip
[209]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_psr@fbc-psr2-primary-render.html
[210]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-434/igt@kms_psr@fbc-psr2-primary-render.html
* igt@kms_psr@fbc-psr2-sprite-plane-move:
- shard-dg2-set2: [SKIP][211] ([Intel XE#1201] / [Intel XE#929]) -> [SKIP][212] ([Intel XE#929]) +13 other tests skip
[211]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-434/igt@kms_psr@fbc-psr2-sprite-plane-move.html
[212]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_psr@fbc-psr2-sprite-plane-move.html
* igt@kms_rotation_crc@bad-tiling:
- shard-dg2-set2: [SKIP][213] ([Intel XE#327]) -> [SKIP][214] ([Intel XE#1201] / [Intel XE#327]) +2 other tests skip
[213]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_rotation_crc@bad-tiling.html
[214]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-435/igt@kms_rotation_crc@bad-tiling.html
* igt@kms_rotation_crc@primary-y-tiled-reflect-x-180:
- shard-dg2-set2: [SKIP][215] ([Intel XE#1127]) -> [SKIP][216] ([Intel XE#1127] / [Intel XE#1201])
[215]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
[216]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-433/igt@kms_rotation_crc@primary-y-tiled-reflect-x-180.html
* igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0:
- shard-dg2-set2: [SKIP][217] ([Intel XE#1127] / [Intel XE#1201]) -> [SKIP][218] ([Intel XE#1127])
[217]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-436/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
[218]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_rotation_crc@primary-yf-tiled-reflect-x-0.html
* igt@kms_writeback@writeback-fb-id:
- shard-dg2-set2: [SKIP][219] ([Intel XE#756]) -> [SKIP][220] ([Intel XE#1201] / [Intel XE#756]) +1 other test skip
[219]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@kms_writeback@writeback-fb-id.html
[220]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-463/igt@kms_writeback@writeback-fb-id.html
* igt@kms_writeback@writeback-fb-id-xrgb2101010:
- shard-dg2-set2: [SKIP][221] ([Intel XE#1201] / [Intel XE#756]) -> [SKIP][222] ([Intel XE#756]) +1 other test skip
[221]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-435/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
[222]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@kms_writeback@writeback-fb-id-xrgb2101010.html
* igt@xe_compute_preempt@compute-preempt:
- shard-dg2-set2: [SKIP][223] ([Intel XE#1280] / [Intel XE#455]) -> [SKIP][224] ([Intel XE#1201] / [Intel XE#1280] / [Intel XE#455]) +1 other test skip
[223]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@xe_compute_preempt@compute-preempt.html
[224]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-434/igt@xe_compute_preempt@compute-preempt.html
* igt@xe_copy_basic@mem-copy-linear-0x3fff:
- shard-dg2-set2: [SKIP][225] ([Intel XE#1123] / [Intel XE#1201]) -> [SKIP][226] ([Intel XE#1123]) +1 other test skip
[225]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-433/igt@xe_copy_basic@mem-copy-linear-0x3fff.html
[226]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@xe_copy_basic@mem-copy-linear-0x3fff.html
* igt@xe_copy_basic@mem-set-linear-0x369:
- shard-dg2-set2: [SKIP][227] ([Intel XE#1126]) -> [SKIP][228] ([Intel XE#1126] / [Intel XE#1201])
[227]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0x369.html
[228]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-433/igt@xe_copy_basic@mem-set-linear-0x369.html
* igt@xe_copy_basic@mem-set-linear-0xfffe:
- shard-dg2-set2: [SKIP][229] ([Intel XE#1126] / [Intel XE#1201]) -> [SKIP][230] ([Intel XE#1126])
[229]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-434/igt@xe_copy_basic@mem-set-linear-0xfffe.html
[230]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@xe_copy_basic@mem-set-linear-0xfffe.html
* igt@xe_exec_fault_mode@once-rebind-imm:
- shard-dg2-set2: [SKIP][231] ([Intel XE#288]) -> [SKIP][232] ([Intel XE#1201] / [Intel XE#288]) +18 other tests skip
[231]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@xe_exec_fault_mode@once-rebind-imm.html
[232]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-433/igt@xe_exec_fault_mode@once-rebind-imm.html
* igt@xe_exec_fault_mode@twice-userptr-invalidate-race:
- shard-dg2-set2: [SKIP][233] ([Intel XE#1201] / [Intel XE#288]) -> [SKIP][234] ([Intel XE#288]) +22 other tests skip
[233]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-433/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html
[234]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@xe_exec_fault_mode@twice-userptr-invalidate-race.html
* igt@xe_huc_copy@huc_copy:
- shard-dg2-set2: [SKIP][235] ([Intel XE#1201] / [Intel XE#255]) -> [SKIP][236] ([Intel XE#255])
[235]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-433/igt@xe_huc_copy@huc_copy.html
[236]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@xe_huc_copy@huc_copy.html
* igt@xe_oa@closed-fd-and-unmapped-access:
- shard-dg2-set2: [SKIP][237] ([Intel XE#1201] / [Intel XE#2541]) -> [SKIP][238] ([Intel XE#2541]) +4 other tests skip
[237]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-433/igt@xe_oa@closed-fd-and-unmapped-access.html
[238]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@xe_oa@closed-fd-and-unmapped-access.html
* igt@xe_oa@create-destroy-userspace-config:
- shard-dg2-set2: [SKIP][239] ([Intel XE#2541]) -> [SKIP][240] ([Intel XE#1201] / [Intel XE#2541]) +3 other tests skip
[239]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@xe_oa@create-destroy-userspace-config.html
[240]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-433/igt@xe_oa@create-destroy-userspace-config.html
* igt@xe_pm@d3cold-basic-exec:
- shard-dg2-set2: [SKIP][241] ([Intel XE#1201] / [Intel XE#2284] / [Intel XE#366]) -> [SKIP][242] ([Intel XE#2284] / [Intel XE#366])
[241]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-434/igt@xe_pm@d3cold-basic-exec.html
[242]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-432/igt@xe_pm@d3cold-basic-exec.html
* igt@xe_query@multigpu-query-oa-units:
- shard-dg2-set2: [SKIP][243] ([Intel XE#944]) -> [SKIP][244] ([Intel XE#1201] / [Intel XE#944])
[243]: https://intel-gfx-ci.01.org/tree/intel-xe/IGT_8007/shard-dg2-432/igt@xe_query@multigpu-query-oa-units.html
[244]: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/shard-dg2-466/igt@xe_query@multigpu-query-oa-units.html
{name}: This element is suppressed. This means it is ignored when computing
the status of the difference (SUCCESS, WARNING, or FAILURE).
[Intel XE#1069]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1069
[Intel XE#1122]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1122
[Intel XE#1123]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1123
[Intel XE#1124]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1124
[Intel XE#1126]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1126
[Intel XE#1127]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1127
[Intel XE#1129]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1129
[Intel XE#1138]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1138
[Intel XE#1152]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1152
[Intel XE#1169]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1169
[Intel XE#1195]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1195
[Intel XE#1201]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1201
[Intel XE#1252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1252
[Intel XE#1280]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1280
[Intel XE#1356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1356
[Intel XE#1358]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1358
[Intel XE#1392]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1392
[Intel XE#1399]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1399
[Intel XE#1401]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1401
[Intel XE#1406]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1406
[Intel XE#1413]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1413
[Intel XE#1421]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1421
[Intel XE#1426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1426
[Intel XE#1430]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1430
[Intel XE#1467]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1467
[Intel XE#1473]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1473
[Intel XE#1489]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1489
[Intel XE#1503]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1503
[Intel XE#1607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1607
[Intel XE#1649]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1649
[Intel XE#1659]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1659
[Intel XE#1745]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1745
[Intel XE#1760]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1760
[Intel XE#1794]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/1794
[Intel XE#2026]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2026
[Intel XE#2049]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2049
[Intel XE#2105]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2105
[Intel XE#2234]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2234
[Intel XE#2249]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2249
[Intel XE#2251]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2251
[Intel XE#2252]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2252
[Intel XE#2284]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2284
[Intel XE#2286]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2286
[Intel XE#2293]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2293
[Intel XE#2310]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2310
[Intel XE#2311]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2311
[Intel XE#2313]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2313
[Intel XE#2317]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2317
[Intel XE#2318]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2318
[Intel XE#2320]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2320
[Intel XE#2321]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2321
[Intel XE#2322]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2322
[Intel XE#2325]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2325
[Intel XE#2327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2327
[Intel XE#2333]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2333
[Intel XE#2341]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2341
[Intel XE#2357]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2357
[Intel XE#2380]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2380
[Intel XE#2426]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2426
[Intel XE#2436]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2436
[Intel XE#2443]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2443
[Intel XE#2472]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2472
[Intel XE#2484]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2484
[Intel XE#2509]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2509
[Intel XE#2541]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2541
[Intel XE#255]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/255
[Intel XE#2577]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2577
[Intel XE#2597]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2597
[Intel XE#2652]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/2652
[Intel XE#288]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/288
[Intel XE#306]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/306
[Intel XE#307]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/307
[Intel XE#308]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/308
[Intel XE#314]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/314
[Intel XE#316]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/316
[Intel XE#323]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/323
[Intel XE#324]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/324
[Intel XE#327]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/327
[Intel XE#346]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/346
[Intel XE#356]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/356
[Intel XE#361]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/361
[Intel XE#366]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/366
[Intel XE#367]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/367
[Intel XE#373]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/373
[Intel XE#455]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/455
[Intel XE#584]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/584
[Intel XE#607]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/607
[Intel XE#619]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/619
[Intel XE#623]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/623
[Intel XE#651]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/651
[Intel XE#653]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/653
[Intel XE#656]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/656
[Intel XE#688]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/688
[Intel XE#701]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/701
[Intel XE#703]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/703
[Intel XE#756]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/756
[Intel XE#776]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/776
[Intel XE#787]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/787
[Intel XE#801]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/801
[Intel XE#873]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/873
[Intel XE#877]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/877
[Intel XE#886]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/886
[Intel XE#899]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/899
[Intel XE#908]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/908
[Intel XE#911]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/911
[Intel XE#929]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/929
[Intel XE#944]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/944
[Intel XE#958]: https://gitlab.freedesktop.org/drm/xe/kernel/issues/958
Build changes
-------------
* IGT: IGT_8007 -> IGTPW_11708
IGTPW_11708: 11708
IGT_8007: 8f9900c288f4cf1244d66baa71bc6d9355747cbd @ https://gitlab.freedesktop.org/drm/igt-gpu-tools.git
xe-1901-7f3ffaf88a3a1b3e29416488fb4e58fd551cd89d: 7f3ffaf88a3a1b3e29416488fb4e58fd551cd89d
== Logs ==
For more details see: https://intel-gfx-ci.01.org/tree/intel-xe/IGTPW_11708/index.html
[-- Attachment #2: Type: text/html, Size: 78082 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-09-08 5:15 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-05 16:44 [PATCH i-g-t 1/4] tests/xe_oa: Drop TestOa from metric_set() Ashutosh Dixit
2024-09-05 16:44 ` [PATCH i-g-t 2/4] xe/oa: Update oa-lnl.xml Ashutosh Dixit
2024-09-05 16:44 ` [PATCH i-g-t 3/4] xe/oa: Update scripts to support BMG Ashutosh Dixit
2024-09-05 16:44 ` [PATCH i-g-t 4/4] xe/oa: Add oa-bmg.xml Ashutosh Dixit
2024-09-06 0:11 ` ✓ CI.xeBAT: success for series starting with [i-g-t,1/4] tests/xe_oa: Drop TestOa from metric_set() Patchwork
2024-09-06 0:41 ` ✗ Fi.CI.BAT: failure " Patchwork
2024-09-06 16:45 ` [PATCH i-g-t 1/4] " Dixit, Ashutosh
2024-09-06 16:53 ` Souza, Jose
2024-09-08 5:15 ` ✗ CI.xeFULL: failure for series starting with [i-g-t,1/4] " Patchwork
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox