/usr/share/systemtap/examples/interrupt
NameSizeModeActions
interrupts-by-dev.meta5070644editdlrm
interrupts-by-dev.stp8330755editdlrm
interrupts-by-dev.txt5130644editdlrm
scf.meta6100644editdlrm
scf.stp5200755editdlrm
scf.tcl1400644editdlrm
Edit: /usr/share/systemtap/examples/interrupt/scf.meta (610B)
title: Tally Backtraces for Inter-Processor Interrupt name: scf.stp version: 1.0 author: William Cohen keywords: interrupt backtrace subsystem: interrupt status: production exit: user-controlled output: sorted-list scope: system-wide description: The Linux kernel function smp_call_function causes expensive inter-processor interrupts (IPIs). The scf.stp script tallies the processes and backtraces causing the interprocessor interrupts to identify the cause of the expensive IPI. On exit the script prints the tallies in descending frequency. test_check: stap -p4 scf.stp test_installcheck: stap scf.stp -T 1