From: Ira Weiny <[email protected]> This has mild testing and still has some FIXMEs etc. I'm submitting to help decide if we wish to remove the MAD snooping infrastructure.
I believe this to be a more efficient debugging mechanism as it is most always available (if debugfs is available) and should have limited performance impact when off. Ira Weiny (5): IB/MAD: add send path trace points IB/MAD: add recv path trace point IB/MAD Add agent trace points IB/mad: Add umad trace points IB/mad: Add SMP tracing drivers/infiniband/core/mad.c | 72 +++++++ drivers/infiniband/core/user_mad.c | 5 + include/trace/events/ib_mad.h | 385 +++++++++++++++++++++++++++++++++++++ include/trace/events/ib_umad.h | 312 ++++++++++++++++++++++++++++++ 4 files changed, 774 insertions(+) create mode 100644 include/trace/events/ib_mad.h create mode 100644 include/trace/events/ib_umad.h -- 1.8.2 -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
