summaryrefslogtreecommitdiffstats
path: root/nfs.stp
diff options
context:
space:
mode:
authorSteve Dickson <steved@redhat.com>2008-01-29 15:02:30 -0500
committerSteve Dickson <steved@redhat.com>2008-01-29 15:02:30 -0500
commita0630d519e87f5c5d851d3127085a50592bb20b4 (patch)
tree589aff766c2131f715b595de40ed19b57719b0cb /nfs.stp
downloadsystemtap-a0630d519e87f5c5d851d3127085a50592bb20b4.tar.gz
systemtap-a0630d519e87f5c5d851d3127085a50592bb20b4.tar.xz
systemtap-a0630d519e87f5c5d851d3127085a50592bb20b4.zip
Initial Commit
Diffstat (limited to 'nfs.stp')
-rw-r--r--nfs.stp2
1 files changed, 2 insertions, 0 deletions
diff --git a/nfs.stp b/nfs.stp
new file mode 100644
index 0000000..f96455d
--- /dev/null
+++ b/nfs.stp
@@ -0,0 +1,2 @@
+probe begin { log("starting NFS probe") }
+probe end { log("ending NFS probe") }