Re: [PATCH] scripts/gdb: Print interrupts
From: Florian Fainelli
Date: Thu Apr 06 2023 - 18:01:38 EST
On 4/6/23 14:59, Florian Fainelli wrote:
This GDB scripts prints the interrupts in the system in the same way
that /proc/interrupts does. This does not include the architecture
specific part done by arch_show_interrupts(). Example output:
Andrew, scratch that version, sorry I forgot to update the commit
message to indicate that it *does* include arch_show_interrupts() for
x86, ARM, ARM64 and MIPS. Also ARM64 should use the helper to show
irq_err_count. V2 coming up shortly.
--
Florian