cvs commit: src/sys/amd64/include profile.h
Bruce Evans
bde at FreeBSD.org
Sat Oct 28 13:12:11 UTC 2006
bde 2006-10-28 13:12:07 UTC
FreeBSD src repository
Modified files:
sys/amd64/include profile.h
Log:
In the userland .mcount():
- Don't use a frame pointer. Our callers need a frame pointer, but we
could only use one to support things that aren't supported. (These
things are:
- profiling of profiling
- debugging of profiling. The core ENTRY() macro doesn't support
forcing a frame pointer for debugging, so don't do more here.)
- Ensure that we are in the text section and have normal alignment.
- Use the normal syntax for `.type'.
Revision Changes Path
1.48 +5 -7 src/sys/amd64/include/profile.h
More information about the cvs-src
mailing list