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

SEE ALSO

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