Searched refs:StatRead (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/VMM/include/
H A DPDMAsyncCompletionFileInternal.h364 STAMPROFILEADV StatRead; member in struct:PDMASYNCCOMPLETIONENDPOINTFILE
448 AssertCompileMemberAlignment(PDMASYNCCOMPLETIONENDPOINTFILE, StatRead, sizeof(uint64_t));
H A DPDMBlkCacheInternal.h146 STAMCOUNTER StatRead; member in struct:PDMBLKCACHEGLOBAL
/vbox/src/VBox/VMM/VMMR3/
H A DPDMAsyncCompletionFile.cpp1099 STAMR3RegisterF(pEpClassFile->Core.pVM, &pEpFile->StatRead,
1176 STAM_PROFILE_ADV_START(&pEpFile->StatRead, Read);
1180 STAM_PROFILE_ADV_STOP(&pEpFile->StatRead, Read);
H A DPDMBlkCache.cpp1083 STAMR3Register(pVM, &pBlkCacheGlobal->StatRead,
1988 STAM_COUNTER_ADD(&pCache->StatRead, cbToRead);

Completed in 747 milliseconds