VirtualBox

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


Ignore:
Timestamp:
Jan 30, 2021 1:15:50 AM (4 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
142515
Message:

VMM/HMVMX: Some stats.

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

Legend:

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

    r87490 r87491  
    11031103     * on the stack. */
    11041104    DISCPUSTATE             DisState;
     1105
     1106    /* These two comes because they are accessed from assembly and we don't
     1107       want to detail all the stats in the assembly version of this structure. */
     1108    STAMCOUNTER             StatVmxWriteHostRip;
     1109    STAMCOUNTER             StatVmxWriteHostRsp;
     1110    STAMCOUNTER             StatVmxVmLaunch;
     1111    STAMCOUNTER             StatVmxVmResume;
    11051112
    11061113    STAMPROFILEADV          StatEntry;
  • trunk/src/VBox/VMM/include/HMInternal.mac

    r87490 r87491  
    193193    .aPdpes                         resq    4
    194194
     195    .DisState                       resb    0d8h
     196
     197    .StatVmxWriteHostRip            resq    1
     198    .StatVmxWriteHostRsp            resq    1
     199
    195200    ; The remainer is disassembly state and statistics.
    196201endstruc
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