1999-06-17 08:30:53

by Ulrich Windl

[permalink] [raw]
Subject: tracing "lost_ticks" in 2.2.9 on a slow machine

Hello,

I'm seeking for some advice: I run my old PC (a 16MHz 386/SX,
possibly the absolute low-end until I disable the "turbo") with Linux
2.2.9 as a time server (my boss won't donate a machine). With ntpd-
4.0.92 and a DCF77 reference clock the machine can keep time within
2ms (in the last two weeks).

Unfortunately some debugging code from PPSkit-0.7.0 indicates that
``ticks'' in update_wall_time() is 2 quite frequently, even if the
machine is idle. Running one program I saw a value of "4"...

This is not very encouraging. I'd like to find out what parts of the
kernel disable interrupt processing for that long, but I'm not good
enough with the assembler facts:

I'd like to modify the interrupt enabling code (restore_flags) to
check the value of the lost_ticks, and if it's high, it should
display the address where the instruction pointer is.

Can anybody tell me how to do that?

(I'm not subscribed to the list, so please CC: any replies, please)

Regards,
Ulrich