mirror of
https://github.com/andreas-abel/nanoBench.git
synced 2025-07-21 15:11:03 +02:00
10 lines
443 B
Plaintext
10 lines
443 B
Plaintext
# Performance monitoring events for processors based on the Knights Landing microarchitecture.
|
|
# Applies to processors with DisplayFamily_DisplayModel of 06_57H and 06_85H.
|
|
# See Table 19-7 of Intel's "System Programming Guide" (Jan. 2019)
|
|
|
|
C2.10 UOPS_RETIRED.ALL
|
|
C4.00 BR_INST_RETIRED.ALL_BRANCHES
|
|
C5.00 BR_MISP_RETIRED.ALL_BRANCHES
|
|
04.01 MEM_UOPS_RETIRED.L1_MISS_LOADS
|
|
04.02 MEM_UOPS_RETIRED.L2_HIT_LOADS
|
|
04.04 MEM_UOPS_RETIRED.L2_MISS_LOADS |