VirtualBox

Changeset 81693 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Nov 6, 2019 1:11:29 AM (5 years ago)
Author:
vboxsync
Message:

VMMDev: Use default statistics prefix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDev.cpp

    r81643 r81693  
    47664766     */
    47674767    PDMDevHlpSTAMRegisterF(pDevIns, &pThis->StatMemBalloonChunks,    STAMTYPE_U32, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT,
    4768                            "Memory balloon size",                           "/Devices/VMMDev/BalloonChunks");
     4768                           "Memory balloon size",                           "BalloonChunks");
    47694769    PDMDevHlpSTAMRegisterF(pDevIns, &pThis->StatFastIrqAckR3,        STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT,
    4770                            "Fast IRQ acknowledgments handled in ring-3.",   "/Devices/VMMDev/FastIrqAckR3");
     4770                           "Fast IRQ acknowledgments handled in ring-3.",   "FastIrqAckR3");
    47714771    PDMDevHlpSTAMRegisterF(pDevIns, &pThis->StatFastIrqAckRZ,        STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT,
    4772                            "Fast IRQ acknowledgments handled in ring-0 or raw-mode.", "/Devices/VMMDev/FastIrqAckRZ");
     4772                           "Fast IRQ acknowledgments handled in ring-0 or raw-mode.", "FastIrqAckRZ");
    47734773    PDMDevHlpSTAMRegisterF(pDevIns, &pThis->StatSlowIrqAck,          STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT,
    4774                            "Slow IRQ acknowledgments (old style).",         "/Devices/VMMDev/SlowIrqAck");
     4774                           "Slow IRQ acknowledgments (old style).",         "SlowIrqAck");
    47754775    PDMDevHlpSTAMRegisterF(pDevIns, &pThisCC->StatReqBufAllocs,      STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT,
    4776                            "Times a larger request buffer was required.",   "/Devices/VMMDev/LargeReqBufAllocs");
     4776                           "Times a larger request buffer was required.",   "LargeReqBufAllocs");
    47774777#ifdef VBOX_WITH_HGCM
    47784778    PDMDevHlpSTAMRegisterF(pDevIns, &pThisCC->StatHgcmCmdArrival,    STAMTYPE_PROFILE, STAMVISIBILITY_ALWAYS, STAMUNIT_TICKS_PER_CALL,
     
    47854785                           "Times the allocation cache could not be used.", "/HGCM/LargeCmdAllocs");
    47864786    PDMDevHlpSTAMRegisterF(pDevIns, &pThisCC->StatHgcmFailedPageListLocking,STAMTYPE_COUNTER, STAMVISIBILITY_ALWAYS, STAMUNIT_COUNT,
    4787                            "Times no-bounce page list locking failed.", "/HGCM/FailedPageListLocking");
     4787                           "Times no-bounce page list locking failed.",     "/HGCM/FailedPageListLocking");
    47884788#endif
    47894789
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette