Re: [PATCH v11 4/5] Documentation: tracing: Add ring-buffer mapping

2024-01-14 Thread Google
On Sun, 14 Jan 2024 11:23:24 -0500 Steven Rostedt wrote: > On Sun, 14 Jan 2024 23:26:43 +0900 > Masami Hiramatsu (Google) wrote: > > > Hi Vincent, > > > > On Thu, 11 Jan 2024 16:17:11 + > > Vincent Donnefort wrote: > > > > > It is now possible to mmap() a ring-buffer to stream its conten

Re: [PATCH v11 4/5] Documentation: tracing: Add ring-buffer mapping

2024-01-14 Thread Steven Rostedt
On Sun, 14 Jan 2024 23:26:43 +0900 Masami Hiramatsu (Google) wrote: > Hi Vincent, > > On Thu, 11 Jan 2024 16:17:11 + > Vincent Donnefort wrote: > > > It is now possible to mmap() a ring-buffer to stream its content. Add > > some documentation and a code example. > > > > Signed-off-by: Vin

Re: [PATCH v11 4/5] Documentation: tracing: Add ring-buffer mapping

2024-01-14 Thread Google
Hi Vincent, On Thu, 11 Jan 2024 16:17:11 + Vincent Donnefort wrote: > It is now possible to mmap() a ring-buffer to stream its content. Add > some documentation and a code example. > > Signed-off-by: Vincent Donnefort > > diff --git a/Documentation/trace/index.rst b/Documentation/trace/in

Re: [PATCH v11 4/5] Documentation: tracing: Add ring-buffer mapping

2024-01-13 Thread Google
On Thu, 11 Jan 2024 16:17:11 + Vincent Donnefort wrote: > It is now possible to mmap() a ring-buffer to stream its content. Add > some documentation and a code example. > > Signed-off-by: Vincent Donnefort > > diff --git a/Documentation/trace/index.rst b/Documentation/trace/index.rst > ind

[PATCH v11 4/5] Documentation: tracing: Add ring-buffer mapping

2024-01-11 Thread Vincent Donnefort
It is now possible to mmap() a ring-buffer to stream its content. Add some documentation and a code example. Signed-off-by: Vincent Donnefort diff --git a/Documentation/trace/index.rst b/Documentation/trace/index.rst index 5092d6c13af5..0b300901fd75 100644 --- a/Documentation/trace/index.rst +++