]> git.baikalelectronics.ru Git - kernel.git/commit
scripts/gdb: initial clk support: lx-clk-summary
authorLeonard Crestez <leonard.crestez@nxp.com>
Tue, 14 May 2019 22:46:08 +0000 (15:46 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 15 May 2019 02:52:52 +0000 (19:52 -0700)
commit2e62c390b5ee8941e33626fc56249a59d328394f
treebb0dee8f2c372b871cf590f8b4441fbd0f8252b4
parent26282e6ff509e7d7f7b3b498369afef645d47aac
scripts/gdb: initial clk support: lx-clk-summary

Add an lx-clk-summary command which prints a subset of
/sys/kernel/debug/clk/clk_summary.

This can be used to examine hangs caused by clk not being enabled.

Link: http://lkml.kernel.org/r/Message-ID:
Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com>
Cc: Jan Kiszka <jan.kiszka@siemens.com>
Cc: Jason Wessel <jason.wessel@windriver.com>
Cc: Kieran Bingham <kbingham@kernel.org>
Cc: Stephen Boyd <swboyd@chromium.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/gdb/linux/clk.py [new file with mode: 0644]
scripts/gdb/vmlinux-gdb.py