mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-12-09 04:21:49 +08:00
dc1d1ca5e8
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.
56 lines
1.1 KiB
Plaintext
56 lines
1.1 KiB
Plaintext
# Sanitize.in for devo.
|
|
# $Id$
|
|
#
|
|
|
|
# Each directory to survive it's way into a release will need a file
|
|
# like this one called "./.Sanitize". All keyword lines must exist,
|
|
# and must exist in the order specified by this file. Each directory
|
|
# in the tree will be processed, top down, in the following order.
|
|
|
|
# Hash started lines like this one are comments and will be deleted
|
|
# before anything else is done. Blank lines will also be squashed
|
|
# out.
|
|
|
|
# The lines between the "Do-first:" line and the "Things-to-keep:"
|
|
# line are executed as a /bin/sh shell script before anything else is
|
|
# done in this
|
|
|
|
Do-first:
|
|
|
|
# All files listed between the "Things-to-keep:" line and the
|
|
# "Files-to-sed:" line will be kept. All other files will be removed.
|
|
# Directories listed in this section will have their own Sanitize
|
|
# called. Directories not listed will be removed in their entirety
|
|
# with rm -rf.
|
|
|
|
Things-to-keep:
|
|
ChangeLog
|
|
Makefile.in
|
|
arcs.c
|
|
blurbs.c
|
|
config
|
|
configure.in
|
|
dfn.c
|
|
dummy.c
|
|
dummy.h
|
|
gmon.h
|
|
gprof.1
|
|
gprof.c
|
|
gprof.h
|
|
hertz.c
|
|
i386.c
|
|
i386.h
|
|
lookup.c
|
|
printgprof.c
|
|
printlist.c
|
|
sparc.c
|
|
sparc.h
|
|
tahoe.c
|
|
tahoe.h
|
|
vax.c
|
|
vax.h
|
|
|
|
Do-last:
|
|
|
|
# End of file.
|