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

SEE ALSO

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