bde 5e80bb386e Fixed profiling of trap, syscall and interrupt handlers and some
ordinary functions, essentially by backing out half of rev.1.115 of
amd64/exception.S.  The handlers must be between certain labels for
the purposes of profiling, and this was broken by scattering them in
separately compiled .S files, especially for ordinary functions that
ended up between the labels.  Merge the files by #including them as
before, except with different pathnames and better comments and
organization.  Changes to the scattered files are minimal -- just
move the labels to the file that does the #includes.

This also partly fixes profiling of IPIs -- all IPI handlers are now
correctly classified as interrupt handlers, but many are still missing
mcount calls.
2004-05-24 12:08:56 +00:00
..
2004-05-14 23:42:54 +00:00
2004-05-18 11:34:04 +00:00
2004-05-14 13:35:46 +00:00
2004-03-22 15:45:17 +00:00
2004-05-14 11:49:40 +00:00
2004-05-14 11:49:40 +00:00
2004-05-14 11:49:40 +00:00
2004-03-14 23:03:57 +00:00
2004-05-18 11:56:24 +00:00