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

/vbox/src/VBox/VMM/VMMR3/
H A DPGMPool.cpp329 STAM_REG(pVM, &pPool->StatZeroPage, STAMTYPE_PROFILE, "/PGM/Pool/ZeroPage", STAMUNIT_TICKS_PER_CALL, "Profiling time spent zeroing pages. Overlaps with Alloc.");
707 STAM_PROFILE_START(&pPool->StatZeroPage, z);
747 STAM_PROFILE_STOP(&pPool->StatZeroPage, z);
/vbox/src/VBox/VMM/VMMAll/
H A DPGMAllPool.cpp4788 STAM_PROFILE_START(&pPool->StatZeroPage, z);
4790 STAM_PROFILE_STOP(&pPool->StatZeroPage, z);
5131 STAM_PROFILE_START(&pPool->StatZeroPage, z);
5134 STAM_PROFILE_STOP(&pPool->StatZeroPage, z);
/vbox/src/VBox/VMM/include/
H A DPGMInternal.h2362 STAMPROFILE StatZeroPage; member in struct:PGMPOOL

Completed in 555 milliseconds