summaryrefslogtreecommitdiffstats
path: root/testsuite/systemtap.base/uprobes.stp
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2008-09-08 10:50:28 -0400
committerDave Brolley <brolley@redhat.com>2008-09-08 10:50:28 -0400
commite27cf4ed7ebf115a03fc29a639b72b983f5ddff2 (patch)
treeb07abb50bcb5c03e4d88af1b00ae0edc8223091c /testsuite/systemtap.base/uprobes.stp
parent0bda97400ce6610899b3fbd7fd19f67030fedcc8 (diff)
parente6342ff8c11bbed1d2058507b918cf3c140e1322 (diff)
downloadsystemtap-steved-e27cf4ed7ebf115a03fc29a639b72b983f5ddff2.tar.gz
systemtap-steved-e27cf4ed7ebf115a03fc29a639b72b983f5ddff2.tar.xz
systemtap-steved-e27cf4ed7ebf115a03fc29a639b72b983f5ddff2.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
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*/) }