Changeset 44245 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Jan 8, 2013 5:48:31 AM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83101
- File:
-
- 1 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
Note:
See TracChangeset
for help on using the changeset viewer.