VirtualBox

Changeset 104361 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
Apr 18, 2024 2:34:59 PM (10 months ago)
Author:
vboxsync
Message:

VMM/IEM: Moved the native TB exit statistics on g_aSimpleTailLabels to the helper functions and made them release stats. Eliminate two duplicate stats. bugref:10653

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/IEMInternal.h

    r104357 r104361  
    20472047    /** Native recompiler: The TB finished executing jumping to the ReturnWithFlags label. */
    20482048    STAMCOUNTER             StatNativeTbExitReturnWithFlags;
     2049
    20492050    /** Native recompiler: The TB finished executing jumping to the RaiseDe label. */
    20502051    STAMCOUNTER             StatNativeTbExitRaiseDe;
     
    20672068    /** Native recompiler: The TB finished executing jumping to the ObsoleteTb label. */
    20682069    STAMCOUNTER             StatNativeTbExitObsoleteTb;
    2069     /** Native recompiler: The TB finished executing jumping to the NeedCsLimChecking label. */
    2070     STAMCOUNTER             StatNativeTbExitNeedCsLimChecking;
    2071     /** Native recompiler: The TB finished executing jumping to the CheckBranchMiss label. */
    2072     STAMCOUNTER             StatNativeTbExitCheckBranchMiss;
    2073 
    2074     uint64_t                au64Padding[3];
     2070
     2071    uint64_t                au64Padding[5];
    20752072    /** @} */
    20762073
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