Created
February 21, 2019 10:48
-
-
Save greyltc/ac5a82d8d402f22b7976d9e2cae84460 to your computer and use it in GitHub Desktop.
cat /proc/interrupts
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
root@piroute:~# cat /proc/interrupts | |
CPU0 CPU1 CPU2 CPU3 | |
2: 336938 7015698 6937078 6520968 bcm2836-timer 1 Edge arch_timer | |
6: 13450 13387 13694 13579 ARMCTRL-level 1 Edge 3f00b880.mailbox | |
7: 0 0 1 0 ARMCTRL-level 2 Edge VCHIQ doorbell | |
15: 3293449 3330345 3280890 3305281 ARMCTRL-level 64 Edge dwc_otg, dwc_otg_pcd, dwc_otg_hcd:usb1 | |
41: 175536615 176040135 175739476 175386350 ARMCTRL-level 41 Edge dwc_otg_sim-fiq | |
48: 0 0 0 0 ARMCTRL-level 48 Edge bcm2708_fb dma | |
50: 0 0 0 0 ARMCTRL-level 50 Edge DMA IRQ | |
52: 0 0 0 0 ARMCTRL-level 52 Edge DMA IRQ | |
53: 12278 12180 12367 12190 ARMCTRL-level 53 Edge DMA IRQ | |
56: 155 149 156 170 ARMCTRL-level 56 Edge DMA IRQ | |
61: 1 3 1 2 ARMCTRL-level 61 Edge bcm2835-auxirq | |
71: 13 15 11 10 ARMCTRL-level 88 Edge mmc0 | |
77: 448514 444098 447082 445120 ARMCTRL-level 94 Edge mmc1 | |
151: 1 3 1 1 bcm2835-auxirq 0 Edge ttyS0 | |
154: 0 0 1 0 lan78xx-irqs 17 Edge usb-001:004:01 | |
IPI0: 599723 1445065 612827 650564 Rescheduling interrupts | |
IPI1: 2 2315329 2837233 3174875 Function call interrupts | |
IPI2: 0 0 0 0 CPU stop interrupts | |
IPI3: 0 0 0 0 CPU stop (for crash dump) interrupts | |
IPI4: 0 0 0 0 Timer broadcast interrupts | |
IPI5: 41809 1246715 1255875 1172856 IRQ work interrupts | |
IPI6: 0 0 0 0 CPU wake-up interrupts | |
Err: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment