xref: /original-bsd/usr.bin/ktrace/ktrace.h (revision 331bfa8d)
1 /*-
2  * Copyright (c) 1988 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)ktrace.h	5.1 (Berkeley) 01/17/91
8  */
9 
10 #define ALL_POINTS (KTRFAC_SYSCALL | KTRFAC_SYSRET | KTRFAC_NAMEI | \
11 		  KTRFAC_GENIO | KTRFAC_PSIG)
12 
13 #define DEF_TRACEFILE	"ktrace.out"
14