summaryrefslogtreecommitdiffstats
path: root/libc/sysdeps/linux/sh/bits/machine-gmon.h
Commit message (Collapse)AuthorAgeFilesLines
* Kill off all support for 'gcc -pg' / 'gprof' style profiling. There is both aEric Andersen2004-08-211-83/+0
| | | | | | | | 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
* Cope with gcc 3.4's more aggressive persuit of attribute unusedEric Andersen2004-04-201-1/+1
|
* Patch from Stefan Allius to finish off the last required bitsEric Andersen2003-03-061-25/+76
| | | | for gmon profiling support for the SuperH target.
* Initial effort at adding profiling support.Eric Andersen2003-03-031-0/+32