summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/gprof.c (follow)
Commit message (Expand)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
* pledge for gprof: "stdio rpath wpath cpath" in the beginning, then droppascal2015-11-161-1/+8
* Do not cast result of malloc/calloc/realloc* if stdlib.h is in scopederaadt2015-08-201-2/+2
* remove never used in openbsd tahoe support. and ns32k. and pmax.tedu2014-12-221-2/+2
* 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
* 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
* Check fread() return value to get sane error message for too-smallmillert2005-12-081-3/+4
* Fix some sign issues and make kernel profiling useful on amd64.art2005-05-031-5/+5
* Fix formats in debug printfs to work correctly on 64-bit archs.art2004-07-201-13/+13
* mostly ansi cleanup; pval okderaadt2003-06-101-21/+12
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-7/+3
* Split out symbol handling into a separate file.art2002-05-081-184/+17
* change the extra text following preprocessor directives into comments.danh2002-03-251-15/+15
* kill more registersmpech2001-11-191-10/+10
* 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
* 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