1PROBE::IRQ_HANDLER(3stap)Interrupt Request (IRQ) TapsetPROBE::IRQ_HANDLER(3stap)
2
3
4

NAME

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

SYNOPSIS

9       irq_handler.exit
10

VALUES

12       dev_name
13           name of device
14
15       ret
16           return value of the handler
17
18       flags
19           flags for IRQ handler
20
21       dev_id
22           Cookie to identify device
23
24       dir
25           pointer to the proc/irq/NN/name entry
26
27       next_irqaction
28           pointer to next irqaction for shared interrupts
29
30       irq
31           interrupt number
32
33       thread_flags
34           Flags related to thread
35
36       thread
37           thread pointer for threaded interrupts
38
39       thread_fn
40           interrupt handler function for threaded interrupts
41
42       flags_str
43           symbolic string representation of IRQ flags
44
45       handler
46           interrupt handler function that was executed
47
48       action
49           struct irqaction*
50
51
52
53SystemTap Tapset Reference        August 2011        PROBE::IRQ_HANDLER(3stap)
Impressum