VirtualBox

Ignore:
Timestamp:
Oct 8, 2008 5:22:23 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
37591
Message:

PGM: Count real guest page faults.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAll.cpp

    r13098 r13099  
    403403    if (rc == VINF_PGM_SYNCPAGE_MODIFIED_PDE)
    404404        rc = VINF_SUCCESS;
     405    STAM_STATS({ if (rc == VINF_EM_RAW_GUEST_TRAP) STAM_COUNTER_INC(&pVM->pgm.s.StatRZTrap0eGuestPF); });
    405406    STAM_STATS({ if (!pVM->pgm.s.CTX_SUFF(pStatTrap0eAttribution))
    406407                    pVM->pgm.s.CTX_SUFF(pStatTrap0eAttribution) = &pVM->pgm.s.StatRZTrap0eTime2Misc; });
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