Re: [PATCH v2] tracing: Limit trace_marker writes to just 4K

2024-03-06 Thread Google
On Mon, 4 Mar 2024 22:34:33 -0500 Steven Rostedt wrote: > From: "Steven Rostedt (Google)" > > Limit the max print event of trace_marker to just 4K string size. This must > also be less than the amount that can be held by a trace_seq along with > the text that is before the output (like the

Re: [PATCH v2] tracing: Limit trace_marker writes to just 4K

2024-03-05 Thread Mathieu Desnoyers
On 2024-03-04 22:34, Steven Rostedt wrote: From: "Steven Rostedt (Google)" Limit the max print event of trace_marker to just 4K string size. This must also be less than the amount that can be held by a trace_seq along with the text that is before the output (like the task name, PID, CPU,

[PATCH v2] tracing: Limit trace_marker writes to just 4K

2024-03-04 Thread Steven Rostedt
From: "Steven Rostedt (Google)" Limit the max print event of trace_marker to just 4K string size. This must also be less than the amount that can be held by a trace_seq along with the text that is before the output (like the task name, PID, CPU, state, etc). As trace_seq is made to handle large