cvs commit: src/sys/i386/include asmacros.h src/sys/i386/isa
prof_machdep.c src/sys/amd64/amd64 prof_machdep.c
src/sys/amd64/include asmacros.h
Bruce Evans
bde at FreeBSD.org
Fri Oct 27 14:21:28 UTC 2006
bde 2006-10-27 14:17:50 UTC
FreeBSD src repository
Modified files:
sys/i386/include asmacros.h
sys/i386/isa prof_machdep.c
sys/amd64/amd64 prof_machdep.c
sys/amd64/include asmacros.h
Log:
Don't call mexitcount or provide a stub mexitcount to call when
profiling is configured but high resolution profiling is not configured.
Only functions in *.[Ss] called the stub, so efficiency was not
significantly affected.
Revision Changes Path
1.25 +0 -13 src/sys/amd64/amd64/prof_machdep.c
1.31 +4 -0 src/sys/amd64/include/asmacros.h
1.28 +4 -0 src/sys/i386/include/asmacros.h
1.26 +0 -11 src/sys/i386/isa/prof_machdep.c
More information about the cvs-src
mailing list