Ticket #263: interrupts-xen.log

File interrupts-xen.log, 3.2 kB (added by bluetooth, 2 years ago)

info about interrups in xen system

Line 
1 bluetooth@blues:~/develop/ffado> cat /proc/interrupts
2            CPU0       CPU1       CPU2       CPU3       
3   1:      16437          0          0          0  Phys-irq-level     i8042
4   3:          3          0          0          0  Phys-irq-level   
5   4:          2          0          0          0  Phys-irq-level   
6   6:          5          0          0          0  Phys-irq-level     floppy
7   8:          0          0          0          0  Phys-irq-level     rtc0
8   9:          0          0          0          0  Phys-irq-level     acpi
9  12:      16459          0          0          0  Phys-irq-level     i8042
10  16:     225384          0          0          0  Phys-irq-level     uhci_hcd:usb1, nvidia
11  17:       4569          0          0          0  Phys-irq-level     peth0
12  18:          0          0          0          0  Phys-irq-level     ehci_hcd:usb4, uhci_hcd:usb7
13  19:     136241          0          0          0  Phys-irq-level     uhci_hcd:usb3, uhci_hcd:usb6, ahci, ide0, ide1
14  21:          0          0          0          0  Phys-irq-level     uhci_hcd:usb2, EMU10K1
15  23:    2694451          0          0          0  Phys-irq-level     uhci_hcd:usb5, ehci_hcd:usb8, ohci1394
16 256:    1071424          0          0          0  Dynamic-irq-level     timer0
17 257:    3598835          0          0          0  Dynamic-irq-level     resched0
18 258:         38          0          0          0  Dynamic-irq-level     callfunc0
19 259:       9925          0          0          0  Dynamic-irq-level     spinlock0
20 260:          0    4056392          0          0  Dynamic-irq-level     resched1
21 261:          0        255          0          0  Dynamic-irq-level     callfunc1
22 262:          0       7138          0          0  Dynamic-irq-level     spinlock1
23 263:          0     883505          0          0  Dynamic-irq-level     timer1
24 264:          0          0    3950072          0  Dynamic-irq-level     resched2
25 265:          0          0        265          0  Dynamic-irq-level     callfunc2
26 266:          0          0       6372          0  Dynamic-irq-level     spinlock2
27 267:          0          0     800888          0  Dynamic-irq-level     timer2
28 268:          0          0          0    3899765  Dynamic-irq-level     resched3
29 269:          0          0          0        249  Dynamic-irq-level     callfunc3
30 270:          0          0          0       5760  Dynamic-irq-level     spinlock3
31 271:          0          0          0     702771  Dynamic-irq-level     timer3
32 272:        792          0          0          0  Dynamic-irq-level     xenbus
33 273:          0          0          0          0  Dynamic-irq-level     console
34 274:          0          0          0          0  Dynamic-irq-level     suspend
35 NMI:          0          0          0          0   Non-maskable interrupts
36 RES:    3598835    4056392    3950072    3899765   Rescheduling interrupts
37 CAL:         38        255        265        249   function call interrupts
38
39
40 bluetooth@blues:~/develop/ffado> ps -eLo pid,cls,rtprio,pri,nice,cmd | grep -i "irq"
41     4  FF     99 139   - [ksoftirqd/0]
42     7  FF     99 139   - [ksoftirqd/1]
43    10  FF     99 139   - [ksoftirqd/2]
44    13  FF     99 139   - [ksoftirqd/3]
45 10630  TS      -  19   0 grep -i irq
46