]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gprof/cg_arcs.c
Lots of changes from David Mosberger-Tang; see ChangeLog and NOTES for details:
authorKen Raeburn <raeburn@cygnus>
Tue, 7 Feb 1995 22:34:18 +0000 (22:34 +0000)
committerKen Raeburn <raeburn@cygnus>
Tue, 7 Feb 1995 22:34:18 +0000 (22:34 +0000)
commit5489fcc3d9dbb1f529dddb19b615e23d8ed59dc7
tree1a79cfffd92f2afb67780dd7372c1759c49791aa
parent2559e01429d193b7957c106a6a8b0598476f9845
Lots of changes from David Mosberger-Tang; see ChangeLog and NOTES for details:
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.
59 files changed:
gprof/.cvsignore [new file with mode: 0644]
gprof/.gdbinit [new file with mode: 0644]
gprof/ChangeLog
gprof/Makefile.in
gprof/NOTES [new file with mode: 0644]
gprof/TEST [new file with mode: 0644]
gprof/TODO [new file with mode: 0644]
gprof/alpha.c [new file with mode: 0644]
gprof/alpha.h [new file with mode: 0644]
gprof/arcs.c [deleted file]
gprof/basic_blocks.c [new file with mode: 0644]
gprof/basic_blocks.h [new file with mode: 0644]
gprof/call_graph.c [new file with mode: 0644]
gprof/call_graph.h [new file with mode: 0644]
gprof/cg_arcs.c [new file with mode: 0644]
gprof/cg_arcs.h [new file with mode: 0644]
gprof/cg_dfn.c [new file with mode: 0644]
gprof/cg_dfn.h [new file with mode: 0644]
gprof/cg_print.c [new file with mode: 0644]
gprof/cg_print.h [new file with mode: 0644]
gprof/config/mt-alpha [new file with mode: 0644]
gprof/configure.in
gprof/core.c [new file with mode: 0644]
gprof/core.h [new file with mode: 0644]
gprof/dfn.c [deleted file]
gprof/dummy.c
gprof/dummy.h
gprof/flat_bl.m
gprof/gmon.h
gprof/gmon_io.c [new file with mode: 0644]
gprof/gmon_io.h [new file with mode: 0644]
gprof/gmon_out.h [new file with mode: 0644]
gprof/gprof.c
gprof/gprof.h
gprof/hertz.c
gprof/hertz.h [new file with mode: 0644]
gprof/hist.c [new file with mode: 0644]
gprof/hist.h [new file with mode: 0644]
gprof/i386.c
gprof/i386.h
gprof/lookup.c [deleted file]
gprof/printgprof.c [deleted file]
gprof/printlist.c [deleted file]
gprof/search_list.c [new file with mode: 0644]
gprof/search_list.h [new file with mode: 0644]
gprof/source.c [new file with mode: 0644]
gprof/source.h [new file with mode: 0644]
gprof/sparc.c
gprof/sparc.h
gprof/sym_ids.c [new file with mode: 0644]
gprof/sym_ids.h [new file with mode: 0644]
gprof/symtab.c [new file with mode: 0644]
gprof/symtab.h [new file with mode: 0644]
gprof/tahoe.c
gprof/tahoe.h
gprof/utils.c [new file with mode: 0644]
gprof/utils.h [new file with mode: 0644]
gprof/vax.c
gprof/vax.h