summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/gprof.h
Commit message (Expand)AuthorAgeFilesLines
* Add powerpc.h. Still missing powerpc.[ch] in gprof, but this getsgrehan2002-12-101-0/+3
* Remove done() which was just exit() so use of warn()/err() can be made. Abortcharnier2002-10-161-45/+41
* Check for defined(__i386__) instead of just defined(i386) since the compileralfred2002-05-301-1/+1
* Make this build on sparc64.jake2002-03-101-0/+3
* Support runtime specification of the history counter type by whateverbde2002-03-061-9/+6
* Fixed some misspellings of 2 as sizeof(UNIT) so that they won't breakbde2002-03-061-1/+7
* Moved the definition of the machine-independent macro UNITS_TO_CODEbde2002-02-211-0/+2
* Add -K support to gprof(1), which enables dynamic symbol resolution fromgreen2001-10-301-0/+4
* Add ia64 support (stubs, just like i386, alpha)peter2001-10-231-0/+4
* Enable gprof on alpha.simokawa1999-07-161-1/+4
* Construct the profile file name from the name of the executable. A programjmz1999-05-231-1/+0
* Make profiling work for ELF. gprof now autodetects the format ofjdp1998-09-071-10/+6
* 32-bit counters aren't large enough for 100+MHz clocks. Use 64-bitbde1997-07-131-1/+1
* Use err(3).charnier1997-07-101-5/+0
* Use a (signed) int32_t counter instead of an `unsigned int' counterbde1996-10-161-1/+1
* Implemented non-statistical kernel profiling. This is based onbde1995-12-291-0/+4
* Remove trailing whitespace.rgrimes1995-05-301-1/+1
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+347
OpenPOWER on IntegriCloud