summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/arcs.c
Commit message (Collapse)AuthorAgeFilesLines
* More fixes for correct printf length modifiers usr.bin/gprof.dim2011-12-171-3/+3
| | | | MFC after: 1 week
* Remove the advertising clause from UCB copyrighted files in usr.bin. Thisjoel2010-12-111-4/+0
| | | | | | | | | is in accordance with the information provided at ftp://ftp.cs.berkeley.edu/pub/4bsd/README.Impt.License.Change Also add $FreeBSD$ to a few files to keep svn happy. Discussed with: imp, rwatson
* Retire support for gprof's -c option. All our currently supportedstefanf2004-06-201-3/+0
| | | | | | architectures only provide a dummy implementation. Silence on: current@
* Remove done() which was just exit() so use of warn()/err() can be made. Abortcharnier2002-10-161-20/+31
| | | | | | | on allocation failure instead of displaying a warning and deferencing NULL pointer after. Spelling. Add prototypes. Add list of option in synopsis section of man page, -d is not referenced because available as a compile option. It should be made a runtime option btw.
* Consistently use FBSDIDobrien2002-06-301-2/+2
|
* Fix preprocessor directive syntax (text after #endif).wollman2002-05-301-21/+21
| | | | The style of this program is still atrocious (not fixed).
* Fixed printf format errors. In printgprof.c, also convert the scalebde2002-02-211-7/+7
| | | | | | without possibly losing lots of precision, and print the scale using %g instead of %d in case it is non-integral. %g might not be the best format for this.
* Fixed a missing variable declaration so that gprof compiles with -DDEBUG.bde2002-02-211-0/+3
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Revert to original style.charnier1997-07-151-3/+5
|
* Fix typo I introduced during last commit.charnier1997-07-111-2/+2
|
* Use err(3).charnier1997-07-101-9/+11
|
* Remove trailing whitespace.rgrimes1995-05-301-5/+5
|
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+950
OpenPOWER on IntegriCloud