We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11eacbf commit a03613aCopy full SHA for a03613a
cpucounters.cpp
@@ -5734,9 +5734,9 @@ void PCM::setupCustomCoreEventsForNuma(PCM::ExtendedCustomCoreEventDescription&
5734
break;
5735
case PCM::SKX:
5736
// OFFCORE_RESPONSE.ALL_REQUESTS.L3_MISS_LOCAL_DRAM.ANY_SNOOP
5737
- conf.OffcoreResponseMsrValue[0] = 0x3FC0009FFF | (1 << 26);
+ conf.OffcoreResponseMsrValue[0] = 0x3FC0008FFF | (1 << 26);
5738
// OFFCORE_RESPONSE.ALL_REQUESTS.L3_MISS_REMOTE_(HOP0,HOP1,HOP2P)_DRAM.ANY_SNOOP
5739
- conf.OffcoreResponseMsrValue[1] = 0x3FC0009FFF | (1 << 27) | (1 << 28) | (1 << 29);
+ conf.OffcoreResponseMsrValue[1] = 0x3FC0008FFF | (1 << 27) | (1 << 28) | (1 << 29);
5740
5741
default:
5742
throw UnsupportedProcessorException();
0 commit comments