Searched defs:CollectorGuest (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/src-server/
H A DPerformance.cpp232 CollectorGuest::CollectorGuest(Machine *machine, RTPROCESS process) : function in class:CollectorGuest
243 CollectorGuest::~CollectorGuest()
250 int CollectorGuest::enableVMMStats(bool mCollectVMMStats)
276 int CollectorGuest::enable(ULONG mask)
281 int CollectorGuest::disable(ULONG mask)
286 HRESULT CollectorGuest::enableInternal(ULONG mask)
332 int CollectorGuest::disableInternal(ULONG mask)
353 int CollectorGuest
[all...]
/vbox/src/VBox/Main/include/
H A DPerformance.h154 * of CollectorGuest::updateStats().
191 class CollectorGuest;
199 void setGuest(CollectorGuest *aGuest) { mCGuest = aGuest; };
200 CollectorGuest *getGuest() { return mCGuest; };
205 CollectorGuest *mCGuest;
257 class CollectorGuest class in namespace:pm
260 CollectorGuest(Machine *machine, RTPROCESS process);
261 ~CollectorGuest();
334 typedef std::list<CollectorGuest*> CollectorGuestList;
340 void registerGuest(CollectorGuest* pGues
[all...]

Completed in 50 milliseconds