diff options
Diffstat (limited to 'testsuite/transok/six.stp')
-rwxr-xr-x | testsuite/transok/six.stp | 8 |
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") +} |