Skip to content

Commit 59be1c5

Browse files
committed
add uncore
1 parent 6f4b191 commit 59be1c5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/LinuxPerf.jl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,10 @@ const EVENT_TYPES =
9999
(:fp_arith_inst_retired_512B_packed_double, 0x40c7), # mul=8,vlen=8,ops=1 AVX512
100100
(:mem_inst_retired_all_loads, 0x81d0),
101101
(:mem_inst_retired_all_stores, 0x82d0),
102+
# Skylake uncore
103+
# https://www.intel.com/content/dam/www/public/us/en/documents/manuals/6th-gen-core-family-uncore-performance-monitoring-manual.pdf
104+
(:unc_arb_trk_requests_all, 0x0180),
105+
(:unc_arb_coh_trk_requests_all, 0x0184)
102106
])
103107
]
104108

0 commit comments

Comments
 (0)