aboutsummaryrefslogtreecommitdiff
path: root/gprof/gprof.h
AgeCommit message (Collapse)AuthorFilesLines
1995-02-08ran "indent -gnu"; have not fixed block comment styleKen Raeburn1-49/+51
1995-02-07Lots of changes from David Mosberger-Tang; see ChangeLog and NOTES for details:Ken Raeburn1-259/+93
Alpha support. Long options. New file format to support more information; backwards compatibility. Line-level profiling, on systems where bfd_find_nearest_line works. Selective display of data.
1994-09-01 * gprof.h (kfromlist, ktolist, flist, Flist, elist, Elist): MakeJeff Law1-6/+6
decls extern to keep native HP compiler quiet.
1994-05-05(TRUE, FALSE): Always use undef before defining them.Ken Raeburn1-0/+5
1993-06-16 * gmon.h, gprof.h: structs of chars used to hold externalSteve Chamberlain1-2/+9
representations. * gprof.c (getpfile, openpfile, readsamples): Swap data in using new structures.
1993-04-26 * gprof.h: Undefine hz.Ian Lance Taylor1-0/+3
1993-04-26 * gprof.h: Include ansidecl.h before sysdep.h.Ian Lance Taylor1-0/+1
1993-04-13 * M Makefile.in: Add -g to CFLAGS.Per Bothner1-7/+2
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.
1992-08-31 * gprof.h, gprof.c, printfgprof.c: Add support for twoPer Bothner1-1/+5
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.
1992-03-06Fixed bugs (both typos and algorithmic) bugs. It now matches native gprof'sSean Eric Fagan1-0/+2
on both the sparc (SunOS) and Mach386 systems, more or less. (The differences are at least partially due to what I think might be bugs in the native gprof.)
1991-07-22Made gprof use bfd instead. This is the first step in allowing cross-hostedSean Eric Fagan1-3/+3
gprof use.
1991-07-18Initial revisionSean Eric Fagan1-0/+284