summaryrefslogtreecommitdiffstats
path: root/include/trace/events/swiotlb.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/trace/events/swiotlb.h')
-rw-r--r--include/trace/events/swiotlb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/trace/events/swiotlb.h b/include/trace/events/swiotlb.h
index 5e2e30a7efce..288c0c54a2b4 100644
--- a/include/trace/events/swiotlb.h
+++ b/include/trace/events/swiotlb.h
@@ -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 */