Searched refs:STAM_PROFILE_ADV_SET_STOPPED (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/vmm/
H A Dstam.h1066 /** @def STAM_PROFILE_ADV_SET_STOPPED
1074 # define STAM_PROFILE_ADV_SET_STOPPED(pProfileAdv) STAM_REL_PROFILE_ADV_SET_STOPPED(pProfileAdv) macro
1076 # define STAM_PROFILE_ADV_SET_STOPPED(pProfileAdv) do { } while (0) macro
/vbox/src/VBox/VMM/VMMR0/
H A DHMSVMR0.cpp2105 STAM_PROFILE_ADV_SET_STOPPED(&pVCpu->hm.s.StatEntry);
2106 STAM_PROFILE_ADV_SET_STOPPED(&pVCpu->hm.s.StatLoadGuestState);
2107 STAM_PROFILE_ADV_SET_STOPPED(&pVCpu->hm.s.StatExit1);
2108 STAM_PROFILE_ADV_SET_STOPPED(&pVCpu->hm.s.StatExit2);
H A DHMVMXR0.cpp7162 STAM_PROFILE_ADV_SET_STOPPED(&pVCpu->hm.s.StatEntry);
7163 STAM_PROFILE_ADV_SET_STOPPED(&pVCpu->hm.s.StatLoadGuestState);
7164 STAM_PROFILE_ADV_SET_STOPPED(&pVCpu->hm.s.StatExit1);
7165 STAM_PROFILE_ADV_SET_STOPPED(&pVCpu->hm.s.StatExit2);
7166 STAM_PROFILE_ADV_SET_STOPPED(&pVCpu->hm.s.StatExitIO);
7167 STAM_PROFILE_ADV_SET_STOPPED(&pVCpu->hm.s.StatExitMovCRx);
7168 STAM_PROFILE_ADV_SET_STOPPED(&pVCpu->hm.s.StatExitXcptNmi);

Completed in 610 milliseconds