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

SEE ALSO

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