Skip to content

Commit 03f3aed

Browse files
committed
print more fields GlobalPMU
Change-Id: If448cb04e501d5b5b072a4175ec32eea8ecec241
1 parent e7d7717 commit 03f3aed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/uncore_pmu_discovery.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,9 @@ class UncorePMUDiscovery
9292
" globalCtrl: 0x" << std::hex << globalCtrlAddr;
9393
UncorePMUDiscovery::printHelper((accessTypeEnum)accessType, globalCtrlAddr);
9494
std::cout << " stride: " << std::dec << stride
95+
<< " maxUnits: " << maxUnits
96+
<< " statusOffset: " << statusOffset
97+
<< " numStatus: " << numStatus
9598
<< "\n";
9699
}
97100
};

0 commit comments

Comments
 (0)