This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 6/6] New Infiniband (OFED) tapset - test


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.*{}
+



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]