Searched refs:aCpuUser (Results 1 - 8 of 8) sorted by relevance

/vbox/src/VBox/Main/include/
H A DGuestImpl.h124 HRESULT internalGetStatistics(ULONG *aCpuUser,
H A DConsoleImpl.h217 void i_reportVmStatistics(ULONG aValidStats, ULONG aCpuUser, argument
226 mControl->ReportVmStatistics(aValidStats, aCpuUser, aCpuKernel, aCpuIdle,
H A DMachineImpl.h1238 ULONG aCpuUser,
1386 ULONG aCpuUser,
H A DPerformance.h270 void updateStats(ULONG aValidStats, ULONG aCpuUser,
/vbox/src/VBox/Main/src-client/
H A DGuestImpl.cpp638 HRESULT Guest::internalGetStatistics(ULONG *aCpuUser, ULONG *aCpuKernel, ULONG *aCpuIdle, argument
646 *aCpuUser = mCurrentGuestStat[GUESTSTATTYPE_CPUUSER];
/vbox/src/VBox/Main/src-server/
H A DPerformance.cpp366 void CollectorGuest::updateStats(ULONG aValidStats, ULONG aCpuUser, argument
377 mCpuUser = aCpuUser;
H A DMachineImpl.cpp12698 HRESULT SessionMachine::reportVmStatistics(ULONG aValidStats, ULONG aCpuUser, argument
12709 mCollectorGuest->updateStats(aValidStats, aCpuUser, aCpuKernel, aCpuIdle,
12717 NOREF(aCpuUser);
14735 ULONG aCpuUser,
14752 NOREF(aCpuUser);
14734 reportVmStatistics(ULONG aValidStats, ULONG aCpuUser, ULONG aCpuKernel, ULONG aCpuIdle, ULONG aMemTotal, ULONG aMemFree, ULONG aMemBalloon, ULONG aMemShared, ULONG aMemCache, ULONG aPagedTotal, ULONG aMemAllocTotal, ULONG aMemFreeTotal, ULONG aMemBalloonTotal, ULONG aMemSharedTotal, ULONG aVmNetRx, ULONG aVmNetTx) argument
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h10751 #define IGuest_InternalGetStatistics(p, aCpuUser, aCpuKernel, aCpuIdle, aMemTotal, aMemFree, aMemBalloon, aMemShared, aMemCache, aPagedTotal, aMemAllocTotal, aMemFreeTotal, aMemBalloonTotal, aMemSharedTotal) ((p)->lpVtbl->InternalGetStatistics(p, aCpuUser, aCpuKernel, aCpuIdle, aMemTotal, aMemFree, aMemBalloon, aMemShared, aMemCache, aPagedTotal, aMemAllocTotal, aMemFreeTotal, aMemBalloonTotal, aMemSharedTotal))

Completed in 523 milliseconds