Searched refs:StatEntry (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/VMM/include/ |
H A D | HMInternal.h | 850 STAMPROFILEADV StatEntry; member in struct:HMCPU
|
/vbox/src/VBox/VMM/testcase/ |
H A D | tstVMStructSize.cpp | 423 CHECK_MEMBER_ALIGNMENT(HMCPU, StatEntry, 8);
|
/vbox/src/VBox/VMM/VMMR0/ |
H A D | HMSVMR0.cpp | 2105 STAM_PROFILE_ADV_SET_STOPPED(&pVCpu->hm.s.StatEntry); 3140 STAM_PROFILE_ADV_STOP_START(&pVCpu->hm.s.StatEntry, &pVCpu->hm.s.StatInGC, x); 3302 STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatEntry, x); 3345 STAM_PROFILE_ADV_STOP(&pVCpu->hm.s.StatEntry, x); 3376 STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatEntry, x); 3444 STAM_PROFILE_ADV_STOP(&pVCpu->hm.s.StatEntry, x);
|
H A D | HMVMXR0.cpp | 7162 STAM_PROFILE_ADV_SET_STOPPED(&pVCpu->hm.s.StatEntry); 8771 STAM_PROFILE_ADV_STOP_START(&pVCpu->hm.s.StatEntry, &pVCpu->hm.s.StatInGC, x); 8945 STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatEntry, x); 8998 STAM_PROFILE_ADV_STOP(&pVCpu->hm.s.StatEntry, x); 9029 STAM_PROFILE_ADV_START(&pVCpu->hm.s.StatEntry, x); 9107 STAM_PROFILE_ADV_STOP(&pVCpu->hm.s.StatEntry, x);
|
/vbox/src/VBox/VMM/VMMR3/ |
H A D | HM.cpp | 628 rc = STAMR3RegisterF(pVM, &pVCpu->hm.s.StatEntry, STAMTYPE_PROFILE, STAMVISIBILITY_USED, STAMUNIT_TICKS_PER_CALL, 630 "/PROF/CPU%d/HM/StatEntry", i);
|
Completed in 2650 milliseconds