index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.bin
/
gprof
/
gprof.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the advertising clause from UCB copyrighted files in usr.bin. This
joel
2010-12-11
1
-4
/
+0
*
If running with "-K" really do not information about symbols from the a.out
obrien
2009-01-12
1
-1
/
+1
*
Fix a few cases that relied on 'implicit int' (constraint violation in C99).
stefanf
2004-07-11
1
-1
/
+1
*
Retire support for gprof's -c option. All our currently supported
stefanf
2004-06-20
1
-7
/
+0
*
Include <string.h> for prototypes of various string functions.
stefanf
2004-05-24
1
-0
/
+2
*
Remove MD bits for unsupported architectures.
tjr
2003-10-30
1
-1
/
+1
*
Remove done() which was just exit() so use of warn()/err() can be made. Abort
charnier
2002-10-16
1
-49
/
+32
*
Consistently use FBSDID
obrien
2002-06-30
1
-2
/
+2
*
Fix preprocessor directive syntax (text after #endif).
wollman
2002-05-30
1
-10
/
+10
*
Include <stdint.h> for definition of intmax_t and/or uintmax_t.
mike
2002-03-25
1
-0
/
+1
*
Support runtime specification of the history counter type by whatever
bde
2002-03-06
1
-9
/
+45
*
Fixed some misspellings of 2 as sizeof(UNIT) so that they won't break
bde
2002-03-06
1
-10
/
+10
*
Fixed printf format errors. In printgprof.c, also convert the scale
bde
2002-02-21
1
-11
/
+11
*
Moved the definition of the machine-independent macro UNITS_TO_CODE
bde
2002-02-21
1
-0
/
+2
*
Add -K support to gprof(1), which enables dynamic symbol resolution from
green
2001-10-30
1
-2
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Enable gprof on alpha.
simokawa
1999-07-16
1
-3
/
+3
*
Construct the profile file name from the name of the executable. A program
jmz
1999-05-23
1
-2
/
+4
*
Make profiling work for ELF. gprof now autodetects the format of
jdp
1998-09-07
1
-195
/
+22
*
Don't ignore symbols containing "$". C++ destructors and other
jdp
1998-08-08
1
-4
/
+3
*
Revert to original style.
charnier
1997-07-15
1
-2
/
+3
*
Use err(3).
charnier
1997-07-10
1
-27
/
+19
*
Remove trailing whitespace.
rgrimes
1995-05-30
1
-6
/
+6
*
Added much-needed new options -[lL], to suppress printing of either the
wollman
1994-12-22
1
-3
/
+17
*
New flag -u to suppress functions whose name does not begin with an
bde
1994-09-05
1
-2
/
+7
*
BSD 4.4 Lite Usr.bin Sources
rgrimes
1994-05-27
1
-0
/
+749