aboutsummaryrefslogtreecommitdiff
path: root/gprof/gprof.c
AgeCommit message (Expand)AuthorFilesLines
1993-08-13Use BFD to determine what a symbol prefix is, be better about determiningSean Eric Fagan1-7/+39
1993-06-24 * gprof.c (main): Get whoami from argv, instead of hardcoding.David MacKenzie1-6/+6
1993-06-16 * gmon.h, gprof.h: structs of chars used to hold externalSteve Chamberlain1-31/+39
1993-04-14gprof(1) can have more than one profile data file, so have the usageSean Eric Fagan1-1/+1
1993-04-13 * M Makefile.in: Add -g to CFLAGS.Per Bothner1-1/+1
1993-02-28 * gprof.c (funcsymbol): Invert test for aflag.Per Bothner1-1/+1
1993-01-24Add a usage statement if an unrecognized option is given.Sean Eric Fagan1-0/+7
1992-08-31 * gprof.h, gprof.c, printfgprof.c: Add support for twoPer Bothner1-9/+23
1992-08-27correct use of bfd symbolsMark Eichin1-4/+0
1992-07-13LintJohn Gilmore1-1/+1
1992-07-13 * blurbs.c: New file, created from gprof.flat and gprof.callg byJohn Gilmore1-7/+7
1992-07-01restore some old code to punt symbols which are BSF_LOCAL (needed for Solaris,Mark Eichin1-2/+0
1992-06-04Thu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com)Mark Eichin1-0/+4
1992-03-27More cleanups for gprof, especially with the '386 target.Sean Eric Fagan1-3/+3
1992-03-06Fixed bugs (both typos and algorithmic) bugs. It now matches native gprof'sSean Eric Fagan1-33/+29
1992-02-11Updating gprof for latest bfd stuff, and making configure work.Sean Eric Fagan1-3/+3
1991-07-22Put in a check to make sure symbols have names; if there is no name, thenSean Eric Fagan1-0/+3
1991-07-22Made gprof use bfd instead. This is the first step in allowing cross-hostedSean Eric Fagan1-110/+122
1991-07-18Initial revisionSean Eric Fagan1-0/+691