Searched refs:StatAlloc (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp4980 STAM_PROFILE_ADV_SUSPEND(&pPool->StatAlloc, a);
4988 STAM_PROFILE_ADV_RESUME(&pPool->StatAlloc, a);
5029 STAM_PROFILE_ADV_START(&pPool->StatAlloc, a);
5046 STAM_PROFILE_ADV_STOP(&pPool->StatAlloc, a);
5064 STAM_PROFILE_ADV_STOP(&pPool->StatAlloc, a);
5116 STAM_PROFILE_ADV_STOP(&pPool->StatAlloc, a);
5143 STAM_PROFILE_ADV_STOP(&pPool->StatAlloc, a);
/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp321 STAM_REG(pVM, &pPool->StatAlloc, STAMTYPE_PROFILE_ADV, "/PGM/Pool/Alloc", STAMUNIT_TICKS_PER_CALL, "Profiling of pgmPoolAlloc.");
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2346 STAMPROFILEADV StatAlloc; member in struct:PGMPOOL
2482 AssertCompileMemberAlignment(PGMPOOL, StatAlloc, 8);
/vbox/src/VBox/VMM/testcase/
H A DtstVMStruct.h917 GEN_CHECK_OFF(PGMPOOL, StatAlloc);

Completed in 378 milliseconds