On Mon, 6 Oct 2008, Elias Oltmanns wrote: > Make sure that event1 is the right device. chktimer usually reports > several premature timer expiries in less than a minute. Which is not surprising. You measure the delta of the reads. Your process can be scheduled away and when it comes back two events can be available, so they are read right after each other and trigger your check. Your measuring method is wrong. You really want to measure the delta of the timer events in the kernel via ktime_get(), not the delta of something else in userspace. Thanks, tglx -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html