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

/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionInternal.h187 bool fGatherAdvancedStatistics; member in struct:PDMASYNCCOMPLETIONEPCLASS
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletion.cpp900 CFGMR3QueryBoolDef(pCfgNodeClass, "AdvancedStatistics", &pEndpointClass->fGatherAdvancedStatistics, true);
902 CFGMR3QueryBoolDef(pCfgNodeClass, "AdvancedStatistics", &pEndpointClass->fGatherAdvancedStatistics, false);
1371 if (pEndpointClass->fGatherAdvancedStatistics)
1461 if (pEndpointClass->fGatherAdvancedStatistics)
1488 if (pEndpointClass->fGatherAdvancedStatistics)
1546 if (pEndpointClass->fGatherAdvancedStatistics)
1590 if (pEndpoint->pEpClass->fGatherAdvancedStatistics)
1637 if (pEndpoint->pEpClass->fGatherAdvancedStatistics)

Completed in 93 milliseconds