mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 04:54:27 +01:00
/proc/interrupts: observe ttyS0 interrupts go up in text mode
This commit is contained in:
@@ -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>>
|
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
|
=== Linux kernel tracing
|
||||||
|
|
||||||
Good overviews:
|
Good overviews:
|
||||||
|
|||||||
Reference in New Issue
Block a user