summaryrefslogtreecommitdiffstats
path: root/examples/small_demos/close.stp
diff options
context:
space:
mode:
authorhunt <hunt>2007-11-09 21:06:11 +0000
committerhunt <hunt>2007-11-09 21:06:11 +0000
commit4405ffef373aa53bfc1e93f70d481dcb095397ed (patch)
tree99f11fada3180f661cfc6dce92f8ce0efd3d194c /examples/small_demos/close.stp
parent185457afd0b9b00f835e2bedcd6801aae432b699 (diff)
downloadsystemtap-steved-4405ffef373aa53bfc1e93f70d481dcb095397ed.tar.gz
systemtap-steved-4405ffef373aa53bfc1e93f70d481dcb095397ed.tar.xz
systemtap-steved-4405ffef373aa53bfc1e93f70d481dcb095397ed.zip
2007-11-09 Martin Hunt <hunt@redhat.com>
* README: New. * *.stp. Fix path. See PR 4718.
Diffstat (limited to 'examples/small_demos/close.stp')
-rwxr-xr-xexamples/small_demos/close.stp5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/small_demos/close.stp b/examples/small_demos/close.stp
index 53f53b25..7ba2a036 100755
--- a/examples/small_demos/close.stp
+++ b/examples/small_demos/close.stp
@@ -7,3 +7,8 @@ probe syscall.close {
probe syscall.close.return {
printf("%s\n", returnstr(returnp))
}
+
+probe end {
+ printf("DONE\n")
+}
+