| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce Dynamic Profiling, a ddb(4) based & gprof compatible kernel |  mpi | 2016-09-04 | 1 | -10/+51 |
* | remove stale lint annotations |  tedu | 2015-12-05 | 1 | -2/+1 |
* | Remove some includes include-what-you-use claims don't |  jsg | 2015-03-14 | 1 | -2/+1 |
* | Fix profiling (GPROF) build. |  mpi | 2014-08-30 | 1 | -1/+3 |
* | decouple struct uvmexp into a new file, so that uvm_extern.h and sysctl.h |  deraadt | 2014-07-08 | 1 | -2/+1 |
* | do not include machine/cpu.h from a .c file; it is the responsibility of |  deraadt | 2013-03-28 | 1 | -2/+1 |
* | Fix kernel profiling on MP systems by using per-CPU buffers and teach |  mpi | 2013-03-12 | 1 | -33/+74 |
* | Back out per-CPU kernel profiling, it shouldn't modify a public header |  mpi | 2013-02-12 | 1 | -76/+32 |
* | Fix kernel profiling on MP systems by using per-CPU buffer. Previously |  mpi | 2013-02-11 | 1 | -32/+76 |
* | Apply profiling to all threads instead of just the thread that called |  guenther | 2012-08-02 | 1 | -10/+12 |
* | Make rusage totals, itimers, and profile settings per-process instead |  guenther | 2012-03-23 | 1 | -6/+6 |
* | need sysctl.h to compile with GPROF; Luis Henriques |  deraadt | 2010-07-09 | 1 | -1/+2 |
* | Don't #include <sys/user.h> into files that don't need the stuff |  guenther | 2010-06-26 | 1 | -2/+2 |
* | Since p_flag is often manipulated in interrupts and without biglock |  art | 2007-03-15 | 1 | -1/+2 |
* | Keep a counter for addupc_intr() invocations, and pass its value, instead of 1, |  miod | 2006-12-24 | 1 | -1/+2 |
* | ansi and deregister. No binary change. |  jsg | 2005-12-09 | 1 | -15/+7 |
* | match syscallargs comments with reality |  henning | 2003-09-01 | 1 | -4/+4 |
* | Remove the advertising clause in the UCB license which Berkeley |  millert | 2003-06-02 | 1 | -6/+2 |
* | rename ticks to nticks to avoid global. ok deraadt@ krw@ |  tedu | 2003-04-14 | 1 | -4/+4 |
* | Grammar. |  nordin | 2002-06-10 | 1 | -2/+2 |
* | Change addupc_intr to not use fuswintr and suswintr to update the profiling |  art | 2002-06-07 | 1 | -35/+14 |
* | Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary. |  miod | 2001-11-06 | 1 | -2/+1 |
* | merge vm/vm_kern.h into uvm/uvm_extern.h; art@ ok |  mickey | 2001-09-19 | 1 | -2/+1 |
* | Allocate the profiling buffer from kernel_map, not with malloc. |  art | 2001-09-17 | 1 | -4/+8 |
* | sync syscalls, no sys/cpu.h |  deraadt | 1996-05-02 | 1 | -3/+2 |
* | First argument to profil(2) should be `char *', not `caddr_t'. |  tholo | 1996-04-28 | 1 | -3/+3 |
* | partial sync with netbsd 960418, more to come |  deraadt | 1996-04-21 | 1 | -4/+5 |
* | From NetBSD: 960217 merge |  niklas | 1996-03-03 | 1 | -4/+8 |
* | profil() args have changed type.. |  deraadt | 1995-12-14 | 1 | -3/+3 |
* | initial import of NetBSD tree |  deraadt | 1995-10-18 | 1 | -0/+262 |