summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/general/para-callgraph-simple.meta
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2008-10-29 12:29:45 +1000
committerddomingo <ddomingo@redhat.com>2008-10-29 12:29:45 +1000
commit38b8c86a6dca11017d03fdfa6ce1ee201154ae07 (patch)
treef9ce7f56d6071cfa0a007e078add7522a28ddbe3 /testsuite/systemtap.examples/general/para-callgraph-simple.meta
parent4204677f1886822f60ce544e55d4f44f10c668d0 (diff)
downloadsystemtap-steved-38b8c86a6dca11017d03fdfa6ce1ee201154ae07.tar.gz
systemtap-steved-38b8c86a6dca11017d03fdfa6ce1ee201154ae07.tar.xz
systemtap-steved-38b8c86a6dca11017d03fdfa6ce1ee201154ae07.zip
removed simples
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, 0 insertions, 7 deletions
diff --git a/testsuite/systemtap.examples/general/para-callgraph-simple.meta b/testsuite/systemtap.examples/general/para-callgraph-simple.meta
deleted file mode 100644
index 4a0bb251..00000000
--- a/testsuite/systemtap.examples/general/para-callgraph-simple.meta
+++ /dev/null
@@ -1,7 +0,0 @@
-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