Re: [RFC] [Patch 7/8] statistics infrastructure - exploitation prerequisite

From: Andi Kleen
Date: Tue May 16 2006 - 21:27:49 EST



> Anrd> - do_gettimeofday
> Anrd> potentially slow, reliable TOD clock, microsecond resolution
>
> Slow, not necessarily safe to call in IRQ context.

It's only slow if the platform can't do better. On good hardware it is
fast. And yes it is safe to call in IRQ context. Networking does
that all the time.

If the hardware doesn't have a good working timer for gettimeofday
then everything else will be also slow.

-Andi
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/