summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.txt
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.txt
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.txt')
-rw-r--r--testsuite/systemtap.examples/index.txt10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt
index f45f4c43..5ffc341a 100644
--- a/testsuite/systemtap.examples/index.txt
+++ b/testsuite/systemtap.examples/index.txt
@@ -27,6 +27,16 @@ keywords: trace callgraph
the trigger.
+interrupt/scf.stp - Tally Backtraces for Inter-Processor Interrupt (IPI)
+keywords: interrupt backtrace
+
+ 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.
+
+
io/disktop.stp - Summarize Disk Read/Write Traffic
keywords: disk