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.stp3
1 files changed, 3 insertions, 0 deletions
diff --git a/testsuite/systemtap.base/uprobes.stp b/testsuite/systemtap.base/uprobes.stp
new file mode 100755
index 00000000..d7efb586
--- /dev/null
+++ b/testsuite/systemtap.base/uprobes.stp
@@ -0,0 +1,3 @@
+#! stap -p4
+probe process("./jennie").function("main").call { log(pp()." "/*.$$parms*/) }
+probe process("./jennie").function("main").return { log(pp()." "/*.$$return*/) }