summaryrefslogtreecommitdiffstats
path: root/testsuite
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2008-11-27 08:20:25 +1000
committerddomingo <ddomingo@redhat.com>2008-11-27 08:20:25 +1000
commitb292269455060d2f07dfa83749f9a7766c478c5a (patch)
tree684b52c7d3c598e26f22eba2f0b1db232788c526 /testsuite
parentc41e99c8f098302a9ed2eb4fcac6ff5e7cd79cab (diff)
parentc31df222427089e752256c58fceb6f077bdc53ce (diff)
downloadsystemtap-steved-b292269455060d2f07dfa83749f9a7766c478c5a.tar.gz
systemtap-steved-b292269455060d2f07dfa83749f9a7766c478c5a.tar.xz
systemtap-steved-b292269455060d2f07dfa83749f9a7766c478c5a.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite')
-rw-r--r--testsuite/systemtap.examples/ChangeLog5
-rw-r--r--testsuite/systemtap.examples/general/para-callgraph.meta2
2 files changed, 6 insertions, 1 deletions
diff --git a/testsuite/systemtap.examples/ChangeLog b/testsuite/systemtap.examples/ChangeLog
index f5370d73..01675733 100644
--- a/testsuite/systemtap.examples/ChangeLog
+++ b/testsuite/systemtap.examples/ChangeLog
@@ -1,5 +1,10 @@
2008-11-25 Mark Wielaard <mjw@redhat.com>
+ * general/para-callgraph.meta: Add accidentially removed -c back
+ to test_installcheck.
+
+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>
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/*"