]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/commit
MFC 233925,236357:
authorjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 27 Jun 2012 21:13:00 +0000 (21:13 +0000)
committerjhb <jhb@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Wed, 27 Jun 2012 21:13:00 +0000 (21:13 +0000)
commit70fe46a80f9682022cf79dad8b4d649631ae5353
treee93892e954732c72af64945ac18dab5e660c3653
parenta9e95ef00a3eadce83c67afd9c3693468dcd37a2
MFC 233925,236357:
Add new ktrace records for the start and end of VM faults.  This gives
a pair of records similar to syscall entry and return that a user can
use to determine how long page faults take.  The new ktrace records are
enabled via the 'p' trace type, but are not enabled in the default set of
trace points.

git-svn-id: svn://svn.freebsd.org/base/stable/8@237664 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/kern/kern_ktrace.c
sys/sys/ktrace.h
sys/vm/vm_fault.c
usr.bin/kdump/kdump.1
usr.bin/kdump/kdump.c
usr.bin/kdump/kdump_subr.h
usr.bin/kdump/mksubr
usr.bin/ktrace/ktrace.1
usr.bin/ktrace/ktrace.h
usr.bin/ktrace/subr.c