summaryrefslogtreecommitdiffstats
path: root/sys/kern/subr_prof.c
Commit message (Expand)AuthorAgeFilesLines
* A little infrastructure, preceding some upcoming changesjulian2003-02-081-21/+46
* Reversion of commit by Davidxu plus fixes since applied.julian2003-02-011-47/+22
* Move UPCALL related data structure out of kse, introduce a newdavidxu2003-01-261-22/+47
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* Fix warnings & errors caused by my last commit.phk2003-01-071-2/+1
* This is all "#if defined(__i386__) && __GNUC__ >= 2":phk2003-01-061-0/+47
* Don't #error if we are lint.phk2002-10-011-0/+2
* more caddr_t removal.alfred2002-06-291-2/+2
* Remove __P.alfred2002-03-191-1/+1
* - Change all callers of addupc_task() to check PS_PROFIL explicitly andjhb2001-12-181-2/+1
* Modify the critical section API as follows:jhb2001-12-181-6/+4
* Add kmupetext(), a function that expands the range of memory coveredgreen2001-10-301-5/+64
* KSE Milestone 2julian2001-09-121-11/+12
* Pushdown Giant for: profil(), ntp_adjtime(), ogethostname(),dillon2001-09-011-4/+14
* - Close races with signals and other AST's being triggered while we are injhb2001-08-101-1/+3
* We don't need to hold a lock just to test a flag.jhb2001-06-061-5/+1
* Remove unneeded includes of sys/ipl.h and machine/ipl.h.jhb2001-05-151-1/+0
* Undo part of the tangle of having sys/lock.h and sys/mutex.h included inmarkm2001-05-011-0/+2
* Switch from save/disable/restore_intr() to critical_enter/exit().jhb2001-03-281-4/+3
* Since the PC is a pointer to a code address, change the second parameter ofjhb2001-02-221-2/+2
* Change and clean the mutex lock interface.bmilekic2001-02-091-3/+3
* - Catch up to proc flag changes.jhb2001-01-241-2/+6
* Convert more malloc+bzero to malloc+M_ZERO.dwmalone2000-12-081-2/+1
* Hide intrstate in the #ifdef where it belongs.phk2000-12-071-1/+1
* Catch up to moving headers:jhb2000-10-201-1/+1
* Major update to the way synchronization is done in the kernel. Highlightsjasone2000-09-071-1/+3
* Previous commit changing SYSCTL_HANDLER_ARGS violated KNF.phk2000-07-041-1/+1
* Style police catches up with rev 1.26 of src/sys/sys/sysctl.h:phk2000-07-031-1/+1
* Commit major SMP cleanups and move the BGL (big giant lock) in thedillon2000-03-281-0/+1
* Unremove used includes.bde1999-10-121-0/+2
* Trim unused options (or #ifdef for undoc options).peter1999-10-111-2/+0
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Fixed profiling of elf kernels. Made high resolution profiling compilebde1999-05-061-2/+5
* Fixed bogotification of pseudocode for syscall args by rev.1.53 ofbde1998-09-051-3/+3
* Changed to the C9x draft spelling of the (unsigned) integral typebde1998-07-141-4/+4
* Oops, the previous commit should have changed `i386' to `__i386__',bde1998-05-011-3/+3
* Support compiling with `gcc -ansi'.bde1998-04-151-10/+10
* Move the "retval" (3rd) parameter from all syscall functions and putphk1997-11-061-3/+2
* Moved declaration of etext from <machine/md_var.h> to <machine/cpu.h>bde1997-10-271-4/+1
* Last major round (Unless Bruce thinks of somthing :-) of malloc changes.phk1997-10-121-2/+2
* Distribute and statizice a lot of the malloc M_* types.phk1997-10-111-1/+3
* Back out part 1 of the MCFH that changed $Id$ to $FreeBSD$. We are notpeter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Fixed magic and wrong numbers in calibration of nullfunc_loop_profiled()bde1996-12-131-13/+10
* Improved non-statistical (GUPROF) profiling:bde1996-10-171-37/+149
* Implemented non-statistical kernel profiling. This is based onbde1995-12-291-5/+90
* Unstaticized addupc_task(). It is supposed to be called from trap().bde1995-12-261-2/+2
* A Major staticize sweep. Generates a couple of warnings that I'll dealphk1995-12-141-2/+2
* Removed unnecessary #includes of vm stuff. Most of them were oncebde1995-12-061-3/+2
* Finished (?) cleaning up sysinit stuff.bde1995-12-021-3/+3
OpenPOWER on IntegriCloud