Changeset 22242 in vbox for trunk/src/VBox/VMM/HWACCM.cpp
- Timestamp:
- Aug 13, 2009 3:38:35 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/HWACCM.cpp
r22241 r22242 508 508 HWACCM_REG_COUNTER(&pVCpu->hwaccm.s.StatTSCIntercept, "/HWACCM/CPU%d/TSC/Intercept"); 509 509 HWACCM_REG_COUNTER(&pVCpu->hwaccm.s.StatTSCInterceptOverFlow, "/HWACCM/CPU%d/TSC/InterceptOverflow"); 510 HWACCM_REG_COUNTER(&pVCpu->hwaccm.s.StatTSCOverFlow, "/HWACCM/CPU%d/TSC/Overflow");511 510 512 511 HWACCM_REG_COUNTER(&pVCpu->hwaccm.s.StatDRxArmed, "/HWACCM/CPU%d/Debug/Armed");
Note:
See TracChangeset
for help on using the changeset viewer.