mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 06:01:57 +00:00
11102d0c34
Implement trace event support to enhance logging functionality for register access and the transfer control descriptor (TCD) context. This will enable more comprehensive monitoring and analysis of system activities Signed-off-by: Frank Li <Frank.Li@nxp.com> Link: https://lore.kernel.org/r/20240425205947.3436501-1-Frank.Li@nxp.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
5 lines
94 B
C
5 lines
94 B
C
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
#define CREATE_TRACE_POINTS
|
|
#include "fsl-edma-common.h"
|