summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/keyword-index.html
diff options
context:
space:
mode:
authorJosh Stone <jistone@redhat.com>2009-11-13 15:21:06 -0800
committerJosh Stone <jistone@redhat.com>2009-11-13 15:21:06 -0800
commit6b95efe9fd58e1884baa7ec14de68996e88e0868 (patch)
treed1b7e89e76514d12cf5010ceb87709d3dad4f4b7 /testsuite/systemtap.examples/keyword-index.html
parent3b605aebad464a18c9cac6ec4f5fa96ca8dbe560 (diff)
downloadsystemtap-steved-6b95efe9fd58e1884baa7ec14de68996e88e0868.tar.gz
systemtap-steved-6b95efe9fd58e1884baa7ec14de68996e88e0868.tar.xz
systemtap-steved-6b95efe9fd58e1884baa7ec14de68996e88e0868.zip
Regen indexes for interrupts-by-dev example
Diffstat (limited to 'testsuite/systemtap.examples/keyword-index.html')
-rw-r--r--testsuite/systemtap.examples/keyword-index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/keyword-index.html b/testsuite/systemtap.examples/keyword-index.html
index 1a2855e1..05de73fa 100644
--- a/testsuite/systemtap.examples/keyword-index.html
+++ b/testsuite/systemtap.examples/keyword-index.html
@@ -144,6 +144,9 @@ keywords: <a href="keyword-index.html#FILESYSTEM">FILESYSTEM</a> <a href="keywor
</ul>
<h3><a name="INTERRUPT">INTERRUPT</a></h3>
<ul>
+<li><a href="interrupt/interrupts-by-dev.stp">interrupt/interrupts-by-dev.stp</a> - Record interrupts on a per-device basis.<br>
+keywords: <a href="keyword-index.html#INTERRUPT">INTERRUPT</a> <br>
+<p>The interrupts-by-dev.stp script profiles interrupts received by each device per 100 ms.</p></li>
<li><a href="interrupt/scf.stp">interrupt/scf.stp</a> - Tally Backtraces for Inter-Processor Interrupt (IPI)<br>
keywords: <a href="keyword-index.html#INTERRUPT">INTERRUPT</a> <a href="keyword-index.html#BACKTRACE">BACKTRACE</a> <br>
<p>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.</p></li>