mirror of
https://github.com/andreas-abel/nanoBench.git
synced 2026-01-05 03:50:06 +01:00
21 lines
743 B
Plaintext
21 lines
743 B
Plaintext
# Performance monitoring events for processors based on the Ice Lake microarchitecture.
|
|
# Applies to processors with DisplayFamily_DisplayModel of 06_7DH and 06_7EH.
|
|
# See Table 19-5 of Intel's "System Programming Guide" (May 2019)
|
|
|
|
0E.01 UOPS_ISSUED.ANY
|
|
B1.01 UOPS_EXECUTED.THREAD
|
|
A1.01 UOPS_DISPATCHED.PORT_0
|
|
A1.02 UOPS_DISPATCHED.PORT_1
|
|
A1.04 UOPS_DISPATCHED.PORT_2_3
|
|
A1.10 UOPS_DISPATCHED.PORT_4_9
|
|
A1.20 UOPS_DISPATCHED.PORT_5
|
|
A1.40 UOPS_DISPATCHED.PORT_6
|
|
A1.80 UOPS_DISPATCHED.PORT_7_8
|
|
C4.00 BR_INST_RETIRED.ALL_BRANCHES
|
|
C5.00 BR_MISP_RETIRED.ALL_BRANCHES
|
|
D1.01 MEM_LOAD_RETIRED.L1_HIT
|
|
D1.08 MEM_LOAD_RETIRED.L1_MISS
|
|
D1.02 MEM_LOAD_RETIRED.L2_HIT
|
|
D1.10 MEM_LOAD_RETIRED.L2_MISS
|
|
D1.04 MEM_LOAD_RETIRED.L3_HIT
|
|
D1.20 MEM_LOAD_RETIRED.L3_MISS |