summaryrefslogtreecommitdiff
path: root/usr.bin/gprof/gprof.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* Fix a few cases that relied on 'implicit int' (constraint violation in C99).Stefan Farfeleder2004-07-111-1/+1
* Retire support for gprof's -c option. All our currently supportedStefan Farfeleder2004-06-201-7/+0
* Include <string.h> for prototypes of various string functions.Stefan Farfeleder2004-05-241-0/+2
* Remove MD bits for unsupported architectures.Tim J. Robbins2003-10-301-1/+1
* Remove done() which was just exit() so use of warn()/err() can be made. AbortPhilippe Charnier2002-10-161-49/+32
* Consistently use FBSDIDDavid E. O'Brien2002-06-301-2/+2
* Fix preprocessor directive syntax (text after #endif).Garrett Wollman2002-05-301-10/+10
* Include <stdint.h> for definition of intmax_t and/or uintmax_t.Mike Barcroft2002-03-251-0/+1
* Support runtime specification of the history counter type by whateverBruce Evans2002-03-061-9/+45
* Fixed some misspellings of 2 as sizeof(UNIT) so that they won't breakBruce Evans2002-03-061-10/+10
* Fixed printf format errors. In printgprof.c, also convert the scaleBruce Evans2002-02-211-11/+11
* Moved the definition of the machine-independent macro UNITS_TO_CODEBruce Evans2002-02-211-0/+2
* Add -K support to gprof(1), which enables dynamic symbol resolution fromBrian Feldman2001-10-301-2/+6
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Enable gprof on alpha.Hidetoshi Shimokawa1999-07-161-3/+3
* Construct the profile file name from the name of the executable. A programJean-Marc Zucconi1999-05-231-2/+4
* Make profiling work for ELF. gprof now autodetects the format ofJohn Polstra1998-09-071-195/+22
* Don't ignore symbols containing "$". C++ destructors and otherJohn Polstra1998-08-081-4/+3
* Revert to original style.Philippe Charnier1997-07-151-2/+3
* Use err(3).Philippe Charnier1997-07-101-27/+19
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* Added much-needed new options -[lL], to suppress printing of either theGarrett Wollman1994-12-221-3/+17
* New flag -u to suppress functions whose name does not begin with anBruce Evans1994-09-051-2/+7
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+749