OSDN Git Service

Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both a
authorEric Andersen <andersen@codepoet.org>
Sat, 21 Aug 2004 21:19:29 +0000 (21:19 -0000)
committerEric Andersen <andersen@codepoet.org>
Sat, 21 Aug 2004 21:19:29 +0000 (21:19 -0000)
commit6e112da93a731085ff9b07f0804395bb3866925a
tree63320d9f5200bb3892ccfbcc55be84a5da535023
parente50f6d1c15483fc17323ecdd427f4a84c018f3af
Kill off all support for 'gcc -pg' / 'gprof' style profiling.  There is both a
size and performance penalty to profiling applications this way, as well as
Heisenberg effects, where the act of measuring changes what is measured.
There are better tools for doing profiling, such as OProfile, that do not
require gcc to instrument the application code.
 -Erik
40 files changed:
Makefile
debian/config
docs/Glibc_vs_uClibc_Differences.txt
extra/Configs/Config.frv.default
extra/Configs/Config.in
include/sys/gmon.h [deleted file]
include/sys/gmon_out.h [deleted file]
libc/sysdeps/linux/alpha/__longjmp.S
libc/sysdeps/linux/alpha/bits/machine-gmon.h [deleted file]
libc/sysdeps/linux/alpha/brk.S
libc/sysdeps/linux/alpha/clone.S
libc/sysdeps/linux/alpha/divrem.h
libc/sysdeps/linux/alpha/setjmp.S
libc/sysdeps/linux/arm/Makefile
libc/sysdeps/linux/arm/bits/machine-gmon.h [deleted file]
libc/sysdeps/linux/arm/crt0.S
libc/sysdeps/linux/common/Makefile
libc/sysdeps/linux/common/bits/dlfcn.h
libc/sysdeps/linux/common/bits/machine-gmon.h [deleted file]
libc/sysdeps/linux/common/gmon-start.c [deleted file]
libc/sysdeps/linux/common/gmon.c [deleted file]
libc/sysdeps/linux/cris/bits/machine-gmon.h [deleted file]
libc/sysdeps/linux/cris/sysdep.h
libc/sysdeps/linux/frv/Makefile
libc/sysdeps/linux/frv/crt0.S
libc/sysdeps/linux/i386/Makefile
libc/sysdeps/linux/i386/bits/machine-gmon.h [deleted file]
libc/sysdeps/linux/i386/crt0.S
libc/sysdeps/linux/i386/mcount.S [deleted file]
libc/sysdeps/linux/mips/bits/dlfcn.h
libc/sysdeps/linux/mips/bits/machine-gmon.h [deleted file]
libc/sysdeps/linux/mips/clone.S
libc/sysdeps/linux/mips/pipe.S
libc/sysdeps/linux/powerpc/Makefile
libc/sysdeps/linux/powerpc/bits/machine-gmon.h [deleted file]
libc/sysdeps/linux/powerpc/crt0.S
libc/sysdeps/linux/powerpc/mcount.S [deleted file]
libc/sysdeps/linux/sh/Makefile
libc/sysdeps/linux/sh/bits/machine-gmon.h [deleted file]
libc/sysdeps/linux/sh/crt0.S