summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/gprof.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* fix -fno-common issues; ok mortimerderaadt2021-01-271-1/+38
|
* findcall() for the -c option is implemented on mips64, not sparc64guenther2016-10-081-2/+2
|
* remove sparc supporttedu2016-09-011-2/+2
|
* We are done providing support for the vax.deraadt2016-03-091-3/+2
| | | | lots of agreement.
* pledge for gprof: "stdio rpath wpath cpath" in the beginning, then droppascal2015-11-161-1/+8
| | | | | | wpath and cpath if we don't need to write a gmon.sum file (-s flag). ok deraadt@
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-201-2/+2
| | | | ok krw millert
* remove never used in openbsd tahoe support. and ns32k. and pmax.tedu2014-12-221-2/+2
| | | | ok deraadt millert
* Prefer setvbuf() to setlinebuf() for portability; ok deraadt@millert2014-11-261-2/+2
|
* rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andderaadt2009-10-271-15/+1
| | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms
* split test for __sparc__ into __sparc__ and __sparc64__deraadt2008-06-251-3/+4
|
* add missing prototypes all over the place, u_long -> unsigned long (userlandespie2006-03-251-6/+5
| | | | | | code). okay kettenis@, comments by ray@
* Check fread() return value to get sane error message for too-smallmillert2005-12-081-3/+4
| | | | gmon header. Idea from Alexey Dobriyan
* Fix some sign issues and make kernel profiling useful on amd64.art2005-05-031-5/+5
| | | | millert@ miod@ ok
* Fix formats in debug printfs to work correctly on 64-bit archs.art2004-07-201-13/+13
| | | | miod@ ok
* mostly ansi cleanup; pval okderaadt2003-06-101-21/+12
|
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
| | | | rescinded 22 July 1999. Proofed by myself and Theo.
* Split out symbol handling into a separate file.art2002-05-081-184/+17
| | | | | | | | | | | 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.
* change the extra text following preprocessor directives into comments.danh2002-03-251-15/+15
| | | | | | patch from David Krause <openbsd@davidkrause.com> ok millert@
* kill more registersmpech2001-11-191-10/+10
| | | | millert@ ok
* extern __progname; from bobmickey2001-03-251-2/+3
|
* _wall, err/warn; dummy hppa part, like othersmickey2001-03-221-98/+60
|
* Fix an off-by-one error. Since `i' starts at 0, not 1, we don't have toaaron2000-12-241-3/+3
| | | | decrement it when reporting how many samples have been read so far.
* more #ifdef hellderaadt1999-06-161-4/+4
|
* permit $ in symbol names since destructors now can use that char again...; jdp@freebsdderaadt1998-08-111-5/+4
|
* Support for call graph detection using the -c options on i386tholo1996-10-021-3/+3
|
* rcsidderaadt1996-06-261-1/+2
|
* initial import of NetBSD treederaadt1995-10-181-0/+757