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