On Monday 06 May 2013 09:36 PM, Mike Turquette wrote:
Quoting Sanjay Singh Rawat (2013-05-04 13:27:58)
- use the clk_summary file of CCF for showing clocks
- add option to show active or all clocks
Signed-off-by: Sanjay Singh Rawat
clk_dump gives a JSON-formatted description of the clock tre
The original clock display in powerdebug would expand and collapse subtrees
in the clock heirarchy using the enter key. If we continue along the lines
you're following, you'll want to override the actions in clock_select to do
nothing as they're currently trying to expand the subtree which is caus
Hi Sanjay,
Also, clock tree dump (using powerdebug -dc) does not show the clock info
anymore with this change.
Thanks,
Sebastian
On 7 May 2013 15:05, Sebastian Capella wrote:
> The original clock display in powerdebug would expand and collapse
> subtrees in the clock heirarchy using the ente