[PATCH 0/4] Allow osnoise tracer to run without workload
From: Daniel Bristot de Oliveira
Date: Thu Nov 17 2022 - 08:46:31 EST
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