summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/index.txt
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2008-08-20 14:41:38 -0400
committerDave Brolley <brolley@redhat.com>2008-08-20 14:41:38 -0400
commitdce882537b3a31d0b4fa2ebac0d4984ed6acd302 (patch)
tree7a740f602f05341e3022fd021435446152444336 /testsuite/systemtap.examples/index.txt
parent1598733bd611536ea7a708c161bc4bbfbf25569c (diff)
parentef4042bd5adb8062c31789a9786bf558f5f11e9e (diff)
downloadsystemtap-steved-dce882537b3a31d0b4fa2ebac0d4984ed6acd302.tar.gz
systemtap-steved-dce882537b3a31d0b4fa2ebac0d4984ed6acd302.tar.xz
systemtap-steved-dce882537b3a31d0b4fa2ebac0d4984ed6acd302.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.examples/index.txt')
-rw-r--r--testsuite/systemtap.examples/index.txt17
1 files changed, 9 insertions, 8 deletions
diff --git a/testsuite/systemtap.examples/index.txt b/testsuite/systemtap.examples/index.txt
index aed6f457..1372afb0 100644
--- a/testsuite/systemtap.examples/index.txt
+++ b/testsuite/systemtap.examples/index.txt
@@ -16,14 +16,15 @@ subsystems: none, keywords: simple
prints out "hello world" message and then immediately exits.
-general/para-callgraph.stp - Tracing Calls for Sections of Code
-subsystems: kernel, keywords: trace callgraph
-
- The script takes two arguments: the first argument is the function to
- starts/stops the per thread call graph traces and the second argument
- is the list of functions to generate trace information on. The script
- prints out a timestap for the thread, the function name and pid,
- followed by entry or exit symboly and function name.
+general/para-callgraph.stp - Callgraph tracing with arguments
+subsystems: general, keywords: trace callgraph
+
+ 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.
io/disktop.stp - Summarize Disk Read/Write Traffic