Re: [PATCH powerdebug] clock: show only active clocks

2013-05-07 Thread Sanjay Singh Rawat
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

Re: [PATCH powerdebug] clock: show only active clocks

2013-05-07 Thread Sebastian Capella
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

Re: [PATCH powerdebug] clock: show only active clocks

2013-05-07 Thread Sebastian Capella
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