|
@@ -45,6 +45,13 @@ DEFINE_EVENT(register_access, dsi_readl,
|
|
|
TP_PROTO(struct device *dev, unsigned int offset, u32 value),
|
|
|
TP_ARGS(dev, offset, value));
|
|
|
|
|
|
+DEFINE_EVENT(register_access, dpaux_writel,
|
|
|
+ TP_PROTO(struct device *dev, unsigned int offset, u32 value),
|
|
|
+ TP_ARGS(dev, offset, value));
|
|
|
+DEFINE_EVENT(register_access, dpaux_readl,
|
|
|
+ TP_PROTO(struct device *dev, unsigned int offset, u32 value),
|
|
|
+ TP_ARGS(dev, offset, value));
|
|
|
+
|
|
|
#endif /* DRM_TEGRA_TRACE_H */
|
|
|
|
|
|
/* This part must be outside protection */
|