Changeset 22326 in vbox
- Timestamp:
- Aug 18, 2009 2:44:28 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 51230
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/PGM.cpp
r22137 r22326 1779 1779 PGM_REG_COUNTER(&pPGM->StatRZTrap0eWPEmulInRZ, "/PGM/CPU%d/RZ/Trap0e/WP/InRZ", "Number of guest page faults due to X86_CR0_WP emulation."); 1780 1780 PGM_REG_COUNTER(&pPGM->StatRZTrap0eWPEmulToR3, "/PGM/CPU%d/RZ/Trap0e/WP/ToR3", "Number of guest page faults due to X86_CR0_WP emulation (forward to R3 for emulation)."); 1781 #if 0 /* rarely useful; leave for debugging. */ 1781 1782 for (unsigned j = 0; j < RT_ELEMENTS(pPGM->StatRZTrap0ePD); j++) 1782 1783 STAMR3RegisterF(pVM, &pPGM->StatRZTrap0ePD[i], STAMTYPE_COUNTER, STAMVISIBILITY_USED, STAMUNIT_OCCURENCES, 1783 1784 "The number of traps in page directory n.", "/PGM/CPU%d/RZ/Trap0e/PD/%04X", i, j); 1784 1785 #endif 1785 1786 PGM_REG_COUNTER(&pPGM->StatRZGuestCR3WriteHandled, "/PGM/CPU%d/RZ/CR3WriteHandled", "The number of times the Guest CR3 change was successfully handled."); 1786 1787 PGM_REG_COUNTER(&pPGM->StatRZGuestCR3WriteUnhandled, "/PGM/CPU%d/RZ/CR3WriteUnhandled", "The number of times the Guest CR3 change was passed back to the recompiler."); -
trunk/src/VBox/VMM/VMMAll/PGMAllBth.h
r22316 r22326 236 236 } 237 237 238 # if 0 /* rarely useful; leave for debugging. */ 238 239 STAM_COUNTER_INC(&pVCpu->pgm.s.StatRZTrap0ePD[iPDSrc]); 240 # endif 239 241 # endif /* PGM_WITH_PAGING(PGM_GST_TYPE, PGM_SHW_TYPE) */ 240 242
Note:
See TracChangeset
for help on using the changeset viewer.