]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
scripts/gdb: timerlist: Adapt to move of tk_core
authorThomas Weißschuh (Schneider Electric) <thomas.weissschuh@linutronix.de>
Wed, 11 Mar 2026 10:15:10 +0000 (11:15 +0100)
committerThomas Gleixner <tglx@kernel.org>
Thu, 12 Mar 2026 11:15:53 +0000 (12:15 +0100)
commit5aa9383813aca45b914d4a7481ca417ef13114df
tree68a3ebb28b5bed18376896bd214f94ae5346c443
parent1e4a70e0f64f8362653e81ad6a32c508b555dd23
scripts/gdb: timerlist: Adapt to move of tk_core

tk_core is a macro today which cannot be resolved by gdb.

Use the correct symbol expression to reference tk_core.

Fixes: 22c62b9a84b8 ("timekeeping: Introduce auxiliary timekeepers")
Signed-off-by: Thomas Weißschuh (Schneider Electric) <thomas.weissschuh@linutronix.de>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260311-hrtimer-cleanups-v1-1-095357392669@linutronix.de
scripts/gdb/linux/timerlist.py