[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1668692096.git.bristot@kernel.org>
Date: Thu, 17 Nov 2022 14:46:16 +0100
From: Daniel Bristot de Oliveira <bristot@...nel.org>
To: Daniel Bristot de Oliveira <bristot@...nel.org>,
Steven Rostedt <rostedt@...dmis.org>
Cc: Masami Hiramatsu <mhiramat@...nel.org>,
Jonathan Corbet <corbet@....net>, linux-doc@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH 0/4] Allow osnoise tracer to run without workload
The osnoise tracer is not only a tracer and a set of tracepoints,
but also a workload dispatcher.
In preparation for having other workloads, e.g., in user-space,
add an option to avoid dispatching the workload.
By not dispatching the workload, the osnoise: tracepoints become
generic events to measure the execution time of *any* task on Linux.
Daniel Bristot de Oliveira (4):
tracing/osnoise: Fix duration type
tracing/osnoise: Add osnoise/options file
tracing/osnoise: Add OSNOISE_WORKLOAD option
Documentation/osnoise: Add osnoise/options documentation
Documentation/trace/osnoise-tracer.rst | 12 ++
kernel/trace/trace_osnoise.c | 200 ++++++++++++++++++++++++-
2 files changed, 205 insertions(+), 7 deletions(-)
--
2.32.0
Powered by blists - more mailing lists