VirtualBox

Changeset 1423 in vbox


Ignore:
Timestamp:
Mar 12, 2007 12:53:29 PM (18 years ago)
Author:
vboxsync
Message:

More stats

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

Legend:

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

    r1418 r1423  
    165165
    166166    STAM_REG(pVM, &pVM->selm.s.StatHyperSelsChanged,           STAMTYPE_COUNTER, "/SELM/HyperSels/Changed",      STAMUNIT_OCCURENCES,     "The number of times we had to relocate our hypervisor selectors.");
     167    STAM_REG(pVM, &pVM->selm.s.StatScanForHyperSels,           STAMTYPE_COUNTER, "/SELM/HyperSels/Scan",         STAMUNIT_OCCURENCES,     "The number of times we had find free hypervisor selectors.");
    167168
    168169    /*
     
    905906
    906907            Log(("Internal SELM GDT conflict: use non-present entries\n"));
     908            STAM_COUNTER_INC(&pVM->selm.s.StatScanForHyperSels);
    907909            while (pGDTE > pGDTEStart && iGDT < SELM_HYPER_SEL_MAX)
    908910            {
  • trunk/src/VBox/VMM/SELMInternal.h

    r1416 r1423  
    166166    /** The number of times we had to relocate our hypervisor selectors. */
    167167    STAMCOUNTER             StatHyperSelsChanged;
     168    /** The number of times we had find free hypervisor selectors. */
     169    STAMCOUNTER             StatScanForHyperSels;
    168170} SELM, *PSELM;
    169171
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