/proc/interrupts
About interrupts name- the last field is interrupt name, for example timer, virtio0-config, nvme0q0 ... About information is generated by show_interrupts function. @kernel/irq/proc.cint show_interrupts(struct seq_file *p, void *v){ static int prec; unsigned long flags, any_count = 0; int i = *(loff_t *) v, j; struct irqaction *action; struct irq_desc *desc; if (i > ACTUAL_NR_IRQS) return 0; if (..