/proc/interrupts: observe ttyS0 interrupts go up in text mode

This commit is contained in:
Ciro Santilli
2018-05-12 18:27:05 +01:00
parent d1f676a680
commit c06476bfc8

View File

@@ -2761,6 +2761,8 @@ This confirms that:
The module also shows which handlers are registered for each IRQ, as we have observed at <<irq-ko>>
When in text mode, we can also observe interrupt line 4 with handler `ttyS0` increase continuously as IO goes through the UART.
=== Linux kernel tracing
Good overviews: