summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Cohen <wcohen@redhat.com>2008-11-25 11:08:53 -0500
committerWilliam Cohen <wcohen@redhat.com>2008-11-25 11:08:53 -0500
commit689a5cf030fcea346f302260a3414ad15ad6120f (patch)
treec90c01c5742360a4f21ec6403211b9c85faae315
parentcee285537ac8e30bc22f24a9422eaaa7cb2a2427 (diff)
parent5ac83c295e453f7aa0e66cf6b3e966c30b839c92 (diff)
downloadsystemtap-steved-689a5cf030fcea346f302260a3414ad15ad6120f.tar.gz
systemtap-steved-689a5cf030fcea346f302260a3414ad15ad6120f.tar.xz
systemtap-steved-689a5cf030fcea346f302260a3414ad15ad6120f.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
-rw-r--r--testsuite/systemtap.examples/ChangeLog4
-rw-r--r--testsuite/systemtap.examples/general/para-callgraph.meta2
2 files changed, 5 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/ChangeLog b/testsuite/systemtap.examples/ChangeLog
index 782706c8..f5370d73 100644
--- a/testsuite/systemtap.examples/ChangeLog
+++ b/testsuite/systemtap.examples/ChangeLog
@@ -1,3 +1,7 @@
+2008-11-25 Mark Wielaard <mjw@redhat.com>
+
+ * general/para-callgraph.meta: Don't use single quotes.
+
2008-11-20 Frank Ch. Eigler <fche@elastic.org>
* examples-index-gen.pl: Make "keywords: foo bar" list into
diff --git a/testsuite/systemtap.examples/general/para-callgraph.meta b/testsuite/systemtap.examples/general/para-callgraph.meta
index 9fcf26c6..14b83dea 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") -c 'cat /proc/sys/vm/*'
+test_installcheck: stap para-callgraph.stp kernel.function("*@fs/proc*.c") kernel.function("sys_read") "cat /proc/sys/vm/*"