Re: [PATCH] tracing: Increase size of trace_marker_raw to max ring buffer entry

2023-12-11 Thread Google
On Sat, 9 Dec 2023 17:57:16 -0500 Steven Rostedt wrote: > From: "Steven Rostedt (Google)" > > There's no reason to give an arbitrary limit to the size of a raw trace > marker. Just let it be as big as the size that is allowed by the ring > buffer itself. > > And there's also no reason to

[PATCH] tracing: Increase size of trace_marker_raw to max ring buffer entry

2023-12-09 Thread Steven Rostedt
From: "Steven Rostedt (Google)" There's no reason to give an arbitrary limit to the size of a raw trace marker. Just let it be as big as the size that is allowed by the ring buffer itself. And there's also no reason to artificially break up the write to TRACE_BUF_SIZE, as that's not even used.