[RFC PATCH v2 1/5] arm: irq: Add a __nmi_count stat

2015-01-21 Thread Daniel Thompson
Extends the irq statistics for ARM, making it possible to quickly observe how many times the default FIQ handler has executed. In /proc/interrupts we use the NMI terminology (rather than FIQ) because the statistic is only likely to be updated when we run the default FIQ handler

[RFC PATCH v2 1/5] arm: irq: Add a __nmi_count stat

2015-01-21 Thread Daniel Thompson
Extends the irq statistics for ARM, making it possible to quickly observe how many times the default FIQ handler has executed. In /proc/interrupts we use the NMI terminology (rather than FIQ) because the statistic is only likely to be updated when we run the default FIQ handler