Fix the format string to use 'sz_applied' instead of 'sz_tried' to correctly
represent the applied size.

Signed-off-by: Yu Qin <[email protected]>
---
 include/trace/events/damon.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/trace/events/damon.h b/include/trace/events/damon.h
index 24fc402ab..7e25f4469 100644
--- a/include/trace/events/damon.h
+++ b/include/trace/events/damon.h
@@ -41,7 +41,7 @@ TRACE_EVENT(damos_stat_after_apply_interval,
        ),
 
        TP_printk("ctx_idx=%u scheme_idx=%u nr_tried=%lu sz_tried=%lu "
-                       "nr_applied=%lu sz_tried=%lu sz_ops_filter_passed=%lu "
+                       "nr_applied=%lu sz_applied=%lu sz_ops_filter_passed=%lu 
"
                        "qt_exceeds=%lu nr_snapshots=%lu",
                        __entry->context_idx, __entry->scheme_idx,
                        __entry->nr_tried, __entry->sz_tried,
-- 
2.33.0


Reply via email to