summaryrefslogtreecommitdiffstats
path: root/usr.bin/gprof/kernel.c
Commit message (Collapse)AuthorAgeFilesLines
* rework old-style functions prototypescharnier2013-02-141-1/+1
| | | | reduce WARNS=6 output
* Make sure to return 0 from kernel_getnfile() since if there were angreen2004-10-051-0/+1
| | | | error, it would exit() (and it needs to return a value).
* Include <string.h> for prototypes of various string functions.stefanf2004-05-241-0/+1
| | | | Approved by: das (mentor)
* Consistently use FBSDIDobrien2002-06-301-4/+2
|
* Add -K support to gprof(1), which enables dynamic symbol resolution fromgreen2001-10-301-0/+64
the currently-running kernel (and supercedes an executable file argument given). With this change, properly-compiled KLD modules are now able to be profiled. Obtained from: NAI Labs CBOSS project Funded by: DARPA
OpenPOWER on IntegriCloud