summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok
diff options
context:
space:
mode:
authorfche <fche>2005-08-18 01:14:52 +0000
committerfche <fche>2005-08-18 01:14:52 +0000
commite97bcaa1e868db40b90d63a9ff58295c98b3abb2 (patch)
treee15f3529df539f6703b9cea58e7c42d5bc185a07 /testsuite/buildok
parent83ff1cf9bd71350ade588ed858ba679548be6860 (diff)
downloadsystemtap-steved-e97bcaa1e868db40b90d63a9ff58295c98b3abb2.tar.gz
systemtap-steved-e97bcaa1e868db40b90d63a9ff58295c98b3abb2.tar.xz
systemtap-steved-e97bcaa1e868db40b90d63a9ff58295c98b3abb2.zip
none
Diffstat (limited to 'testsuite/buildok')
-rwxr-xr-xtestsuite/buildok/thirteen.stp6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/buildok/thirteen.stp b/testsuite/buildok/thirteen.stp
new file mode 100755
index 00000000..1113913e
--- /dev/null
+++ b/testsuite/buildok/thirteen.stp
@@ -0,0 +1,6 @@
+#! stap -p4
+
+probe kernel.function("sys_read")
+{
+ log ("count=" . string($count))
+}