VirtualBox

Changeset 61150 in vbox for trunk/src/VBox/VMM/include


Ignore:
Timestamp:
May 24, 2016 7:27:46 AM (9 years ago)
Author:
vboxsync
Message:

VMM/APIC: Added stat counters for ICR Lo (IPIs) and timer ICR writes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/include/APICInternal.h

    r61116 r61150  
    13561356    /** Number of times PPR masks an interrupt in APICGetInterrupt(). */
    13571357    STAMCOUNTER                 StatMaskedByPpr;
     1358    /** Number of times the timer ICR is written. */
     1359    STAMCOUNTER                 StatTimerIcrWrite;
     1360    /** Number of times the ICR Lo (send IPI) is written. */
     1361    STAMCOUNTER                 StatIcrLoWrite;
    13581362    /** @} */
    13591363#endif
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