Changeset 79624 in vbox
- Timestamp:
- Jul 9, 2019 4:41:11 AM (5 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r79581 r79624 813 813 HM_REG_COUNTER(&pVCpu->hm.s.StatInjectPendingReflect, "/HM/CPU%d/EventInject/PendingReflect", "Reflecting an exception (or #DF) caused due to event injection."); 814 814 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."); 815 816 816 817 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 1123 1123 STAMCOUNTER StatInjectPendingReflect; 1124 1124 STAMCOUNTER StatInjectPendingInterpret; 1125 STAMCOUNTER StatInjectPendingNPF; 1125 1126 1126 1127 STAMCOUNTER StatExitAll;
Note:
See TracChangeset
for help on using the changeset viewer.