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.