Skip to content

Commit 5a341cc

Browse files
captain5050namhyung
authored andcommitted
perf vendor events intel: Update cascadelakex metric units
The updated metrics were published in: intel/perfmon@2dce436 Signed-off-by: Ian Rogers <irogers@google.com> Reviewed-by: Dapeng Mi <dapeng1.mi@linux.intel.com> Signed-off-by: Namhyung Kim <namhyung@kernel.org>
1 parent 99eb714 commit 5a341cc

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

tools/perf/pmu-events/arch/x86/cascadelakex/uncore-cache.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Unit": "CHA"
2323
},
2424
{
25-
"BriefDescription": "LLC misses - Uncacheable reads (from cpu) . Derived from unc_cha_tor_inserts.ia_miss",
25+
"BriefDescription": "LLC misses - Uncacheable reads (from cpu). Derived from unc_cha_tor_inserts.ia_miss",
2626
"Counter": "0,1,2,3",
2727
"EventCode": "0x35",
2828
"EventName": "LLC_MISSES.UNCACHEABLE",

tools/perf/pmu-events/arch/x86/cascadelakex/uncore-memory.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -316,32 +316,32 @@
316316
"Unit": "iMC"
317317
},
318318
{
319-
"BriefDescription": "Intel Optane DC persistent memory bandwidth read (MB/sec). Derived from unc_m_pmm_rpq_inserts",
319+
"BriefDescription": "Intel Optane DC persistent memory bandwidth read (MiB/sec). Derived from unc_m_pmm_rpq_inserts",
320320
"Counter": "0,1,2,3",
321321
"EventCode": "0xE3",
322322
"EventName": "UNC_M_PMM_BANDWIDTH.READ",
323323
"PerPkg": "1",
324-
"ScaleUnit": "6.103515625E-5MB/sec",
324+
"ScaleUnit": "6.103515625E-5MiB/sec",
325325
"Unit": "iMC"
326326
},
327327
{
328-
"BriefDescription": "Intel Optane DC persistent memory bandwidth total (MB/sec). Derived from unc_m_pmm_rpq_inserts",
328+
"BriefDescription": "Intel Optane DC persistent memory bandwidth total (MiB/sec). Derived from unc_m_pmm_rpq_inserts",
329329
"Counter": "0,1,2,3",
330330
"EventCode": "0xE3",
331331
"EventName": "UNC_M_PMM_BANDWIDTH.TOTAL",
332332
"MetricExpr": "UNC_M_PMM_RPQ_INSERTS + UNC_M_PMM_WPQ_INSERTS",
333333
"MetricName": "UNC_M_PMM_BANDWIDTH.TOTAL",
334334
"PerPkg": "1",
335-
"ScaleUnit": "6.103515625E-5MB/sec",
335+
"ScaleUnit": "6.103515625E-5MiB/sec",
336336
"Unit": "iMC"
337337
},
338338
{
339-
"BriefDescription": "Intel Optane DC persistent memory bandwidth write (MB/sec). Derived from unc_m_pmm_wpq_inserts",
339+
"BriefDescription": "Intel Optane DC persistent memory bandwidth write (MiB/sec). Derived from unc_m_pmm_wpq_inserts",
340340
"Counter": "0,1,2,3",
341341
"EventCode": "0xE7",
342342
"EventName": "UNC_M_PMM_BANDWIDTH.WRITE",
343343
"PerPkg": "1",
344-
"ScaleUnit": "6.103515625E-5MB/sec",
344+
"ScaleUnit": "6.103515625E-5MiB/sec",
345345
"Unit": "iMC"
346346
},
347347
{

0 commit comments

Comments
 (0)