Hi Mark,
On 07-05-2026 06:32, Mark Brown wrote:
On Wed, May 06, 2026 at 10:59:42PM +0530, Praveen Talari wrote:
Add tracepoint support to the Qualcomm GENI SPI driver to provide
runtime visibility into driver behavior without requiring invasive debug
patches.
+TRACE_EVENT(geni_spi_tx_data,
+TRACE_EVENT(geni_spi_rx_data,
At least these feel like they really should be generic events, there
hopefully isn't anything driver specific about them.
Initially implemented as a generic event; however, splitting into
separate TX and RX events may be more appropriate.
Which approach would you prefer?
Thanks,
Praveen Talari