History log of /csrg-svn/lib/libc/gmon/gmon.c (Results 1 – 25 of 38)
Revision Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
# 61112 04-Jun-1993 bostic

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

# 60351 25-May-1993 torek

lint; make hertz() static

# 59560 30-Apr-1993 mckusick

convert to fully use gmonparam structure

# 59391 27-Apr-1993 bostic

<sys/sysctl.h> needs <sys/param.h> now

# 58901 31-Mar-1993 mckusick

convert from kinfo to sysctl

# 55187 14-Jul-1992 mckusick

more extensive logging

# 54904 10-Jul-1992 mckusick

update headers in preparation for moving into libc

# 54903 10-Jul-1992 mckusick

massive overhaul for new profiling structure from mccanne at LBL

# 52814 03-Mar-1992 mckusick

break out machine independent part (leaving just mcount.c behind)

# 49895 27-May-1991 mckusick

delete support for prof style profiling

# 49278 06-May-1991 bostic

new copyright; att/bsd/shared

# 48972 03-May-1991 donn

Convert for gcc. (1) Use gcc features to avoid postprocessing the output
file. (2) Mostly clobber the ghastly jsb hack -- we use it only to guarantee
that selfpc is easily available. Calls is (rel

Convert for gcc. (1) Use gcc features to avoid postprocessing the output
file. (2) Mostly clobber the ghastly jsb hack -- we use it only to guarantee
that selfpc is easily available. Calls is (relatively) faster these days...

show more ...

# 47884 12-Apr-1991 bostic

new copyright; att/bsd/shared

# 32074 27-Aug-1987 mckusick

avoid writing out null's in error messages (4.3BSD/lib/80, adam@gec-mi-at.co.uk)

# 26667 09-Mar-1986 donn

added LIBC_SCCS condition for sccs ids

# 23627 21-Jun-1985 mckusick

get rid of incorrect lint defs

# 21415 30-May-1985 dist

Add copyright

# 14127 26-Jul-1983 mckusick

get rid of special case brk(); integrate into standard brk()

# 11998 20-Apr-1983 peter

mostly fixing a bug with adding to an (int *);
but also cleaning up some dead code, extra calls to moncontrol(), etc.

# 11796 30-Mar-1983 peter

add moncontrol() to provide finer control over profiling

# 10279 14-Jan-1983 mckusick

speed-ups and clean-ups

# 10268 13-Jan-1983 mckusick

get rid of roundup of hash bucket hit; add HASHFRACTION

# 9608 10-Dec-1982 peter

self organizing linked lists.

# 9531 04-Dec-1982 mckusick

use 1/2 text space for count buffers - unique since functions are aligned long

# 9530 04-Dec-1982 mckusick

base number of counters on DENSITY; use ~20% of textsize

12