logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

tapset::irq - 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.

Name

       tapset::irq - systemtap irq tapset

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)

SystemTap Tapset Reference                         April 2024                                 TAPSET::IRQ(3stap)

See Also