ladybird/Kernel/Interrupts
Andreas Kling fb00d3ed25 Kernel+lsirq: Track per-CPU IRQ handler call counts
Each GenericInterruptHandler now tracks the number of calls that each
CPU has serviced.

This takes care of a FIXME in the /sys/kernel/interrupts generator.

Also, the lsirq command line tool now displays per-CPU call counts.
2022-11-19 15:39:30 +01:00
..
GenericInterruptHandler.cpp
GenericInterruptHandler.h
IRQHandler.cpp
IRQHandler.h
SharedIRQHandler.cpp
SharedIRQHandler.h
SpuriousInterruptHandler.cpp
SpuriousInterruptHandler.h
UnhandledInterruptHandler.cpp
UnhandledInterruptHandler.h