We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c37936 commit 6535b86Copy full SHA for 6535b86
include/trace/events/damon.h
@@ -15,7 +15,7 @@ TRACE_EVENT_CONDITION(damos_before_apply,
15
unsigned int target_idx, struct damon_region *r,
16
unsigned int nr_regions, bool do_trace),
17
18
- TP_ARGS(context_idx, target_idx, scheme_idx, r, nr_regions, do_trace),
+ TP_ARGS(context_idx, scheme_idx, target_idx, r, nr_regions, do_trace),
19
20
TP_CONDITION(do_trace),
21
0 commit comments