summaryrefslogtreecommitdiffstats
path: root/testsuite/semko
diff options
context:
space:
mode:
authorDave Brolley <brolley@redhat.com>2008-08-13 11:56:16 -0400
committerDave Brolley <brolley@redhat.com>2008-08-13 11:56:16 -0400
commit5da0b3b2512ad912a845ff0bab34263cbb4a1dfc (patch)
treed8765d5e69768980b8259e64b4122dcf9c8c452f /testsuite/semko
parent7f7720519a6848403d91cc90269a04bade0dac2e (diff)
parentb01369baab6f5bd6887e99ad44048197e0d38c04 (diff)
downloadsystemtap-steved-5da0b3b2512ad912a845ff0bab34263cbb4a1dfc.tar.gz
systemtap-steved-5da0b3b2512ad912a845ff0bab34263cbb4a1dfc.tar.xz
systemtap-steved-5da0b3b2512ad912a845ff0bab34263cbb4a1dfc.zip
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Conflicts: ChangeLog testsuite/ChangeLog
Diffstat (limited to 'testsuite/semko')
-rwxr-xr-xtestsuite/semko/utrace14.stp4
1 files changed, 4 insertions, 0 deletions
diff --git a/testsuite/semko/utrace14.stp b/testsuite/semko/utrace14.stp
new file mode 100755
index 00000000..80847f7f
--- /dev/null
+++ b/testsuite/semko/utrace14.stp
@@ -0,0 +1,4 @@
+#! stap -p2
+
+# pid can't be less than 2
+probe process(1).begin { }