Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"pattern": "^[0-9.]+E-[0-9]+$"
},
{
"pattern": "^[0-9.]+E-[0-9]+\\(MB/sec\\)$"
"pattern": "^[0-9.]+E-[0-9]+\\((MB|MiB)/sec\\)$"
},
{
"const": ""
Expand Down
6 changes: 3 additions & 3 deletions scripts/config/perf-uncore-events-clx.csv
Original file line number Diff line number Diff line change
Expand Up @@ -62,14 +62,14 @@ UNC_M_WPQ_OCCUPANCY,,,,,,
UNC_M_PMM_RPQ_OCCUPANCY.ALL,,Read Pending Queue Occupancy of all read requests for Intel Optane DC persistent memory,,,,
UNC_M_PMM_RPQ_OCCUPANCY.ALL,UNC_M_PMM_READ_LATENCY,Intel Optane DC persistent memory read latency (ns),,6000000000(ns),UNC_M_PMM_RPQ_OCCUPANCY.ALL / UNC_M_PMM_RPQ_INSERTS / UNC_M_CLOCKTICKS,
UNC_M_PMM_RPQ_INSERTS,,Write requests allocated in the PMM Write Pending Queue for Intel Optane DC persistent memory,,,,
UNC_M_PMM_RPQ_INSERTS,UNC_M_PMM_BANDWIDTH.READ,Intel Optane DC persistent memory bandwidth read (MB/sec),,6.103515625E-5(MB/sec),,
UNC_M_PMM_RPQ_INSERTS,UNC_M_PMM_BANDWIDTH.TOTAL,Intel Optane DC persistent memory bandwidth total (MB/sec),,6.103515625E-5(MB/sec),UNC_M_PMM_RPQ_INSERTS + UNC_M_PMM_WPQ_INSERTS,
UNC_M_PMM_RPQ_INSERTS,UNC_M_PMM_BANDWIDTH.READ,Intel Optane DC persistent memory bandwidth read (MiB/sec),,6.103515625E-5(MiB/sec),,
UNC_M_PMM_RPQ_INSERTS,UNC_M_PMM_BANDWIDTH.TOTAL,Intel Optane DC persistent memory bandwidth total (MiB/sec),,6.103515625E-5(MiB/sec),UNC_M_PMM_RPQ_INSERTS + UNC_M_PMM_WPQ_INSERTS,
UNC_M_PMM_CMD1.ALL,,,,,,
UNC_M_PMM_CMD1.RD,,,,,,
UNC_M_PMM_CMD1.WR,,,,,,
UNC_M_PMM_CMD1.UFILL_RD,,,,,,
UNC_M_PMM_WPQ_INSERTS,,Write requests allocated in the PMM Write Pending Queue for Intel Optane DC persistent memory,,,,
UNC_M_PMM_WPQ_INSERTS,UNC_M_PMM_BANDWIDTH.WRITE,Intel Optane DC persistent memory bandwidth write (MB/sec),,6.103515625E-5(MB/sec),,
UNC_M_PMM_WPQ_INSERTS,UNC_M_PMM_BANDWIDTH.WRITE,Intel Optane DC persistent memory bandwidth write (MiB/sec),,6.103515625E-5(MiB/sec),,
UNC_M_PMM_WPQ_OCCUPANCY.ALL,,,,,,
UNC_C_CLOCKTICKS,,,,,,
UNC_H_CORE_SNP.CORE_GTONE,,,,,,
Expand Down