You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running pmu test on SPR, sometimes the following failure is
reported.
1 <= 0 <= 1000000
FAIL: Intel: llc misses-4
Currently The LLC misses occurring only depends on probability. It's
possible that there is no LLC misses happened in the whole loop(),
especially along with processors have larger and larger cache size just
like what we observed on SPR.
Thus, add clflush instruction into the loop() asm blob and ensure once
LLC miss is triggered at least.
Suggested-by: Jim Mattson <jmattson@google.com>
Signed-off-by: Dapeng Mi <dapeng1.mi@linux.intel.com>
Link: https://lore.kernel.org/r/20250215013636.1214612-15-seanjc@google.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
0 commit comments