Re: [PATCH v2] tracing/selftests: Add test to test max subbuf size with trace_marker

2023-12-12 Thread Steven Rostedt
On Wed, 13 Dec 2023 09:33:18 +0900 Masami Hiramatsu (Google) wrote: > On Tue, 12 Dec 2023 15:16:32 -0500 > Steven Rostedt wrote: > > > From: "Steven Rostedt (Google)" > > > > Now that the trace_marker can write up to the max size of the sub buffer. > > Add a test to see if it actually can hap

Re: [PATCH v2] tracing/selftests: Add test to test max subbuf size with trace_marker

2023-12-12 Thread Google
On Tue, 12 Dec 2023 15:16:32 -0500 Steven Rostedt wrote: > From: "Steven Rostedt (Google)" > > Now that the trace_marker can write up to the max size of the sub buffer. > Add a test to see if it actually can happen. > > The README is updated to state that the trace_marker writes can be broken

[PATCH v2] tracing/selftests: Add test to test max subbuf size with trace_marker

2023-12-12 Thread Steven Rostedt
From: "Steven Rostedt (Google)" Now that the trace_marker can write up to the max size of the sub buffer. Add a test to see if it actually can happen. The README is updated to state that the trace_marker writes can be broken up, and the test checks the README for that statement so that it does n