summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/gprof.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* a.out went awayderaadt2013-10-191-3/+2
|
* remove makefile hacks to build links. Instead, change the files thatespie2007-12-091-2/+2
| | | | | | | | gprof uses directly. okay deraadt@, miod@. Thanks for checking that gcc 2.95 is happy with #include MACRO
* add missing prototypes all over the place, u_long -> unsigned long (userlandespie2006-03-251-52/+48
| | | | | | code). okay kettenis@, comments by ray@
* Add ELFDEBUG to mirror the a.out debug that already exists.marc2004-07-201-1/+2
| | | | OK art@
* make lowpc and highpc into long, fixing gprof on 64-bit archs with textart2004-07-201-2/+2
| | | | | above 4GB. miod@ ok
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-6/+2
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Split out symbol handling into a separate file.art2002-05-081-11/+3
| | | | | | | | | | | Implement symbol handling for ELF (based on FreeBSD). Implement dummy support for alpha, hppa, powerpc and sparc64. Tested during the last 2 months on various archs (never comitted because other stuff got in the way). Some fixups to i386 support from mickey@ This lets us switch all elf archs to this gprof.
* Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.millert2002-02-161-14/+14
|
* _wall, err/warn; dummy hppa part, like othersmickey2001-03-221-60/+52
|
* New compilation scheme, more cross-compiler friendly, less error-prone.miod2001-03-211-35/+2
| | | | | As a bonus, bring support for mvme88k. millert@ ok
* Add powerpc support to gprof. (primative support).rahnds1996-12-221-1/+4
|
* rcsidderaadt1996-06-261-0/+1
|
* sync to netbsd 960418deraadt1996-04-211-1/+4
|
* initial import of NetBSD treederaadt1995-10-181-0/+355