summaryrefslogtreecommitdiffstats
path: root/testsuite/transok/six.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/transok/six.stp')
-rwxr-xr-xtestsuite/transok/six.stp8
1 files changed, 8 insertions, 0 deletions
diff --git a/testsuite/transok/six.stp b/testsuite/transok/six.stp
new file mode 100755
index 00000000..8684107e
--- /dev/null
+++ b/testsuite/transok/six.stp
@@ -0,0 +1,8 @@
+#! stap -p3
+
+probe begin
+{
+ printk("kernel time")
+ log("hello there")
+ warn("this is a builtin")
+}