diff options
author | Josh Stone <jistone@redhat.com> | 2009-11-13 15:21:06 -0800 |
---|---|---|
committer | Josh Stone <jistone@redhat.com> | 2009-11-13 15:21:06 -0800 |
commit | 6b95efe9fd58e1884baa7ec14de68996e88e0868 (patch) | |
tree | d1b7e89e76514d12cf5010ceb87709d3dad4f4b7 /testsuite/systemtap.examples | |
parent | 3b605aebad464a18c9cac6ec4f5fa96ca8dbe560 (diff) | |
download | systemtap-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')
-rw-r--r-- | testsuite/systemtap.examples/index.html | 3 | ||||
-rw-r--r-- | testsuite/systemtap.examples/index.txt | 7 | ||||
-rw-r--r-- | testsuite/systemtap.examples/keyword-index.html | 3 | ||||
-rw-r--r-- | testsuite/systemtap.examples/keyword-index.txt | 7 |
4 files changed, 20 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.html b/testsuite/systemtap.examples/index.html index 55fea0fb..19fddaa4 100644 --- a/testsuite/systemtap.examples/index.html +++ b/testsuite/systemtap.examples/index.html @@ -58,6 +58,9 @@ keywords: <a href="keyword-index.html#SIMPLE">SIMPLE</a> <br> <li><a href="general/para-callgraph.stp">general/para-callgraph.stp</a> - Callgraph tracing with arguments<br> keywords: <a href="keyword-index.html#TRACE">TRACE</a> <a href="keyword-index.html#CALLGRAPH">CALLGRAPH</a> <br> <p>Print a timed per-thread callgraph, complete with function parameters and return values. The first parameter names the function probe points to trace. The optional second parameter names the probe points for trigger functions, which acts to enable tracing for only those functions that occur while the current thread is nested within the trigger.</p></li> +<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> diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt index 16b45aac..a18cae3f 100644 --- a/testsuite/systemtap.examples/index.txt +++ b/testsuite/systemtap.examples/index.txt @@ -50,6 +50,13 @@ keywords: trace callgraph the trigger. +interrupt/interrupts-by-dev.stp - Record interrupts on a per-device basis. +keywords: interrupt + + The interrupts-by-dev.stp script profiles interrupts received by each + device per 100 ms. + + interrupt/scf.stp - Tally Backtraces for Inter-Processor Interrupt (IPI) keywords: interrupt backtrace 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> diff --git a/testsuite/systemtap.examples/keyword-index.txt b/testsuite/systemtap.examples/keyword-index.txt index 6de9c330..9ed52e27 100644 --- a/testsuite/systemtap.examples/keyword-index.txt +++ b/testsuite/systemtap.examples/keyword-index.txt @@ -198,6 +198,13 @@ keywords: filesystem hack = INTERRUPT = +interrupt/interrupts-by-dev.stp - Record interrupts on a per-device basis. +keywords: interrupt + + The interrupts-by-dev.stp script profiles interrupts received by each + device per 100 ms. + + interrupt/scf.stp - Tally Backtraces for Inter-Processor Interrupt (IPI) keywords: interrupt backtrace |