summaryrefslogtreecommitdiff
path: root/usr.bin/gprof
Commit message (Expand)AuthorAgeFilesLines
...
* Remove 2 more unused doc Makefiles.Tom Rhodes2003-02-041-12/+0
* Add powerpc.h. Still missing powerpc.[ch] in gprof, but this getsPeter Grehan2002-12-101-0/+3
* mdoc(7) police: back out unproved changes in previous revision;Ruslan Ermilov2002-11-261-4/+4
* Remove done() which was just exit() so use of warn()/err() can be made. AbortPhilippe Charnier2002-10-1620-198/+238
* Consistently use FBSDIDDavid E. O'Brien2002-06-309-13/+20
* Fix preprocessor directive syntax (text after #endif).Garrett Wollman2002-05-306-53/+61
* Check for defined(__i386__) instead of just defined(i386) since the compilerAlfred Perlstein2002-05-301-1/+1
* Use `The .Nm utility'Philippe Charnier2002-04-201-6/+7
* Include <stdint.h> for definition of intmax_t and/or uintmax_t.Mike Barcroft2002-03-251-0/+1
* Make this build on sparc64.Jake Burkholder2002-03-103-0/+60
* Support runtime specification of the history counter type by whateverBruce Evans2002-03-062-18/+51
* Fixed some misspellings of 2 as sizeof(UNIT) so that they won't breakBruce Evans2002-03-063-13/+19
* Fixed printf format errors. In printgprof.c, also convert the scaleBruce Evans2002-02-214-39/+39
* Added missing copyright. Obtain one and a vendor id from gprof.c. aout.cBruce Evans2002-02-212-2/+83
* Fixed a missing variable declaration so that gprof compiles with -DDEBUG.Bruce Evans2002-02-211-0/+3
* Moved the definition of the machine-independent macro UNITS_TO_CODEBruce Evans2002-02-2111-9/+12
* Oops, forgot to remove the `beforeinstall' block.Ruslan Ermilov2001-12-171-5/+0
* Install files via FILES.Ruslan Ermilov2001-12-171-0/+2
* mdoc(7) police: kill whitespace at EOL.Ruslan Ermilov2001-11-201-1/+1
* Add -K support to gprof(1), which enables dynamic symbol resolution fromBrian Feldman2001-10-305-3/+87
* Add ia64 support (stubs, just like i386, alpha)Peter Wemm2001-10-233-0/+61
* Add hint about how we name profiled libraries (append _p at the right place).Jens Schweikhardt2001-08-141-0/+11
* Remove whitespace at EOL.Dima Dorfman2001-07-151-7/+7
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
* * include/elf.h has been repo copied to include/elf-hints.h, and it noDavid E. O'Brien2001-05-021-1/+6
* Grammar police: "its", not "it's", is the possessive form of "it".Dima Dorfman2001-04-151-1/+1
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-191-1/+1
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-4/+4
* 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