- Timestamp:
- Apr 10, 2018 9:37:55 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3Db.cpp
r70399 r71805 1022 1022 STAMUNIT_OCCURENCES, "RDMSR on unknown MSRs (raises #GP)."); 1023 1023 STAM_REL_REG(pVM, &pCpum->cMsrWrites, STAMTYPE_COUNTER, "/CPUM/MSR-Totals/Writes", 1024 STAMUNIT_OCCURENCES, "All RDMSRs making it to CPUM.");1024 STAMUNIT_OCCURENCES, "All WRMSRs making it to CPUM."); 1025 1025 STAM_REL_REG(pVM, &pCpum->cMsrWritesRaiseGp, STAMTYPE_COUNTER, "/CPUM/MSR-Totals/WritesRaisingGP", 1026 1026 STAMUNIT_OCCURENCES, "WRMSR raising #GPs, except unknown MSRs.");
Note:
See TracChangeset
for help on using the changeset viewer.