4c48b26742
2001-03-21 Ulrich Drepper <drepper@redhat.com> * gmon/Makefile (routines): Add sprofil. (tests): Add tst-sprofil. (noprof): Add sprofil. * gmon/Versions [libc] (GLIBC_2.2.3): Add sprofil. 2001-03-20 David Mosberger <davidm@hpl.hp.com> * sysdeps/generic/sprofil.c: New file. * sysdeps/posix/sprofil.c: New file. * gmon/tst-sprofil.c: New file. * gmon/sys/profil.h: New file.
23 lines
304 B
Plaintext
23 lines
304 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# functions with special/multiple interfaces
|
|
_mcount;
|
|
|
|
# Profiling support
|
|
__monstartup; _mcleanup; __profile_frequency;
|
|
|
|
# m*
|
|
monstartup;
|
|
|
|
# p*
|
|
profil; profil_counter;
|
|
}
|
|
GLIBC_2.2 {
|
|
# m*
|
|
moncontrol;
|
|
}
|
|
GLIBC_2.2.3 {
|
|
sprofil;
|
|
}
|
|
}
|