summaryrefslogtreecommitdiffstats
path: root/gprof
Commit message (Collapse)AuthorAgeFilesLines
* Use BFD to determine what a symbol prefix is, be better about determiningSean Eric Fagan1993-08-131-7/+39
| | | | which symbols to study, and divide by the correct amount.
* * Makefile.in: Install correctly.Steve Chamberlain1993-07-062-4/+16
|
* * gprof.c (main): Get whoami from argv, instead of hardcoding.David MacKenzie1993-06-242-6/+11
| | | | Use it in usage message. Split usage message to fit in 80 cols.
* Look in ../bfd, not ../include, for bfd.h.Ken Raeburn1993-06-212-1/+5
|
* * gmon.h, gprof.h: structs of chars used to hold externalSteve Chamberlain1993-06-164-33/+61
| | | | | | representations. * gprof.c (getpfile, openpfile, readsamples): Swap data in using new structures.
* (use full hostname in log entry)Ken Raeburn1993-06-161-1/+1
|
* look in ../include instead of ../bfd for bfd.hKen Raeburn1993-06-162-1/+5
|
* remove accidental INSTALL changeDavid D. Zuhn1993-06-161-1/+1
|
* remove parentdir supportDavid D. Zuhn1993-06-162-14/+9
|
* * Makefile.in (INCLUDES): Add -I../bfd for sysdep.h and bfd.h.Per Bothner1993-06-073-7/+6
| | | | * configure.in: No longer need to configure to get sysdep.h.
* added things-to-lose sectionsK. Richard Pixley1993-05-272-0/+6
|
* install shouldn't depend on install-infoDavid D. Zuhn1993-05-202-1/+5
|
* * gprof.h: Undefine hz.Ian Lance Taylor1993-04-262-1/+4
|
* * gprof.h: Include ansidecl.h before sysdep.h.Ian Lance Taylor1993-04-262-0/+5
|
* gprof(1) can have more than one profile data file, so have the usageSean Eric Fagan1993-04-141-1/+1
| | | | message reflect that.
* * M Makefile.in: Add -g to CFLAGS.Per Bothner1993-04-135-14/+24
| | | | | | | | | | Ads LDFLAGS and use in place of CFLAGS where appropriate. * configure.in: Make a sysdep.hlink in the same way other bfd-based directories do. * gprof.h (UNIT): Replace non-standard 'u_short' by 'unsigned short'. * gprof.h: #include sysdep.h instead of a bunch of stuff. * gprof.c (main): Fix typo gproff->gprof.
* add INFO-DIR-ENTRYDavid D. Zuhn1993-03-262-0/+15
|
* add installcheckDavid D. Zuhn1993-03-232-1/+6
|
* fix whitespaceDavid D. Zuhn1993-03-221-1/+1
|
* * gprof.c (funcsymbol): Invert test for aflag.Per Bothner1993-02-282-1/+5
|
* * printgprof (xmalloc, xrealloc): Cast results of mallocPer Bothner1993-02-262-2/+7
| | | | and realloc to PTR.
* gprof, not gprog. typoDavid D. Zuhn1993-02-131-1/+1
|
* keep gprof.texi, remove RCS cruftDavid D. Zuhn1993-02-131-1/+1
|
* added rules for info, install-info, and dvi; rule for clean is correct, tooJeffrey Osier1993-02-032-5/+36
|
* freshly updated -- gprof.texi is an edit of the old `gprof.texinfo' byJeffrey Osier1993-01-292-4/+1042
| | | | Richard Stallman and Jay Fenalson. Probably 90% of the text is theirs.
* Add a usage statement if an unrecognized option is given.Sean Eric Fagan1993-01-241-0/+7
|
* fix install ruleDavid D. Zuhn1993-01-062-1/+5
|
* recording file deathK. Richard Pixley1992-12-0810-1150/+0
|
* Eckhard Rueggeberg throught gprof didn't work because the man page was wrong.Mark Eichin1992-10-092-4/+17
| | | | The SYNOPSIS now matches the rest of the man page.
* * gen-c-prog.awk: New awk script, lightly changed fromPer Bothner1992-10-068-9/+293
| | | | | | | | | | | | previously deleted make-c-prog.awk. Converts a text file to a c function that prints that text. * flat_bl.m, fsf_callg_bl.m, bsd_callg_bl.m: New files. Inputs to gen-c-prog.awk, containing text describing gprof output. * blurbs.c: Removed. Use *_bl.c instead. * Makefile.in: Use gen-cprog.awk to generate *_bl.c files from *_bl.m files. Also, improve *clean rules. * printgprof.c (printgprof): Usw new function names from *_bl.c.
* * gprof.h, gprof.c, printfgprof.c: Add support for twoPer Bothner1992-08-317-217/+416
| | | | | | | | | | | | | | | | | | | | | | | output styles: The default is similar to the old FSF gprof, while -T sets the variable bsd_style_output, which causes output matching Berkeley's gprof. The biggest differences are that with the FSF style output, the flat profile comes before the call graph; numbers come before explanations; and there is less gratuitous white space. * gprof.h, gprof.c, printfgprof.c: New discard_underscores variable causes discarding of initial underscores when printing symbol names. It is set unless there is a "main" symbol (without an underscore). * printfgprof.c: New function printnameonly(), called by printname(). It handles stripping of initial '_', as well as C++ name-demangling. * gprof.callg, gprof.flat, make-c-prog.awk: Removed. It is just as convenient to edit blurbs.c directly. * Makefile.in: Removed rule for making blurbs.c. * blurbs.c: This is now a true source file (as opposed to being generated from gprof.callg and gprof.flat). Change style to use one long string literal, instead of one literal per output line. Add FSF-style blurb for call graph.
* correct use of bfd symbolsMark Eichin1992-08-271-4/+0
|
* Brought forward from p3:Ian Lance Taylor1992-08-192-0/+10
| | | | | | Wed Aug 19 14:36:39 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in: always create installation directories.
* per explanation from zoo, back out DESTDIR change.Mark Eichin1992-08-122-3/+2
|
* * Makefile.in: change ${MACHINE} to $(MACHINE), add $(DESTDIR) toMark Eichin1992-08-122-2/+7
| | | | bin install rule.
* don't install gprof.{callg,flat}, install the man page, get the newDavid D. Zuhn1992-07-203-140/+122
| | | | man page from progressive (the one that uses -man macros)
* ... and make it return the *right* value when it goes out of bounds.Mark Eichin1992-07-141-1/+1
|
* leave fencepost condition *completely* open-ended. Closes 1286.Mark Eichin1992-07-141-1/+1
|
* LintJohn Gilmore1992-07-131-1/+1
|
* * config/mt-{tahoe,vax}: Add, to match existing support files.John Gilmore1992-07-133-0/+33
| | | | * config/tmake-*: Remove leftover crud.
* * configure.in: Remove host section, expand target section.John Gilmore1992-07-133-14/+13
|
* OopsJohn Gilmore1992-07-131-0/+20
|
* * blurbs.c: New file, created from gprof.flat and gprof.callg byJohn Gilmore1992-07-135-38/+222
| | | | | | | | | | | | | | | | | | | * make-c-prog.awk: which processes text files into C programs. * printgprof.c (flatprofheader, gprofheader): Call new functions to print blurbs. (printblurb): Remove. * Makefile.in: Infrastructure to build blurbs. * pathnames.h: has been removed. Gprof now has no filename dependencies in it. * gprof.c: Lint. Sat Jul 11 18:07:21 1992 david d `zoo' zuhn (zoo at cirdan.cygnus.com) * Makefile.in: define man1dir and install the man page Fri Jul 10 21:14:08 1992 david d `zoo' zuhn (zoo@cygnus.com) * Makefile.in: added dummy info and install-info targets
* restore some old code to punt symbols which are BSF_LOCAL (needed for Solaris,Mark Eichin1992-07-011-2/+0
| | | | should be correct for anything else.)
* change pathnames from /usr/share/misc to /usr/local/lib. They should *really*Mark Eichin1992-06-041-2/+2
| | | | get built by configure, someday.
* add real install, and some more normal paths.Mark Eichin1992-06-041-4/+18
|
* Thu Jun 4 11:34:02 1992 Mark Eichin (eichin at cygnus.com)Mark Eichin1992-06-043-0/+55
| | | | | | | | * lookup.c: fixed fencepost in nllookup and added dbg_nllookup for help in debugging the problem (with -DDEBUG) * gprof.c: symbol values are now real values, don't add the vma anymore. (done for solaris; should verify this on other platforms) * ChangeLog: created.
* added srcdir=. so that configure puts in a valueMark Eichin1992-06-041-2/+13
| | | | | added explicit foo.o:foo.c lines since Solaris has the same VPATH bug that SunOs 4.1.1 does...
* Makefile.in: .c.o rule needed, default one (under solaris) ignores CFLAGSMark Eichin1992-06-024-9/+31
| | | | | | Makefile: it shouldn't be under cvs; given that it is, fix it too arcs.c: fprintf used where printf should have been. lookup.c: misdeclared calloc; use a cast instead.
* Added the file.Sean Eric Fagan1992-04-071-0/+56
|
OpenPOWER on IntegriCloud