[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1628775552.git.bristot@kernel.org>
Date: Thu, 12 Aug 2021 15:57:19 +0200
From: Daniel Bristot de Oliveira <bristot@...nel.org>
To: linux-kernel@...r.kernel.org, Steven Rostedt <rostedt@...dmis.org>
Cc: Daniel Bristot de Oliveira <bristot@...nel.org>,
Ingo Molnar <mingo@...hat.com>,
Tom Zanussi <zanussi@...nel.org>,
Masami Hiramatsu <mhiramat@...nel.org>,
linux-trace-devel@...r.kernel.org
Subject: [PATCH 0/5] osnoise: Support multiple instances
Currently, osnoise and timerlat run only on a single instance. To reduce
this limitation, this series adds support for parallel instances of the
same tracer. That is, it is possible to run two instances of osnoise
tracer with different configurations. For example, one for the tracer
output and another for a set of tracepoints.
Daniel Bristot de Oliveira (5):
trace/osnoise: Do not follow tracing_cpumask
trace/osnoise: Split workload start from the tracer start
trace/osnoise: Use start/stop_per_cpu_kthreads() on
osnoise_cpus_write()
trace/osnoise: Support a list of trace_array *tr
trace/osnoise: Allow multiple instances of the same tracer
kernel/trace/trace_osnoise.c | 410 ++++++++++++++++++++++++-----------
1 file changed, 289 insertions(+), 121 deletions(-)
--
2.31.1
Powered by blists - more mailing lists