binutils-gdb/gprof
Per Bothner dc1d1ca5e8 * gprof.h, gprof.c, printfgprof.c: Add support for two
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-08-31 03:34:15 +00:00
..
config * config/mt-{tahoe,vax}: Add, to match existing support files. 1992-07-13 02:54:30 +00:00
.Sanitize * gprof.h, gprof.c, printfgprof.c: Add support for two 1992-08-31 03:34:15 +00:00
ChangeLog * gprof.h, gprof.c, printfgprof.c: Add support for two 1992-08-31 03:34:15 +00:00
Makefile Makefile.in: .c.o rule needed, default one (under solaris) ignores CFLAGS 1992-06-02 17:22:47 +00:00
Makefile.in * gprof.h, gprof.c, printfgprof.c: Add support for two 1992-08-31 03:34:15 +00:00
arcs.c Makefile.in: .c.o rule needed, default one (under solaris) ignores CFLAGS 1992-06-02 17:22:47 +00:00
blurbs.c * gprof.h, gprof.c, printfgprof.c: Add support for two 1992-08-31 03:34:15 +00:00
configure Initial revision 1991-07-23 19:09:22 +00:00
configure.in * configure.in: Remove host section, expand target section. 1992-07-13 02:54:10 +00:00
dfn.c Initial revision 1991-07-18 20:19:17 +00:00
dummy.c Routines for currently-unsupported architectures. findcall() just returns 1992-03-06 12:01:13 +00:00
dummy.h Routines for currently-unsupported architectures. findcall() just returns 1992-03-06 12:01:13 +00:00
gmon.h Initial revision 1991-07-18 20:19:17 +00:00
gprof.1 don't install gprof.{callg,flat}, install the man page, get the new 1992-07-20 00:48:14 +00:00
gprof.c * gprof.h, gprof.c, printfgprof.c: Add support for two 1992-08-31 03:34:15 +00:00
gprof.callg Initial revision 1991-07-18 20:19:17 +00:00
gprof.flat Initial revision 1991-07-18 20:19:17 +00:00
gprof.h * gprof.h, gprof.c, printfgprof.c: Add support for two 1992-08-31 03:34:15 +00:00
hertz.c Initial revision 1991-07-18 20:19:17 +00:00
i386.c More cleanups for gprof, especially with the '386 target. 1992-03-27 22:11:14 +00:00
i386.h Initial revision 1991-07-19 22:00:45 +00:00
lookup.c ... and make it return the *right* value when it goes out of bounds. 1992-07-14 22:47:46 +00:00
make-c-prog.awk * blurbs.c: New file, created from gprof.flat and gprof.callg by 1992-07-13 02:24:24 +00:00
pathnames.h change pathnames from /usr/share/misc to /usr/local/lib. They should *really* 1992-06-04 19:36:37 +00:00
printgprof.c * gprof.h, gprof.c, printfgprof.c: Add support for two 1992-08-31 03:34:15 +00:00
printlist.c Initial revision 1991-07-18 20:19:17 +00:00
sparc.c Fixed a typo (no '/' before a '*' in a comment) 1991-07-22 18:21:14 +00:00
sparc.h Initial revision 1991-07-18 20:19:17 +00:00
t.c Initial revision 1991-07-18 20:19:17 +00:00
tahoe.c Initial revision 1991-07-18 20:19:17 +00:00
tahoe.h Initial revision 1991-07-18 20:19:17 +00:00
vax.c Initial revision 1991-07-18 20:19:17 +00:00
vax.h Initial revision 1991-07-18 20:19:17 +00:00