Pass the process (p) instead of the vnode (p->p_tracep) to the kernel tracing
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 17 May 2006 18:30:22 +0000 (18:30 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 17 May 2006 18:30:22 +0000 (18:30 +0000)
commita9b80e237a7b0021bf70f7ae85c4ff1cc7bd3588
tree386637da5a1a3066d7960b631aa7d1f4a5400511
parentb33a2ac23d749c42bb566db95c2be230ca3fb26b
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