Re: [PATCH v4] tracing/selftests: Add test to test the trace_marker

2023-12-18 Thread Steven Rostedt
On Mon, 18 Dec 2023 13:49:22 -0700 Shuah Khan wrote: > On 12/13/23 15:59, Masami Hiramatsu (Google) wrote: > > On Wed, 13 Dec 2023 11:15:27 -0500 > > Steven Rostedt wrote: > > > >> From: "Steven Rostedt (Google)" > >> > >> Add a test that writes longs strings, some over the size of the sub

Re: [PATCH v4] tracing/selftests: Add test to test the trace_marker

2023-12-18 Thread Shuah Khan
On 12/13/23 15:59, Masami Hiramatsu (Google) wrote: On Wed, 13 Dec 2023 11:15:27 -0500 Steven Rostedt wrote: From: "Steven Rostedt (Google)" Add a test that writes longs strings, some over the size of the sub buffer and make sure that the entire content is there. This looks good to me.

Re: [PATCH v4] tracing/selftests: Add test to test the trace_marker

2023-12-13 Thread Google
On Wed, 13 Dec 2023 11:15:27 -0500 Steven Rostedt wrote: > From: "Steven Rostedt (Google)" > > Add a test that writes longs strings, some over the size of the sub buffer > and make sure that the entire content is there. This looks good to me. and tested. Acked-by: Masami Hiramatsu (Google)

[PATCH v4] tracing/selftests: Add test to test the trace_marker

2023-12-13 Thread Steven Rostedt
From: "Steven Rostedt (Google)" Add a test that writes longs strings, some over the size of the sub buffer and make sure that the entire content is there. Signed-off-by: Steven Rostedt (Google) --- Changes since v3: