summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.examples/general
diff options
context:
space:
mode:
authorddomingo <ddomingo@redhat.com>2008-09-15 13:53:32 +1000
committerddomingo <ddomingo@redhat.com>2008-09-15 13:53:32 +1000
commit58b5c08a69fa298a92ead6d9384415ff750ea2ef (patch)
treee6069a6944ccf0bcb5e9884104d3819121896dfb /testsuite/systemtap.examples/general
parent4ef55e8308f34b73d6a0a69850900ae0d06499ce (diff)
parent8b524b8e33e94007b15f33546819056b56435cf2 (diff)
downloadsystemtap-steved-58b5c08a69fa298a92ead6d9384415ff750ea2ef.tar.gz
systemtap-steved-58b5c08a69fa298a92ead6d9384415ff750ea2ef.tar.xz
systemtap-steved-58b5c08a69fa298a92ead6d9384415ff750ea2ef.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/systemtap.examples/general')
-rw-r--r--testsuite/systemtap.examples/general/para-callgraph.meta4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.examples/general/para-callgraph.meta b/testsuite/systemtap.examples/general/para-callgraph.meta
index 740ed5ce..9fcf26c6 100644
--- a/testsuite/systemtap.examples/general/para-callgraph.meta
+++ b/testsuite/systemtap.examples/general/para-callgraph.meta
@@ -3,5 +3,5 @@ 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 '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_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/*'