1TAPSET::IRQ(3stap)                                          TAPSET::IRQ(3stap)
2
3
4

NAME

6       tapset::irq - systemtap irq tapset
7
8

DESCRIPTION

10       workqueue.create
11              Creating a new workqueue
12
13               See probe::workqueue.create(3stap)
14               for details.
15
16       workqueue.insert
17              Queuing work on a workqueue
18
19               See probe::workqueue.insert(3stap)
20               for details.
21
22       workqueue.execute
23              Executing deferred work
24
25               See probe::workqueue.execute(3stap)
26               for details.
27
28       workqueue.destroy
29              Destroying workqueue
30
31               See probe::workqueue.destroy(3stap)
32               for details.
33
34       irq_handler.entry
35              Execution of interrupt handler starting
36
37               See probe::irq_handler.entry(3stap)
38               for details.
39
40       irq_handler.exit
41              Execution of interrupt handler completed
42
43               See probe::irq_handler.exit(3stap)
44               for details.
45
46       softirq.entry
47              Execution of handler for a pending softirq starting
48
49               See probe::softirq.entry(3stap)
50               for details.
51
52       softirq.exit
53              Execution of handler for a pending softirq completed
54
55               See probe::softirq.exit(3stap)
56               for details.
57
58

SEE ALSO

60                        probe::workqueue.create(3stap),
61       probe::workqueue.insert(3stap),
62       probe::workqueue.execute(3stap),
63       probe::workqueue.destroy(3stap),
64       probe::irq_handler.entry(3stap),
65       probe::irq_handler.exit(3stap),   probe::softirq.entry(3stap),
66       probe::softirq.exit(3stap),  stap(1), stapprobes(3stap)
67
68
69
70SystemTap Tapset Reference         May 2019                 TAPSET::IRQ(3stap)
Impressum