Re: [PATCH 1/2] scripts/gdb: add lx-genpd-summary command

2019-06-25 Thread Stephen Boyd
Quoting Leonard Crestez (2019-06-25 13:05:11) > This is like /sys/kernel/debug/pm/pm_genpd_summary except it's > accessible through a debugger. > > This can be useful if the target crashes or hangs because power domains > were not properly enabled. > > Signed-off-by: Leonard Crestez > ---

[PATCH 1/2] scripts/gdb: add lx-genpd-summary command

2019-06-25 Thread Leonard Crestez
This is like /sys/kernel/debug/pm/pm_genpd_summary except it's accessible through a debugger. This can be useful if the target crashes or hangs because power domains were not properly enabled. Signed-off-by: Leonard Crestez --- scripts/gdb/linux/genpd.py | 83