Re: [PATCH v9] bus: mhi: host: Add tracing support
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2024-01-30 14:22:42
Also in:
linux-arm-msm, lkml
From: Steven Rostedt <rostedt@goodmis.org>
Date: 2024-01-30 14:22:42
Also in:
linux-arm-msm, lkml
On Tue, 30 Jan 2024 13:41:52 +0530 Manivannan Sadhasivam [off-list ref] wrote:
So same trace will get printed for both mhi_channel_command_start() and mhi_channel_command_end()?
The trace output will also include the tracepoint name. That is, it will have the same content but will be preceded with: mhi_channel_command_start: ... mhi_channel_command_end: ... -- Steve