VirtualBox

Changeset 26621 in vbox for trunk/src/VBox/VMM/VMMAll


Ignore:
Timestamp:
Feb 17, 2010 4:50:10 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
57821
Message:

Some counters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMAll/PGMAllBth.h

    r26620 r26621  
    29832983            {
    29842984                /* Failed. Mark as requiring a PT so we don't check the whole thing again in the future. */
     2985                STAM_COUNTER_INC(&pVM->pgm.s.StatLargePageRefused);
    29852986                PGM_PAGE_SET_PDE_TYPE(pPage, PGM_PAGE_PDE_TYPE_PT);
    29862987            }
     
    29922993                    Assert(PGM_PAGE_GET_STATE(pPage) == PGM_PAGE_STATE_ALLOCATED);
    29932994                    HCPhys = PGM_PAGE_GET_HCPHYS(pPage);
     2995                    STAM_COUNTER_INC(&pVM->pgm.s.StatLargePageUsed);
    29942996                }
    29952997                else
Note: See TracChangeset for help on using the changeset viewer.

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