]> www.infradead.org Git - users/dwmw2/linux.git/commit
timers/migration: Improve tracing
authorAnna-Maria Behnsen <anna-maria@linutronix.de>
Tue, 16 Jul 2024 14:19:21 +0000 (16:19 +0200)
committerThomas Gleixner <tglx@linutronix.de>
Mon, 22 Jul 2024 16:03:34 +0000 (18:03 +0200)
commit92506741521fd09dfaa9d6ef3c3620a9dd6bbafd
tree9ae4579d370e7a66a22210dd8f9c079725774ade
parent10a0e6f3d3db7dcfe36e578923e5f038f1d2b72a
timers/migration: Improve tracing

Trace points of inactive and active propagation are located at the end of
the related functions. The interesting information of those trace points is
the updated group state. When trace points are not located directly at the
place where group state changed, order of trace points in traces could be
confusing.

Move inactive and active propagation trace points directly after update of
group state values.

Signed-off-by: Anna-Maria Behnsen <anna-maria@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Frederic Weisbecker <frederic@kernel.org>
Link: https://lore.kernel.org/r/20240716-tmigr-fixes-v4-3-757baa7803fe@linutronix.de
kernel/time/timer_migration.c