On Sat, Mar 26, 2005 at 11:40:27AM +0100, Jan Engelhardt wrote: > I suppose that calling gettimeofday() repeatedly (to add a timestamp > to some data) within the kernel is cheaper than doing it in > userspace, is it?
Calls to do_gettimeofday are used in various places for this already. See sock_get_timestamp for example. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

