aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gprof
Commit message (Expand)AuthorAgeFilesLines
* Remove single-space hard sentence breaks. These degrade the qualitySheldon Hearn2000-03-011-1/+2
* $Id$ -> $FreeBSD$Peter Wemm1999-08-285-5/+5
* Enable gprof on alpha.Hidetoshi Shimokawa1999-07-164-4/+62
* Add $Id$, to make it simpler for members of the translation teams toNik Clayton1999-07-121-0/+1
* Don't ignore weak symbols.Dmitrij Tejblum1999-07-031-1/+0
* Construct the profile file name from the name of the executable. A programJean-Marc Zucconi1999-05-233-14/+13
* Make profiling work for ELF. gprof now autodetects the format ofJohn Polstra1998-09-076-208/+345
* Change MACHINE to MACHINE_ARCH to support MACHINE=pc98.John Birrell1998-09-051-1/+1
* Don't ignore symbols containing "$". C++ destructors and otherJohn Polstra1998-08-081-4/+3
* Revert to original style.Philippe Charnier1997-07-152-5/+8
* 32-bit counters aren't large enough for 100+MHz clocks. Use 64-bitBruce Evans1997-07-131-1/+1
* Fix typo I introduced during last commit.Philippe Charnier1997-07-111-2/+2
* Use err(3).Philippe Charnier1997-07-105-43/+42
* Sort cross references.Wolfram Schneider1997-01-151-3/+3
* Use a (signed) int32_t counter instead of an `unsigned int' counterBruce Evans1996-10-161-1/+1
* Print times/call in ns if hz >= 10e7. hz will be this large for highBruce Evans1996-06-081-3/+8
* Correct some man page cross references and file location references.Mike Pritchard1996-04-071-1/+1
* Xref clocks(7).Joerg Wunsch1996-04-051-0/+1
* Another round of man page cleanups.Mike Pritchard1996-02-121-3/+3
* Implemented non-statistical kernel profiling. This is based onBruce Evans1995-12-291-0/+4
* Change `install' to `${INSTALL}' so that default install flags can beBruce Evans1995-07-251-1/+1
* Remove trailing whitespace.Rodney W. Grimes1995-05-3010-29/+29
* Added much-needed new options -[lL], to suppress printing of either theGarrett Wollman1994-12-222-3/+21
* New flag -u to suppress functions whose name does not begin with anBruce Evans1994-09-053-10/+32
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-2741-0/+6501