Provided by: systemtap-doc_2.3-1ubuntu1.4_all bug

NAME

       probe::irq_handler.entry - Execution of interrupt handler starting

SYNOPSIS

       irq_handler.entry

VALUES

       flags_str
           symbolic string representation of IRQ flags

       next_irqaction
           pointer to next irqaction for shared interrupts

       action
           struct irqaction* for this interrupt num

       thread_flags
           Flags related to thread

       dev_name
           name of device

       thread
           thread pointer for threaded interrupts

       flags
           Flags for IRQ handler

       dev_id
           Cookie to identify device

       thread_fn
           interrupt handler function for threaded interrupts

       irq
           irq number

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

       handler
           interrupt handler function