Skip to content

Commit 58a74a2

Browse files
dedekindrostedt
authored andcommitted
tracing: Increase SYNTH_FIELDS_MAX for synthetic_events
Increase the maximum allowed count of synthetic event fields from 16 to 32 in order to allow for larger-than-usual events. Link: http://lkml.kernel.org/r/[email protected] Reviewed-by: Tom Zanussi <[email protected]> Signed-off-by: Artem Bityutskiy <[email protected]> Signed-off-by: Steven Rostedt (VMware) <[email protected]>
1 parent ae0cc3b commit 58a74a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/trace/trace_events_hist.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#include "trace_dynevent.h"
2424

2525
#define SYNTH_SYSTEM "synthetic"
26-
#define SYNTH_FIELDS_MAX 16
26+
#define SYNTH_FIELDS_MAX 32
2727

2828
#define STR_VAR_LEN_MAX 32 /* must be multiple of sizeof(u64) */
2929

0 commit comments

Comments
 (0)