Provided by: systemtap-doc_2.9-2ubuntu2_all bug

NAME

       probe::irq_handler.exit - Execution of interrupt handler completed

SYNOPSIS

       irq_handler.exit

VALUES

       thread_flags
           Flags related to thread

       ret
           return value of the handler

       flags_str
           symbolic string representation of IRQ flags

       thread
           thread pointer for threaded interrupts

       irq
           interrupt number

       thread_fn
           interrupt handler function for threaded interrupts

       dev_id
           Cookie to identify device

       dir
           pointer to the proc/irq/NN/name entry

       dev_name
           name of device

       handler
           interrupt handler function that was executed

       flags
           flags for IRQ handler

       action
           struct irqaction*

       next_irqaction
           pointer to next irqaction for shared interrupts

SEE ALSO

       tapset::irq(3stap)