[PATCH 6/6] New Infiniband (OFED) tapset - test
David J. Wilder
dwilder@us.ibm.com
Fri Feb 6 01:13:00 GMT 2009
This patch adds a test for the ofed set of tapsets.
Signed-off-by: David Wilder <dwilder@us.ibm.com>
------------------------------------------------------
testsuite/buildok/ofed.stp | 7 +++++++
1 files changed, 7 insertions(+), 0 deletions(-)
diff --git a/testsuite/buildok/ofed.stp b/testsuite/buildok/ofed.stp
new file mode 100644
index 0000000..60432f8
--- /dev/null
+++ b/testsuite/buildok/ofed.stp
@@ -0,0 +1,7 @@
+#! stap -p4
+
+probe begin { ib_dprint_on() }
+probe ib_ipoib.UD.*{}
+probe ib_ipoib.CM.*{}
+probe ib_cm.*{}
+
More information about the Systemtap
mailing list