X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/fe8ab488e9161c46dd9885d58fc52996dc0249ff..813fb2f63a553c957e917ede5f119b021d6ce391:/iokit/IOKit/IOInterruptAccounting.h diff --git a/iokit/IOKit/IOInterruptAccounting.h b/iokit/IOKit/IOInterruptAccounting.h index fdea6295c..7e03f6bd5 100644 --- a/iokit/IOKit/IOInterruptAccounting.h +++ b/iokit/IOKit/IOInterruptAccounting.h @@ -144,5 +144,12 @@ enum { kInterruptAccountingInvalidStatisticIndex /* Sentinel value for checking for a nonsensical index */ }; +/* + * IOReporting group name; exposed publicly for the purpose of getting channels by group + * name; other strings (subgroup names, statistic names) are not exposed, as we may want + * to change them in the future. + */ +#define kInterruptAccountingGroupName "Interrupt Statistics (by index)" + #endif /* __IOKIT_IOINTERRUPTACCOUNTING_PRIVATE_H */