diff options
author | Leonard Crestez <leonard.crestez@nxp.com> | 2019-05-14 18:46:08 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-05-14 22:52:52 -0400 |
commit | d1e9710b63d87209e1a14d6e6d8cf1431d8daa31 (patch) | |
tree | bb0dee8f2c372b871cf590f8b4441fbd0f8252b4 /scripts/gdb/vmlinux-gdb.py | |
parent | 47d0d12855c9eee9dac72d2359f2ccfac3f7f501 (diff) |
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>
Diffstat (limited to 'scripts/gdb/vmlinux-gdb.py')
-rw-r--r-- | scripts/gdb/vmlinux-gdb.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/gdb/vmlinux-gdb.py b/scripts/gdb/vmlinux-gdb.py index 033578cc4cd7..eff5a48ac026 100644 --- a/scripts/gdb/vmlinux-gdb.py +++ b/scripts/gdb/vmlinux-gdb.py | |||
@@ -34,3 +34,4 @@ else: | |||
34 | import linux.proc | 34 | import linux.proc |
35 | import linux.constants | 35 | import linux.constants |
36 | import linux.timerlist | 36 | import linux.timerlist |
37 | import linux.clk | ||