History log of /csrg-svn/usr.bin/gprof/gprof.c (Results 1 – 25 of 36)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 62017 06-Jun-1993 bostic

4.4BSD snapshot (revision 8.1); add 1993 to copyright

# 54806 08-Jul-1992 torek

changes to use gmonhdr from <sys/gmon.h>; sparc changes; lint

# 52812 02-Mar-1992 mckusick

extract profiling rate from header if present

# 52650 24-Feb-1992 mckusick

add -C flag to do cycle elimination

# 52581 19-Feb-1992 mckusick

throw away arcs that are out of range

# 48700 24-Apr-1991 donn

gprof -c only works on VAX and Tahoe.

# 42683 01-Jun-1990 bostic

new copyright notice


/csrg-svn/old/dbx/asm.c
/csrg-svn/old/dbx/c.c
/csrg-svn/old/dbx/cerror.iris.s
/csrg-svn/old/dbx/cerror.sun.s
/csrg-svn/old/dbx/cerror.tahoe.s
/csrg-svn/old/dbx/cerror.vax.s
/csrg-svn/old/dbx/check.c
/csrg-svn/old/dbx/commands.y
/csrg-svn/old/dbx/coredump.c
/csrg-svn/old/dbx/debug.c
/csrg-svn/old/dbx/defs.h
/csrg-svn/old/dbx/eval.c
/csrg-svn/old/dbx/events.c
/csrg-svn/old/dbx/fortran.c
/csrg-svn/old/dbx/iris.c
/csrg-svn/old/dbx/keywords.c
/csrg-svn/old/dbx/languages.c
/csrg-svn/old/dbx/library.c
/csrg-svn/old/dbx/lists.c
/csrg-svn/old/dbx/main.c
/csrg-svn/old/dbx/makedefs.c
/csrg-svn/old/dbx/mappings.c
/csrg-svn/old/dbx/mkdate.c
/csrg-svn/old/dbx/modula-2.c
/csrg-svn/old/dbx/names.c
/csrg-svn/old/dbx/object.c
/csrg-svn/old/dbx/operators.c
/csrg-svn/old/dbx/ops.iris.c
/csrg-svn/old/dbx/ops.sun.c
/csrg-svn/old/dbx/ops.tahoe.c
/csrg-svn/old/dbx/ops.vax.c
/csrg-svn/old/dbx/pascal.c
/csrg-svn/old/dbx/pathnames.h
/csrg-svn/old/dbx/printsym.c
/csrg-svn/old/dbx/process.c
/csrg-svn/usr.bin/error/error.h
/csrg-svn/usr.bin/error/filter.c
/csrg-svn/usr.bin/error/input.c
/csrg-svn/usr.bin/error/main.c
/csrg-svn/usr.bin/error/pathnames.h
/csrg-svn/usr.bin/error/pi.c
/csrg-svn/usr.bin/error/subr.c
/csrg-svn/usr.bin/error/touch.c
/csrg-svn/usr.bin/fpr/fpr.c
/csrg-svn/usr.bin/fsplit/fsplit.c
/csrg-svn/usr.bin/gcore/gcore.c
/csrg-svn/usr.bin/gprof/arcs.c
/csrg-svn/usr.bin/gprof/dfn.c
/csrg-svn/usr.bin/gprof/gprof.c
/csrg-svn/usr.bin/gprof/gprof.h
/csrg-svn/usr.bin/gprof/hertz.c
/csrg-svn/usr.bin/gprof/lookup.c
/csrg-svn/usr.bin/gprof/pathnames.h
/csrg-svn/usr.bin/gprof/printgprof.c
/csrg-svn/usr.bin/gprof/printlist.c
/csrg-svn/usr.bin/gprof/tahoe.c
/csrg-svn/usr.bin/gprof/tahoe.h
/csrg-svn/usr.bin/gprof/vax.c
/csrg-svn/usr.bin/gprof/vax.h
# 34881 29-Jun-1988 bostic

install approved copyright notice

# 34199 05-May-1988 bostic

add Berkeley specific header; written by K. McKusick and P. Kessler

# 33226 02-Jan-1988 bostic

malloc doesn't return an unsigned; UNIT is now unsigned by definition;
define valcmp for ANSI C

# 30963 27-Apr-1987 mckusick

add -k to allow selective deletion of arcs

# 21960 04-Jun-1985 dist

Add copyright

# 16852 07-Aug-1984 mckusick

clean up semantics of doarcs() to calculate indicies;
reorder output; add alphabetical index; add ms/call to flat profile

# 15910 30-Jan-1984 peter

if you can't find the hertz rate, report time in ticks, not seconds.

# 12385 11-May-1983 mckusick

make -b flag default to on

# 11807 31-Mar-1983 mckusick

sun changes; account for entry masks

# 11523 10-Mar-1983 mckusick

take vax mask word into account

# 10249 11-Jan-1983 peter

sampling frequency changes from a constant to a variable.

# 7257 21-Jun-1982 mckusick

fix per peter's bug

# 7252 21-Jun-1982 mckusick

remove N^2 algorithm in sample distribution routine

# 7227 19-Jun-1982 mckusick

fix unsigned conversion in calculating lowpc and highpc

# 7226 19-Jun-1982 peter

debugging stuff for the gmon.out header.

# 7225 19-Jun-1982 peter

what to do if there's no time accumulated.

# 7223 18-Jun-1982 peter

-e -E -f and -F flags, this time for sure.

# 7173 14-Jun-1982 peter

-f and -e flags.

12