Re: [PATCH v1] scsi: ufs: core: Add trace event for MCQ

From: Ziqi Chen
Date: Fri Feb 17 2023 - 01:11:47 EST



On 2/17/2023 1:44 AM, Bart Van Assche wrote:
On 2/15/23 18:45, Ziqi Chen wrote:
diff --git a/include/trace/events/ufs.h b/include/trace/events/ufs.h
index 599739e..a406404e 100644
--- a/include/trace/events/ufs.h
+++ b/include/trace/events/ufs.h
@@ -10,6 +10,7 @@
  #define _TRACE_UFS_H
    #include <linux/tracepoint.h>
+#include <ufs/ufshcd.h>

Would including <ufs/ufs.h> here be sufficient?
Hi Bart.

The struct ufs_hw_queue which be used by this change not be defined in ufs.h.

Best Regards,

Ziqi


Thanks,

Bart.