420f42ecf4
Now that irq sum accounting for /proc/stat's "intr" line works again we
have the oddity that the sum field (first field) contains only the sum
of the second (external irqs) and third field (I/O interrupts).
The reason for that is that these two fields are already sums of all other
fields. So if we would sum up everything we would count every interrupt
twice.
This is broken since the split interrupt accounting was merged two years
ago:
|
||
---|---|---|
.. | ||
Makefile | ||
backtrace.c | ||
hwsampler.c | ||
hwsampler.h | ||
init.c | ||
op_counter.h |