freebsd-dev/usr.bin/ktrace
John Baldwin 35818d2e94 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, and are enabled in the default set of
trace points.

Reviewed by:	kib
MFC after:	2 weeks
2012-04-05 17:13:14 +00:00
..
ktrace.1 Add new ktrace records for the start and end of VM faults. This gives 2012-04-05 17:13:14 +00:00
ktrace.c Make ktrace(1) build cleanly at WARNS level 6 by completely rethinking the 2011-10-18 08:26:12 +00:00
ktrace.h Add new ktrace records for the start and end of VM faults. This gives 2012-04-05 17:13:14 +00:00
Makefile Make ktrace(1) build cleanly at WARNS level 6 by completely rethinking the 2011-10-18 08:26:12 +00:00
subr.c Add new ktrace records for the start and end of VM faults. This gives 2012-04-05 17:13:14 +00:00