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       flags_str
13           symbolic string representation of IRQ flags
14
15       dev_id
16           Cookie to identify device
17
18       action
19           struct irqaction*
20
21       flags
22           flags for IRQ handler
23
24       next_irqaction
25           pointer to next irqaction for shared interrupts
26
27       thread_fn
28           interrupt handler function for threaded interrupts
29
30       irq
31           interrupt number
32
33       ret
34           return value of the handler
35
36       thread
37           thread pointer for threaded interrupts
38
39       dev_name
40           name of device
41
42       dir
43           pointer to the proc/irq/NN/name entry
44
45       handler
46           interrupt handler function that was executed
47
48       thread_flags
49           Flags related to thread
50

SEE ALSO

52       tapset::irq(3stap)
53
54
55
56SystemTap Tapset Reference        April 2023         PROBE::IRQ_HANDLER(3stap)
Impressum