diff options
author | David Smith <dsmith@redhat.com> | 2008-08-15 14:02:51 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2008-08-15 14:02:51 -0500 |
commit | 3fa5cd6a40695472e3752dce17b5a438f8a830fa (patch) | |
tree | f9299c0ec76594877557211c30c505cdfac6ce92 /testsuite/systemtap.examples/index.txt | |
parent | 986e98de88e5a55451aaf24a6ead7f44725124c1 (diff) | |
parent | fd5747054ac2a5c90d209195c55e6310972f969a (diff) | |
download | systemtap-steved-3fa5cd6a40695472e3752dce17b5a438f8a830fa.tar.gz systemtap-steved-3fa5cd6a40695472e3752dce17b5a438f8a830fa.tar.xz systemtap-steved-3fa5cd6a40695472e3752dce17b5a438f8a830fa.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap into work
Diffstat (limited to 'testsuite/systemtap.examples/index.txt')
-rw-r--r-- | testsuite/systemtap.examples/index.txt | 17 |
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 |