Date: Mon, 24 May 2004 05:08:56 -0700 (PDT) From: Bruce Evans <bde@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/amd64/amd64 apic_vector.S exception.S src/sys/amd64/isa atpic_vector.S src/sys/conf files.amd64 Message-ID: <200405241208.i4OC8uia005244@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
bde 2004/05/24 05:08:56 PDT FreeBSD src repository Modified files: sys/amd64/amd64 apic_vector.S exception.S sys/amd64/isa atpic_vector.S sys/conf files.amd64 Log: 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. Revision Changes Path 1.100 +0 -2 src/sys/amd64/amd64/apic_vector.S 1.118 +40 -2 src/sys/amd64/amd64/exception.S 1.45 +0 -2 src/sys/amd64/isa/atpic_vector.S 1.37 +3 -3 src/sys/conf/files.amd64
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405241208.i4OC8uia005244>