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

SEE ALSO

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