Changeset 44245 in vbox for trunk/src/VBox
- Timestamp:
- Jan 8, 2013 5:48:31 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83101
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/HM.cpp
r44201 r44245 549 549 HM_REG_COUNTER(&pVCpu->hm.s.StatExitMaxResume, "/HM/CPU%d/Exit/MaxResume"); 550 550 HM_REG_COUNTER(&pVCpu->hm.s.StatExitPreemptPending, "/HM/CPU%d/Exit/PreemptPending"); 551 HM_REG_COUNTER(&pVCpu->hm.s.StatExitPreemptTimer, "/HM/CPU%d/Exit/PreemptTimer"); 551 552 HM_REG_COUNTER(&pVCpu->hm.s.StatExitMtf, "/HM/CPU%d/Exit/MonitorTrapFlag"); 552 553 -
trunk/src/VBox/VMM/include/HMInternal.h
r44202 r44245 784 784 STAMCOUNTER StatExitMaxResume; 785 785 STAMCOUNTER StatExitPreemptPending; 786 STAMCOUNTER StatExitPreemptTimer; 786 787 STAMCOUNTER StatExitMtf; 787 788 STAMCOUNTER StatIntReinject;
Note:
See TracChangeset
for help on using the changeset viewer.