Pass the process (p) instead of the vnode (p->p_tracep) to the kernel tracing
commitcf82d8f0681aafbd571b33176265c098c43de724
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 17 May 2006 18:30:22 +0000 (17 18:30 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 17 May 2006 18:30:22 +0000 (17 18:30 +0000)
tree1b86765ef083b4d05742d3b85c2f1ac6c4c326eb
parent83496f6e8c2b86d76e1c73122ff1af7f55a3fe5d
Pass the process (p) instead of the vnode (p->p_tracep) to the kernel tracing
API functions.  This allows the vnode ref to be consolidated into one place.
sys/emulation/svr4/svr4_stream.c
sys/i386/i386/trap.c
sys/kern/kern_ktrace.c
sys/kern/kern_sig.c
sys/kern/sys_generic.c
sys/kern/uipc_syscalls.c
sys/kern/vfs_nlookup.c
sys/platform/pc32/i386/trap.c
sys/sys/ktrace.h