Searched refs:CGRQEnable (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DPerformance.cpp188 HRESULT CGRQEnable::execute()
194 void CGRQEnable::debugPrint(void *aObject, const char *aFunction, const char *aText)
199 LogAleksey(("{%p} " LOG_FN_FMT ": CGRQEnable(mask=0x%x) %s\n",
278 return enqueueRequest(new CGRQEnable(mask));
471 rc = mVMMStatsProvider->enqueueRequest(new CGRQEnable(VMSTATS_VMM_RAM));
492 rc = mVMMStatsProvider->enqueueRequest(new CGRQEnable(VMSTATS_VMM_RAM));
/vbox/src/VBox/Main/include/
H A DPerformance.h209 class CGRQEnable : public CollectorGuestRequest class in namespace:pm
212 CGRQEnable(ULONG aMask) function in class:pm::CGRQEnable

Completed in 213 milliseconds