summaryrefslogtreecommitdiffstats
path: root/usr.sbin/kernbb/kernbb.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix the type of struct bbf's arc_count member: according to gcc'stjr2004-05-291-1/+1
| | | | | definition of struct bb_function_info in libgcc2.c, it should be an int, not a long.
* Fix our kernel support for Basic Block Profiling to work with GCC33.phk2003-12-031-13/+67
| | | | Approved by: re@
* Use __FBSDID over rcsid[]. Protect copyright[] where needed.obrien2003-05-031-4/+2
|
* Update kernbb(8) to deal with GCC's new way of doing things.phk2003-01-061-76/+29
|
* Include <nlist.h> for nlist interfaces instead of depending on namespacebde2002-08-181-0/+1
| | | | pollution in <kvm.h>.
* Nuke unused variables.dd2001-06-241-1/+1
|
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Now bb structures are linked together.phk1999-03-211-5/+5
|
* Use err(3). Put includes in alphabetical order. Use .An macro.charnier1997-09-221-10/+11
|
* typo fix.phk1997-08-141-2/+2
|
* Do not output anything for source-files with no counts.phk1997-08-141-6/+20
| | | | | | | Output function name for the "pre-prologue" entry, by stealing it from the next entry. Output length of basic-block in bytes and product of executions and length.
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
|
* Fixed misapplied patch in rev.1.2. A loop continuation test was outsidebde1997-01-141-1/+1
| | | | the loop. This usually caused most of the output to be skipped.
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
| | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise.
* Fix various bogosities.phk1995-10-221-16/+16
|
* Don't dereference NULL pointers.phk1995-04-281-3/+7
|
* Added the kernbb program. No man-page yet :(phk1995-03-101-0/+120
OpenPOWER on IntegriCloud