On Wed, May 28, 2025 at 12:36 AM Nicolas Chautru <[email protected]> wrote: > > Hi Maxime, > Follow up on previous discussion on trace point for failed operation. > Add a trace point per operation type, so that we can add into > existing tracepoint framework the details of the set of parameters > for an operation rejected by the driver. > > Thanks > Nic > > Nicolas Chautru (2): > bbdev: add trace points per operation > baseband/acc: add trace points per operation > > drivers/baseband/acc/acc_common.h | 1 + > drivers/baseband/acc/vrb_trace.h | 4 +- > lib/bbdev/bbdev_trace.h | 113 ++++++++++++++++++++++++++++++ > lib/bbdev/bbdev_trace_points.c | 12 ++++ > lib/bbdev/rte_bbdev.c | 24 +++++++ > lib/bbdev/rte_bbdev.h | 14 ++++ > 6 files changed, 166 insertions(+), 2 deletions(-) > > -- > 2.34.1 >
Fixed checkpatch errors and applied to next-baseband/for-main Thanks, Maxime

