Re: [PATCH v4] tracing: Allow for max buffer data size trace_marker writes

2023-12-12 Thread Google
On Tue, 12 Dec 2023 13:19:01 -0500 Steven Rostedt wrote: > From: "Steven Rostedt (Google)" > > Allow a trace write to be as big as the ring buffer tracing data will > allow. Currently, it only allows writes of 1KB in size, but there's no > reason that it cannot allow what the ring buffer can

[PATCH v4] tracing: Allow for max buffer data size trace_marker writes

2023-12-12 Thread Steven Rostedt
From: "Steven Rostedt (Google)" Allow a trace write to be as big as the ring buffer tracing data will allow. Currently, it only allows writes of 1KB in size, but there's no reason that it cannot allow what the ring buffer can hold. Signed-off-by: Steven Rostedt (Google) --- Changes since v3: