logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Name

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

See Also

tapset::irq(3stap)

SystemTap Tapset Reference                         April 2024                          PROBE::IRQ_HANDLER(3stap)

Synopsis

       irq_handler.exit

Values

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

       irq
           interrupt number

       action
           struct irqaction*

       flags_str
           symbolic string representation of IRQ flags

       thread_flags
           Flags related to thread

       thread_fn
           interrupt handler function for threaded interrupts

       flags
           flags for IRQ handler

       dev_name
           name of device

       next_irqaction
           pointer to next irqaction for shared interrupts

       dev_id
           Cookie to identify device

       thread
           thread pointer for threaded interrupts

       ret
           return value of the handler

       handler
           interrupt handler function that was executed

See Also