Changeset 72991 in vbox for trunk/src/VBox/VMM/VMMR0
- Timestamp:
- Jul 9, 2018 3:54:58 AM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 123543
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR0/HMVMXR0.cpp
r72990 r72991 6222 6222 break 6223 6223 6224 STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatImportGuestState, x);6225 6226 6224 int rc = VINF_SUCCESS; 6227 6225 PVM pVM = pVCpu->CTX_SUFF(pVM); … … 6231 6229 6232 6230 Log4Func(("fExtrn=%#RX64 fWhat=%#RX64\n", pCtx->fExtrn, fWhat)); 6231 STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatImportGuestState, x); 6233 6232 6234 6233 /* … … 6847 6846 6848 6847 STAM_PROFILE_ADV_SET_STOPPED(&pVCpu->hm.s.StatEntry); 6849 STAM_PROFILE_ADV_SET_STOPPED(&pVCpu->hm.s.StatImportGuestState);6850 6848 STAM_PROFILE_ADV_SET_STOPPED(&pVCpu->hm.s.StatExportGuestState); 6851 6849 STAM_PROFILE_ADV_SET_STOPPED(&pVCpu->hm.s.StatPreExit);
Note:
See TracChangeset
for help on using the changeset viewer.