VirtualBox

Changeset 91270 in vbox for trunk/src/VBox/VMM


Ignore:
Timestamp:
Sep 16, 2021 7:36:06 AM (3 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
146929
Message:

VMM/HM: Moved various stats from the hyper heap and into the VM structure. (fixed missing array subscript) bugref:10093

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/HM.cpp

    r91265 r91270  
    924924                if (pszExitName)
    925925                {
    926                     rc = STAMR3RegisterF(pVM, &pHmCpu->aStatNestedExitReason, STAMTYPE_COUNTER, STAMVISIBILITY_USED,
     926                    rc = STAMR3RegisterF(pVM, &pHmCpu->aStatNestedExitReason[j], STAMTYPE_COUNTER, STAMVISIBILITY_USED,
    927927                                         STAMUNIT_OCCURENCES, pszExitName, "/HM/CPU%u/Exit/NestedGuest/Reason/%02x", idCpu, j);
    928928                    AssertRC(rc);
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