OSDN Git Service

swiotlb: Add swiotlb=noforce debug option
[android-x86/kernel.git] / include / trace / events / swiotlb.h
index 5e2e30a..288c0c5 100644 (file)
@@ -39,7 +39,8 @@ TRACE_EVENT(swiotlb_bounced,
                __entry->size,
                __print_symbolic(__entry->swiotlb_force,
                        { SWIOTLB_NORMAL,       "NORMAL" },
-                       { SWIOTLB_FORCE,        "FORCE" }))
+                       { SWIOTLB_FORCE,        "FORCE" },
+                       { SWIOTLB_NO_FORCE,     "NO_FORCE" }))
 );
 
 #endif /*  _TRACE_SWIOTLB_H */