[PATCH v7 14/28] tracing: Add a trace remote module for testing
Steven Rostedt
rostedt at goodmis.org
Thu Oct 16 14:06:45 PDT 2025
On Fri, 3 Oct 2025 14:38:11 +0100
Vincent Donnefort <vdonnefort at google.com> wrote:
> diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig
> index 918afcc1fcaf..52131d89993c 100644
> --- a/kernel/trace/Kconfig
> +++ b/kernel/trace/Kconfig
> @@ -1244,4 +1244,12 @@ config TRACE_REMOTE
> config SIMPLE_RING_BUFFER
> bool
>
> +config TRACE_REMOTE_TEST
> + tristate "Test module for remote tracing"
> + select TRACE_REMOTE
> + select SIMPLE_RING_BUFFER
> + help
> + This trace remote includes a ring-buffer writer implementation using
> + "simple_ring_buffer". This is solely intending for testing.
> +
Nit, this should go up a few places so that it's with the other "test module" selections.
-- Steve
More information about the linux-arm-kernel
mailing list