summaryrefslogtreecommitdiff
path: root/sys/kern/subr_prof.c
AgeCommit message (Collapse)Author
2002-06-10Grammar.Thomas Nordin
2002-06-07Change addupc_intr to not use fuswintr and suswintr to update the profilingArtur Grabowski
info. Since we only use it to profile processes in user mode and there is no way to get back user mode without going past the AST that will write out the profiling info in a context where copyout works. Sitting in my tree for ages. Reviewed and with some suggestions from nordin@
2001-11-06Replace inclusion of <vm/foo.h> with the correct <uvm/bar.h> when necessary.Miod Vallat
(Look ma, I might have broken the tree)
2001-09-19merge vm/vm_kern.h into uvm/uvm_extern.h; art@ okMichael Shalayeff
2001-09-17Allocate the profiling buffer from kernel_map, not with malloc.Artur Grabowski
1996-05-02sync syscalls, no sys/cpu.hTheo de Raadt
1996-04-28First argument to profil(2) should be `char *', not `caddr_t'.Thorsten Lockert
1996-04-21partial sync with netbsd 960418, more to comeTheo de Raadt
1996-03-03From NetBSD: 960217 mergeNiklas Hallqvist
1995-12-14profil() args have changed type..Theo de Raadt
1995-10-18initial import of NetBSD treeTheo de Raadt