Changeset 79355 in vbox
- Timestamp:
- Jun 26, 2019 11:19:45 AM (5 years ago)
- Location:
- trunk/src/VBox/VMM
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r79346 r79355 14048 14048 * [2] -- See Intel spec. 27.5.5 "Updating Non-Register State". 14049 14049 */ 14050 STAM_PROFILE_ADV_STOP(&pVCpu->hm.s.StatExitXcptNmi, y3); 14050 14051 return hmR0VmxExitHostNmi(pVCpu); 14051 14052 } … … 16403 16404 16404 16405 STAM_REL_COUNTER_INC(&pVCpu->hm.s.StatExitHostNmiInGC); 16405 STAM_PROFILE_ADV_STOP(&pVCpu->hm.s.StatExitXcptNmi, y3);16406 16406 return VINF_SUCCESS; 16407 16407 } -
trunk/src/VBox/VMM/VMMR3/HM.cpp
r79352 r79355 698 698 "/PROF/CPU%d/HM/SwitchFromGC_2/XcptNmi", i); 699 699 AssertRC(rc); 700 701 700 rc = STAMR3RegisterF(pVM, &pVCpu->hm.s.StatImportGuestState, STAMTYPE_PROFILE, STAMVISIBILITY_USED, STAMUNIT_TICKS_PER_CALL, 702 701 "Profiling of importing guest state from hardware after VM-exit.",
Note:
See TracChangeset
for help on using the changeset viewer.