[RFC PATCH 6/6] timekeeping: Debug missing timekeeping updates

2013-08-21 Thread Frederic Weisbecker
With the full dynticks feature and the tricky full system idle detection code that is coming soon, it becomes necessary to have some debug code that makes sure that the timekeeping is always maintained and moving forward as expected. This provides a simple detection of missing timekeeping updates

Re: [RFC PATCH 6/6] timekeeping: Debug missing timekeeping updates

2013-08-30 Thread Frederic Weisbecker
On Wed, Aug 21, 2013 at 10:25:57AM -0700, John Stultz wrote: > On 08/21/2013 09:42 AM, Frederic Weisbecker wrote: > > With the full dynticks feature and the tricky full system idle > > detection code that is coming soon, it becomes necessary to have > > some debug code that makes sure that the time

Re: [RFC PATCH 6/6] timekeeping: Debug missing timekeeping updates

2013-08-21 Thread John Stultz
On 08/21/2013 09:42 AM, Frederic Weisbecker wrote: > With the full dynticks feature and the tricky full system idle > detection code that is coming soon, it becomes necessary to have > some debug code that makes sure that the timekeeping is always > maintained and moving forward as expected. > > Th