Re: [PATCH 3/3] fsi: occ: Add dynamic debug to dump command and response
From: Jeremy Kerr
Date: Thu Jul 22 2021 - 00:02:05 EST
Hi Eddie,
> Use the dynamic branching capability of the dynamic debug subsystem
> to dump the command and response with the correct OCC device name.
Would this be better done with a tracepoint? Given it's a fairly
well-defined pair of events, and there's data to dump in both cases.
We have a couple of existing tracepoionts in the core code if that
helps...
Cheers,
Jeremy