This is probably not the correct interpretation of this error.
The Win32 error above is more likely to indicate the actual problem.
Flags
Severity
Success
This code indicates success, rather than an error.
This may not be the correct interpretation of this code,
or possibly the program is handling errors incorrectly.
I want to monitor the cache request number in the last level cache. I wrote a Linux module to get that information based on the tutorial here. It can compile and run, but the output result is always 0. In other words, when I use rdmsr, it always give me [...] read more