summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/gprof.c
Commit message (Expand)AuthorAgeFilesLines
* Fix a few cases that relied on 'implicit int' (constraint violation in C99).stefanf2004-07-111-1/+1
* Retire support for gprof's -c option. All our currently supportedstefanf2004-06-201-7/+0
* Include <string.h> for prototypes of various string functions.stefanf2004-05-241-0/+2
* Remove MD bits for unsupported architectures.tjr2003-10-301-1/+1
* Remove done() which was just exit() so use of warn()/err() can be made. Abortcharnier2002-10-161-49/+32
* Consistently use FBSDIDobrien2002-06-301-2/+2
* Fix preprocessor directive syntax (text after #endif).wollman2002-05-301-10/+10
* Include <stdint.h> for definition of intmax_t and/or uintmax_t.mike2002-03-251-0/+1
* Support runtime specification of the history counter type by whateverbde2002-03-061-9/+45
* Fixed some misspellings of 2 as sizeof(UNIT) so that they won't breakbde2002-03-061-10/+10
* Fixed printf format errors. In printgprof.c, also convert the scalebde2002-02-211-11/+11
* 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-2/+6
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Enable gprof on alpha.simokawa1999-07-161-3/+3
* Construct the profile file name from the name of the executable. A programjmz1999-05-231-2/+4
* Make profiling work for ELF. gprof now autodetects the format ofjdp1998-09-071-195/+22
* Don't ignore symbols containing "$". C++ destructors and otherjdp1998-08-081-4/+3
* Revert to original style.charnier1997-07-151-2/+3
* Use err(3).charnier1997-07-101-27/+19
* Remove trailing whitespace.rgrimes1995-05-301-6/+6
* Added much-needed new options -[lL], to suppress printing of either thewollman1994-12-221-3/+17
* New flag -u to suppress functions whose name does not begin with anbde1994-09-051-2/+7
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+749
OpenPOWER on IntegriCloud