summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/general/para-callgraph-simple.meta
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2008-10-28 16:02:01 +1000
committerddomingo <ddomingo@redhat.com>2008-10-28 16:02:01 +1000
commited70d5b028bf8af776380deda5e6a75857c41c28 (patch)
tree456651dd247da3d1fe13fb20f89d5b59a50f212e /testsuite/systemtap.examples/general/para-callgraph-simple.meta
parent53b9e09f0b30e4f53ec492b345cbd1ab85afe929 (diff)
parent1a58bf9838378cdab17c2071794a12463007270a (diff)
downloadsystemtap-steved-ed70d5b028bf8af776380deda5e6a75857c41c28.tar.gz
systemtap-steved-ed70d5b028bf8af776380deda5e6a75857c41c28.tar.xz
systemtap-steved-ed70d5b028bf8af776380deda5e6a75857c41c28.zip
re-committing all work for today, resolving conflicts earlier
Diffstat (limited to 'testsuite/systemtap.examples/general/para-callgraph-simple.meta')
-rw-r--r--testsuite/systemtap.examples/general/para-callgraph-simple.meta7
1 files changed, 7 insertions, 0 deletions
diff --git a/testsuite/systemtap.examples/general/para-callgraph-simple.meta b/testsuite/systemtap.examples/general/para-callgraph-simple.meta
new file mode 100644
index 00000000..4a0bb251
--- /dev/null
+++ b/testsuite/systemtap.examples/general/para-callgraph-simple.meta
@@ -0,0 +1,7 @@
+title: Callgraph tracing with arguments
+name: para-callgraph.stp
+keywords: trace callgraph
+subsystem: general
+description: 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.
+test_check: stap -p4 para-callgraph.stp sys_read '*@fs/*.c'
+test_installcheck: TBD