Lines Matching refs:irq
2 #define TRACE_SYSTEM irq
54 TP_PROTO(int irq, struct irqaction *action),
56 TP_ARGS(irq, action),
59 __field( int, irq )
64 __entry->irq = irq;
68 TP_printk("irq=%d name=%s", __entry->irq, __get_str(name))
84 TP_PROTO(int irq, struct irqaction *action, int ret),
86 TP_ARGS(irq, action, ret),
89 __field( int, irq )
94 __entry->irq = irq;
99 __entry->irq, __entry->ret ? "handled" : "unhandled")