[GIT PULL] tracing: Latency updates for 7.1

From: Steven Rostedt

Date: Fri Apr 17 2026 - 05:58:03 EST



Linus,

tracing latency updates for 7.1:

- Add TIMERLAT_ALIGN osnoise option

Add a timer alignment option for timerlat that makes it work like the
cyclictest -A option. timelat creates threads to test the latency of the
kernel. The alignment option will have these threads trigger at the
alignment offsets from each other. Instead of having each thread wake up
at the exact same time, if the alignment is set to "20" each thread will
wake up at 20 microseconds from the previous one.


Please pull the latest trace-latency-v7.1 tree, which can be found at:


git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace.git
trace-latency-v7.1

Tag SHA1: 60282120defea8199d3794aadfd9015296ec92b3
Head SHA1: 4245bf4dc58f58b7042c29d7b04d4e403a0379bc


Tomas Glozar (1):
tracing/osnoise: Add option to align tlat threads

----
kernel/trace/trace_osnoise.c | 54 +++++++++++++++++++++++++++++++++++++++++++-
1 file changed, 53 insertions(+), 1 deletion(-)
---------------------------