summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.html
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2009-01-30 12:33:14 -0500
committerWilliam Cohen <wcohen@redhat.com>2009-01-30 12:33:14 -0500
commit1cc8a4c78bff79ea8b60e916e5cd01571b469b03 (patch)
tree4e32eca7acddc28d2e5aa0de5a1bc559a2550c95 /testsuite/systemtap.examples/index.html
parent9fbda39bf7687ceeee28813f30f6e3ec5c72fc5d (diff)
downloadsystemtap-steved-1cc8a4c78bff79ea8b60e916e5cd01571b469b03.tar.gz
systemtap-steved-1cc8a4c78bff79ea8b60e916e5cd01571b469b03.tar.xz
systemtap-steved-1cc8a4c78bff79ea8b60e916e5cd01571b469b03.zip
Move the scf.stp example from systemtap.samples to systemtap.examples.
Diffstat (limited to 'testsuite/systemtap.examples/index.html')
-rw-r--r--testsuite/systemtap.examples/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.html b/testsuite/systemtap.examples/index.html
index b67aa226..87a5a50e 100644
--- a/testsuite/systemtap.examples/index.html
+++ b/testsuite/systemtap.examples/index.html
@@ -49,6 +49,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/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>
<li><a href="io/disktop.stp">io/disktop.stp</a> - Summarize Disk Read/Write Traffic<br>
keywords: <a href="keyword-index.html#DISK">DISK</a> <br>
<p>Get the status of reading/writing disk every 5 seconds, output top ten entries during that period.</p></li>