]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'trace-latency-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
authorLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Apr 2026 17:12:11 +0000 (10:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 17 Apr 2026 17:12:11 +0000 (10:12 -0700)
commit0b6bc3dbe6322b283dfe5786a8e2a13d38f469f8
tree1cf73d0850cb4dba2f291592fccdd44eb9ea8f56
parentcb30bf881c5b4ee8b879558a2fce93d7de652955
parent4245bf4dc58f58b7042c29d7b04d4e403a0379bc
Merge tag 'trace-latency-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace

Pull tracing latency update from Steven Rostedt:

 - 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.

* tag 'trace-latency-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/trace/linux-trace:
  tracing/osnoise: Add option to align tlat threads
kernel/trace/trace_osnoise.c