]> git.saurik.com Git - apple/xnu.git/blobdiff - iokit/IOKit/IOInterruptAccounting.h
xnu-3247.1.106.tar.gz
[apple/xnu.git] / iokit / IOKit / IOInterruptAccounting.h
index fdea6295cc51a5eaf78db8dfab437aff58ace630..7e03f6bd543746ddfed96b413f64f5b3d4345c2f 100644 (file)
@@ -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 */