summaryrefslogtreecommitdiff
path: root/sys/kern/subr_prof.c
Commit message (Expand)AuthorAgeFilesLines
* Don't #error if we are lint.Poul-Henning Kamp2002-10-011-0/+2
* more caddr_t removal.Alfred Perlstein2002-06-291-2/+2
* Remove __P.Alfred Perlstein2002-03-191-1/+1
* - Change all callers of addupc_task() to check PS_PROFIL explicitly andJohn Baldwin2001-12-181-2/+1
* Modify the critical section API as follows:John Baldwin2001-12-181-6/+4
* Add kmupetext(), a function that expands the range of memory coveredBrian Feldman2001-10-301-5/+64
* KSE Milestone 2Julian Elischer2001-09-121-11/+12
* Pushdown Giant for: profil(), ntp_adjtime(), ogethostname(),Matthew Dillon2001-09-011-4/+14
* - Close races with signals and other AST's being triggered while we are inJohn Baldwin2001-08-101-1/+3
* We don't need to hold a lock just to test a flag.John Baldwin2001-06-061-5/+1
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.John Baldwin2001-05-151-1/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inMark Murray2001-05-011-0/+2
* Switch from save/disable/restore_intr() to critical_enter/exit().John Baldwin2001-03-281-4/+3
* Since the PC is a pointer to a code address, change the second parameter ofJohn Baldwin2001-02-221-2/+2
* Change and clean the mutex lock interface.Bosko Milekic2001-02-091-3/+3
* - Catch up to proc flag changes.John Baldwin2001-01-241-2/+6
* Convert more malloc+bzero to malloc+M_ZERO.David Malone2000-12-081-2/+1
* Hide intrstate in the #ifdef where it belongs.Poul-Henning Kamp2000-12-071-1/+1
* Catch up to moving headers:John Baldwin2000-10-201-1/+1
* Major update to the way synchronization is done in the kernel. HighlightsJason Evans2000-09-071-1/+3
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.Poul-Henning Kamp2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:Poul-Henning Kamp2000-07-031-1/+1
* Commit major SMP cleanups and move the BGL (big giant lock) in theMatthew Dillon2000-03-281-0/+1
* Unremove used includes.Bruce Evans1999-10-121-0/+2
* Trim unused options (or #ifdef for undoc options).Peter Wemm1999-10-111-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Fixed profiling of elf kernels. Made high resolution profiling compileBruce Evans1999-05-061-2/+5
* Fixed bogotification of pseudocode for syscall args by rev.1.53 ofBruce Evans1998-09-051-3/+3
* Changed to the C9x draft spelling of the (unsigned) integral typeBruce Evans1998-07-141-4/+4
* Oops, the previous commit should have changed `i386' to `__i386__',Bruce Evans1998-05-011-3/+3
* Support compiling with `gcc -ansi'.Bruce Evans1998-04-151-10/+10
* Move the "retval" (3rd) parameter from all syscall functions and putPoul-Henning Kamp1997-11-061-3/+2
* Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>Bruce Evans1997-10-271-4/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.Poul-Henning Kamp1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.Poul-Henning Kamp1997-10-111-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notPeter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Fixed magic and wrong numbers in calibration of nullfunc_loop_profiled()Bruce Evans1996-12-131-13/+10
* Improved non-statistical (GUPROF) profiling:Bruce Evans1996-10-171-37/+149
* Implemented non-statistical kernel profiling. This is based onBruce Evans1995-12-291-5/+90
* Unstaticized addupc_task(). It is supposed to be called from trap().Bruce Evans1995-12-261-2/+2
* A Major staticize sweep. Generates a couple of warnings that I'll dealPoul-Henning Kamp1995-12-141-2/+2
* Removed unnecessary #includes of vm stuff. Most of them were onceBruce Evans1995-12-061-3/+2
* Finished (?) cleaning up sysinit stuff.Bruce Evans1995-12-021-3/+3
* Mega commit for sysctl.Poul-Henning Kamp1995-11-201-17/+15
* Included <sys/sysproto.h> to get central declarations for syscall argsBruce Evans1995-11-121-1/+4
* Fixed init functions argument type - caddr_t -> void *. Fixed a couple ofDavid Greenman1995-09-091-3/+3
* kmstartup had the wrong type and unnecessarily external linkage for aBruce Evans1995-08-291-9/+5
* Reviewed by: julian with quick glances by bruce and othersJulian Elischer1995-08-281-1/+9
* Add and move declarations to fix all of the warnings from `gcc -Wimplicit'Bruce Evans1995-03-161-1/+4