Skip to content

Commit

Permalink
address #758
Browse files Browse the repository at this point in the history
SPR UPI discovery table is broken on SPR MCC
resolves #758
  • Loading branch information
rdementi authored Jun 16, 2024
1 parent 816e2ee commit dbb44d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cpucounters.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8054,7 +8054,8 @@ void ServerUncorePMUs::initDirect(uint32 socket_, const PCM * pcm)
{
switch (cpu_model)
{
case PCM::SPR:
// don't use the discovery on SPR to work-around the issue
// mentioned in https://lore.kernel.org/lkml/[email protected]/T/
case PCM::EMR:
{
std::cerr << "INFO: Trying to detect UPILL PMU through uncore PMU discovery..\n";
Expand Down

0 comments on commit dbb44d6

Please sign in to comment.