summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/general
diff options
context:
space:
mode:
authorMark Wielaard <mjw@redhat.com>2008-11-26 00:14:38 +0100
committerMark Wielaard <mjw@redhat.com>2008-11-26 00:15:12 +0100
commit391d64d0997a41035f2af5f13d41dae00300061b (patch)
tree017f0f4659b317aaf3c6cfec3f2b2d968e72e355 /testsuite/systemtap.examples/general
parente0c4dae873d0c7365f928fa2e72450f33b69ca3d (diff)
downloadsystemtap-steved-391d64d0997a41035f2af5f13d41dae00300061b.tar.gz
systemtap-steved-391d64d0997a41035f2af5f13d41dae00300061b.tar.xz
systemtap-steved-391d64d0997a41035f2af5f13d41dae00300061b.zip
para-callgraph.meta: Add accidentially removed -c back to test_installcheck.
Diffstat (limited to 'testsuite/systemtap.examples/general')
-rw-r--r--testsuite/systemtap.examples/general/para-callgraph.meta2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/general/para-callgraph.meta b/testsuite/systemtap.examples/general/para-callgraph.meta
index 14b83dea..87af07cf 100644
--- a/testsuite/systemtap.examples/general/para-callgraph.meta
+++ b/testsuite/systemtap.examples/general/para-callgraph.meta
@@ -4,4 +4,4 @@ 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 kernel.function("*@fs/proc*.c") kernel.function("sys_read")
-test_installcheck: stap para-callgraph.stp kernel.function("*@fs/proc*.c") kernel.function("sys_read") "cat /proc/sys/vm/*"
+test_installcheck: stap para-callgraph.stp kernel.function("*@fs/proc*.c") kernel.function("sys_read") -c "cat /proc/sys/vm/*"