Searched defs:StatReceive (Results 1 - 7 of 7) sorted by relevance

/vbox/src/VBox/Devices/Network/
H A DDrvUDPTunnel.cpp89 STAMPROFILEADV StatReceive; member in struct:DRVUDPTUNNEL
303 STAM_PROFILE_ADV_START(&pThis->StatReceive, a);
328 STAM_PROFILE_ADV_STOP(&pThis->StatReceive, a);
330 STAM_PROFILE_ADV_START(&pThis->StatReceive, a);
338 STAM_PROFILE_ADV_STOP(&pThis->StatReceive, a);
360 STAM_PROFILE_ADV_STOP(&pThis->StatReceive, a);
366 STAM_PROFILE_ADV_STOP(&pThis->StatReceive, a);
438 PDMDrvHlpSTAMDeregister(pDrvIns, &pThis->StatReceive);
480 PDMDrvHlpSTAMRegisterF(pDrvIns, &pThis->StatReceive, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, "Profiling packet receive runs.", "/Drivers/UDPTunnel%d/Receive", pDrvIns->iInstance);
H A DDrvVDE.cpp94 STAMPROFILEADV StatReceive; member in struct:DRVVDE
309 STAM_PROFILE_ADV_START(&pThis->StatReceive, a);
326 STAM_PROFILE_ADV_STOP(&pThis->StatReceive, a);
334 STAM_PROFILE_ADV_START(&pThis->StatReceive, a);
361 STAM_PROFILE_ADV_STOP(&pThis->StatReceive, a);
363 STAM_PROFILE_ADV_START(&pThis->StatReceive, a);
425 STAM_PROFILE_ADV_STOP(&pThis->StatReceive, a);
518 PDMDrvHlpSTAMDeregister(pDrvIns, &pThis->StatReceive);
561 PDMDrvHlpSTAMRegisterF(pDrvIns, &pThis->StatReceive, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, "Profiling packet receive runs.", "/Drivers/VDE%d/Receive", pDrvIns->iInstance);
H A DDrvTAP.cpp122 STAMPROFILEADV StatReceive; member in struct:DRVTAP
336 STAM_PROFILE_ADV_START(&pThis->StatReceive, a);
353 STAM_PROFILE_ADV_STOP(&pThis->StatReceive, a);
361 STAM_PROFILE_ADV_START(&pThis->StatReceive, a);
390 STAM_PROFILE_ADV_STOP(&pThis->StatReceive, a);
392 STAM_PROFILE_ADV_START(&pThis->StatReceive, a);
454 STAM_PROFILE_ADV_STOP(&pThis->StatReceive, a);
832 PDMDrvHlpSTAMDeregister(pDrvIns, &pThis->StatReceive);
882 PDMDrvHlpSTAMRegisterF(pDrvIns, &pThis->StatReceive, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, "Profiling packet receive runs.", "/Drivers/TAP%d/Receive", pDrvIns->iInstance);
H A DDrvIntNet.cpp174 STAMPROFILEADV StatReceive; member in struct:DRVINTNET
660 STAM_PROFILE_ADV_STOP(&pThis->StatReceive, a);
662 STAM_PROFILE_ADV_START(&pThis->StatReceive, a);
683 STAM_PROFILE_ADV_START(&pThis->StatReceive, a);
699 STAM_PROFILE_ADV_STOP(&pThis->StatReceive, a);
821 STAM_PROFILE_ADV_STOP(&pThis->StatReceive, a);
844 STAM_PROFILE_ADV_STOP(&pThis->StatReceive, a);
854 STAM_PROFILE_ADV_STOP(&pThis->StatReceive, a);
863 STAM_PROFILE_ADV_START(&pThis->StatReceive, a);
879 STAM_PROFILE_ADV_START(&pThis->StatReceive,
[all...]
H A DDevVirtioNet.cpp207 STAMPROFILE StatReceive; member in struct:VNetState_st
962 STAM_PROFILE_START(&pThis->StatReceive, a);
975 STAM_PROFILE_STOP(&pThis->StatReceive, a);
2123 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->StatReceive, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, "Profiling receive", "/Devices/VNet%d/Receive/Total", iInstance);
H A DDevPCNet.cpp428 STAMPROFILEADV StatReceive; member in struct:PCNETSTATE
4483 STAM_PROFILE_ADV_START(&pThis->StatReceive, a);
4523 STAM_PROFILE_ADV_STOP(&pThis->StatReceive, a);
5106 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->StatReceive, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, "Profiling receive", "/Devices/PCNet%d/Receive", iInstance);
H A DDevE1000.cpp1210 STAMPROFILEADV StatReceive; member in struct:E1kState_st
6421 STAM_PROFILE_ADV_START(&pThis->StatReceive, a);
6445 STAM_PROFILE_ADV_STOP(&pThis->StatReceive, a);
7746 PDMDevHlpSTAMRegisterF(pDevIns, &pThis->StatReceive, STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL, "Profiling receive", "/Devices/E1k%d/Receive/Total", iInstance);

Completed in 98 milliseconds