VirtualBox

Changeset 8500 in vbox for trunk/src


Ignore:
Timestamp:
Apr 30, 2008 11:18:43 AM (17 years ago)
Author:
vboxsync
Message:

Extra stat

Location:
trunk/src/VBox/VMM
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/PGM.cpp

    r8454 r8500  
    13091309    STAM_REG(pVM, &pPGM->StatHandlersVirtualUnmarked,       STAMTYPE_COUNTER, "/PGM/GC/Trap0e/Handlers/VirtualUnmarked", STAMUNIT_OCCURENCES,"Number of traps due to virtual access handlers by virtual address (without proper physical flags).");
    13101310    STAM_REG(pVM, &pPGM->StatHandlersUnhandled,             STAMTYPE_COUNTER, "/PGM/GC/Trap0e/Handlers/Unhandled",  STAMUNIT_OCCURENCES,     "Number of traps due to access outside range of monitored page(s).");
     1311    STAM_REG(pVM, &pPGM->StatHandlersInvalid,               STAMTYPE_COUNTER, "/PGM/GC/Trap0e/Handlers/Invalid",    STAMUNIT_OCCURENCES,     "Number of traps due to access to invalid physical memory.");
    13111312
    13121313    STAM_REG(pVM, &pPGM->StatGCTrap0eConflicts,             STAMTYPE_COUNTER, "/PGM/GC/Trap0e/Conflicts",           STAMUNIT_OCCURENCES,     "The number of times #PF was caused by an undetected conflict.");
  • trunk/src/VBox/VMM/PGMInternal.h

    r8460 r8500  
    23792379    /** GC: Number of traps due to access outside range of monitored page(s). */
    23802380    STAMCOUNTER     StatHandlersUnhandled;
     2381    /** GC: Number of traps due to access to invalid physical memory. */
     2382    STAMCOUNTER     StatHandlersInvalid;
    23812383
    23822384    /** GC: The number of times pgmGCGuestROMWriteHandler() was successfully called. */
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette