Re: [PATCH] gettimeofday stability
From: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Date: 2001-04-11 21:31:12
Gabriel Paubert wrote:quoted
Finally, if you _really_ run into this problem, given the delay between the decrementer interrupt and the update of tb_last_stamp, it means that you likely introduce uncertainties of several microseconds. I forgot also to mention that, to complicate matters, you have to check CPU type before you touch the TB (601 versus all others).While porting the Linux Trace Toolkit to PPC I noticed a problem that may be explained by the symptoms described. The way it works is that LTT uses do_gettimeofday() to stamp the events that occur. Occasionnaly, a trace would contain entries where the timestamp will jump (from one event to the next) of approximately 4295 seconds. Later on, this would come back to a "normal" value. And the 4295 seconds are 2^32/1000000. Hence the underflow. This has been noticed with both 2.2.x and 2.4.x kernels.
Hrm... looks like we need to protect about a DEC rupt falling too early ? That can be caused in some rare occasions. I think Paulus has fixed one event of that in the latest bk trees in order to force the DEC to emulate lost interrupts. Ben. ** Sent via the linuxppc-dev mail list. See http://lists.linuxppc.org/