summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/uprobes.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/systemtap.base/uprobes.stp')
-rwxr-xr-xtestsuite/systemtap.base/uprobes.stp4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/systemtap.base/uprobes.stp b/testsuite/systemtap.base/uprobes.stp
index 8e7dbe9d..32bc1a70 100755
--- a/testsuite/systemtap.base/uprobes.stp
+++ b/testsuite/systemtap.base/uprobes.stp
@@ -1,3 +1,3 @@
#! stap -p4
-probe process("./jennie").function("main").call { log(pp()/*." ".$$parms*/) }
-probe process("./jennie").function("main").return { log(pp()/*." ".$$return*/) }
+probe process("./jennie").function("main").call { log(pp()." ".$$parms) }
+probe process("./jennie").function("main").return { log(pp()." ".$$return) }