Skip to content

Commit 7d38399

Browse files
committed
add uncore
1 parent a9e60d2 commit 7d38399

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
@@ -97,6 +97,10 @@ const EVENT_TYPES =
9797
(:fp_arith_inst_retired_512B_packed_double, 0x40c7), # mul=8,vlen=8,ops=1 AVX512
9898
(:mem_inst_retired_all_loads, 0x81d0),
9999
(:mem_inst_retired_all_stores, 0x82d0),
100+
# Skylake uncore
101+
# https://www.intel.com/content/dam/www/public/us/en/documents/manuals/6th-gen-core-family-uncore-performance-monitoring-manual.pdf
102+
(:unc_arb_trk_requests_all, 0x0180),
103+
(:unc_arb_coh_trk_requests_all, 0x0184)
100104
])
101105
]
102106

0 commit comments

Comments
 (0)