tapset::irq.3stap - Man Page
systemtap irq tapset
Description
- workqueue.create
Creating a new workqueue
See probe::workqueue.create(3stap)
for details.- workqueue.insert
Queuing work on a workqueue
See probe::workqueue.insert(3stap)
for details.- workqueue.execute
Executing deferred work
See probe::workqueue.execute(3stap)
for details.- workqueue.destroy
Destroying workqueue
See probe::workqueue.destroy(3stap)
for details.- irq_handler.entry
Execution of interrupt handler starting
See probe::irq_handler.entry(3stap)
for details.- irq_handler.exit
Execution of interrupt handler completed
See probe::irq_handler.exit(3stap)
for details.- softirq.entry
Execution of handler for a pending softirq starting
See probe::softirq.entry(3stap)
for details.- softirq.exit
Execution of handler for a pending softirq completed
See probe::softirq.exit(3stap)
for details.
See Also
probe::workqueue.create(3stap), probe::workqueue.insert(3stap), probe::workqueue.execute(3stap), probe::workqueue.destroy(3stap), probe::irq_handler.entry(3stap), probe::irq_handler.exit(3stap), probe::softirq.entry(3stap), probe::softirq.exit(3stap), stap(1), stapprobes(3stap)