aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/gprof/gprof.h
Commit message (Expand)AuthorAgeFilesLines
* rework old-style functions prototypesPhilippe Charnier2013-02-141-21/+15
* Remove the advertising clause from UCB copyrighted files in usr.bin. ThisJoel Dahl2010-12-111-4/+0
* Add mips support.Warner Losh2008-04-041-0/+3
* Remove alpha-specific stuff.Ruslan Ermilov2006-08-231-3/+0
* Use a proper prototype for hertz().Stefan Farfeleder2004-10-031-0/+1
* Retire support for gprof's -c option. All our currently supportedStefan Farfeleder2004-06-201-4/+0
* Build/install gprof on amd64 as well, after repocopying the MD bits.Peter Wemm2004-05-181-0/+3
* Fixed total disorder of MD includes.Bruce Evans2004-05-141-10/+10
* Some arm bits for gprof.Olivier Houchard2004-05-141-0/+3
* Remove MD bits for unsupported architectures.Tim J. Robbins2003-10-301-19/+0
* Add powerpc.h. Still missing powerpc.[ch] in gprof, but this getsPeter Grehan2002-12-101-0/+3
* Remove done() which was just exit() so use of warn()/err() can be made. AbortPhilippe Charnier2002-10-161-45/+41
* Check for defined(__i386__) instead of just defined(i386) since the compilerAlfred Perlstein2002-05-301-1/+1
* Make this build on sparc64.Jake Burkholder2002-03-101-0/+3
* Support runtime specification of the history counter type by whateverBruce Evans2002-03-061-9/+6
* Fixed some misspellings of 2 as sizeof(UNIT) so that they won't breakBruce Evans2002-03-061-1/+7
* 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-0/+4
* Add ia64 support (stubs, just like i386, alpha)Peter Wemm2001-10-231-0/+4
* Enable gprof on alpha.Hidetoshi Shimokawa1999-07-161-1/+4
* Construct the profile file name from the name of the executable. A programJean-Marc Zucconi1999-05-231-1/+0
* Make profiling work for ELF. gprof now autodetects the format ofJohn Polstra1998-09-071-10/+6
* 32-bit counters aren't large enough for 100+MHz clocks. Use 64-bitBruce Evans1997-07-131-1/+1
* Use err(3).Philippe Charnier1997-07-101-5/+0
* Use a (signed) int32_t counter instead of an `unsigned int' counterBruce Evans1996-10-161-1/+1
* Implemented non-statistical kernel profiling. This is based onBruce Evans1995-12-291-0/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-1/+1
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+347