summaryrefslogtreecommitdiffstats
path: root/testsuite/buildok/socket-all-probes.stp
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2007-10-04 20:16:25 -0400
committerFrank Ch. Eigler <fche@elastic.org>2007-10-04 20:16:25 -0400
commit548fb400e1942d1df53ded19fa98d1b2000479d1 (patch)
treee52af93cd6fa0ae0598e5c813849441264b504af /testsuite/buildok/socket-all-probes.stp
parent72bdd75f9c3d6b61bf4caf1b5351a3f6544c0b27 (diff)
parent0986ac384c966a2c789d7a0fd63fa190029143be (diff)
downloadsystemtap-steved-548fb400e1942d1df53ded19fa98d1b2000479d1.tar.gz
systemtap-steved-548fb400e1942d1df53ded19fa98d1b2000479d1.tar.xz
systemtap-steved-548fb400e1942d1df53ded19fa98d1b2000479d1.zip
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'testsuite/buildok/socket-all-probes.stp')
-rwxr-xr-xtestsuite/buildok/socket-all-probes.stp6
1 files changed, 6 insertions, 0 deletions
diff --git a/testsuite/buildok/socket-all-probes.stp b/testsuite/buildok/socket-all-probes.stp
new file mode 100755
index 00000000..3fe9d488
--- /dev/null
+++ b/testsuite/buildok/socket-all-probes.stp
@@ -0,0 +1,6 @@
+#! stap -p4
+
+// Tests if all probes in the socket tapset are resolvable.
+
+probe socket.*,
+ socket.*.* {}