> > From: Dennis Dalessandro <[email protected]> > > > > inline in trace functions causes the following build error when > > CONFIG_OPTIMIZE_INLINING is not defined in the kernel config: > > error: function can never be inlined because it uses variable argument > > lists > > There are all manner of tracing things in the kernel. Does this driver really > need a custom designed one? >
All of our trace infrastructure is built out of events/tracepoints, so we are not inventing anything new here. The fast patch traces are built out of tracepoints. The *_cdbg() ones are intended for slow path code and compared to the native trace points are easier to new trace capabilities. Mike -- 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
