summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/twentyseven.stp
diff options
context:
space:
mode:
Diffstat (limited to 'testsuite/buildok/twentyseven.stp')
-rwxr-xr-xtestsuite/buildok/twentyseven.stp6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/buildok/twentyseven.stp b/testsuite/buildok/twentyseven.stp
new file mode 100755
index 00000000..0e3c3ec4
--- /dev/null
+++ b/testsuite/buildok/twentyseven.stp
@@ -0,0 +1,6 @@
+#! stap -up4
+
+probe syscall.execve
+{
+ print($argv[0])
+}