This patch provides a means of timing sections of code in the kernel. It is 
currently set up to profile the rpc layer, but should be simple to adapt 
for other purposes.

Documentation for adding timers and other tweaks can be found in
net/sunrpc/kprofile.c

Timing results can be found in /proc/kprofile_totals and /proc/kprofile_hits

Files included:
files			list of files effected by the patch
kprofile-2.4.14.diff	the patch
kprofile.pl		produces a summary of timing results in html format,
			using /proc/kprofile_totals
