VirtualBox

Changeset 79624 in vbox


Ignore:
Timestamp:
Jul 9, 2019 4:41:11 AM (5 years ago)
Author:
vboxsync
Message:

VMM/HM: Add stat counter for determining reinjection of an event that caused an EPT violation / nested #PF.

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

Legend:

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

    r79581 r79624  
    813813        HM_REG_COUNTER(&pVCpu->hm.s.StatInjectPendingReflect,   "/HM/CPU%d/EventInject/PendingReflect", "Reflecting an exception (or #DF) caused due to event injection.");
    814814        HM_REG_COUNTER(&pVCpu->hm.s.StatInjectPendingInterpret, "/HM/CPU%d/EventInject/PendingInterpret", "Falling to interpreter for handling exception caused due to event injection.");
     815        HM_REG_COUNTER(&pVCpu->hm.s.StatInjectPendingNPF,       "/HM/CPU%d/EventInject/PendingNPF", "Reflecting an event that caused an EPT violation / Nested #PF.");
    815816
    816817        HM_REG_COUNTER(&pVCpu->hm.s.StatFlushPage,              "/HM/CPU%d/Flush/Page", "Invalidating a guest page on all guest CPUs.");
  • trunk/src/VBox/VMM/include/HMInternal.h

    r79538 r79624  
    11231123    STAMCOUNTER             StatInjectPendingReflect;
    11241124    STAMCOUNTER             StatInjectPendingInterpret;
     1125    STAMCOUNTER             StatInjectPendingNPF;
    11251126
    11261127    STAMCOUNTER             StatExitAll;
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