Skip to content

Commit

Permalink
perf vendor events intel: Fix modifier in tma_info_system_mem_paralle…
Browse files Browse the repository at this point in the history
…l_reads

The metric is using the wrong format encoding. This fix is in the
converter script PR: intel/perfmon#101

Signed-off-by: Ian Rogers <irogers@google.com>
  • Loading branch information
captain5050 authored and intel-lab-lkp committed Aug 30, 2023
1 parent 97588df commit 909b145
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf/pmu-events/arch/x86/skylake/skl-metrics.json
Original file line number Diff line number Diff line change
Expand Up @@ -923,7 +923,7 @@
},
{
"BriefDescription": "Average number of parallel data read requests to external memory",
"MetricExpr": "UNC_ARB_TRK_OCCUPANCY.DATA_READ / UNC_ARB_TRK_OCCUPANCY.DATA_READ@thresh\\=1@",
"MetricExpr": "UNC_ARB_TRK_OCCUPANCY.DATA_READ / UNC_ARB_TRK_OCCUPANCY.DATA_READ@cmask\\=1@",
"MetricGroup": "Mem;MemoryBW;SoC",
"MetricName": "tma_info_system_mem_parallel_reads",
"PublicDescription": "Average number of parallel data read requests to external memory. Accounts for demand loads and L1/L2 prefetches"
Expand Down

0 comments on commit 909b145

Please sign in to comment.