File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -169,13 +169,12 @@ constexpr auto ARCH_LLC_MISS_UMASK = 0x41;
169
169
#define ATOM_MEM_LOAD_RETIRED_L2_MISS_UMASK (0x02 )
170
170
171
171
// Offcore response events
172
- #define OFFCORE_RESPONSE_0_EVTNR (0xB7 )
173
- #define OFFCORE_RESPONSE_1_EVTNR (0xBB )
174
- #define GLC_OFFCORE_RESPONSE_0_EVTNR (0x2A )
175
- #define GLC_OFFCORE_RESPONSE_1_EVTNR (0x2B )
176
- #define OFFCORE_RESPONSE_0_UMASK (1 )
177
- #define OFFCORE_RESPONSE_1_UMASK (1 )
178
-
172
+ constexpr auto OFFCORE_RESPONSE_0_EVTNR = 0xB7 ;
173
+ constexpr auto OFFCORE_RESPONSE_1_EVTNR = 0xBB ;
174
+ constexpr auto GLC_OFFCORE_RESPONSE_0_EVTNR = 0x2A ;
175
+ constexpr auto GLC_OFFCORE_RESPONSE_1_EVTNR = 0x2B ;
176
+ constexpr auto OFFCORE_RESPONSE_0_UMASK = 1 ;
177
+ constexpr auto OFFCORE_RESPONSE_1_UMASK = 1 ;
179
178
180
179
constexpr auto LOAD_LATENCY_EVTNR = 0xcd ;
181
180
constexpr auto LOAD_LATENCY_UMASK = 0x01 ;
You can’t perform that action at this time.
0 commit comments