xref: /csrg-svn/usr.bin/ktrace/ktrace.h (revision 62045)
144585Smarc /*-
2*62045Sbostic  * Copyright (c) 1988, 1993
3*62045Sbostic  *	The Regents of the University of California.  All rights reserved.
444585Smarc  *
544585Smarc  * %sccs.include.redist.c%
644585Smarc  *
7*62045Sbostic  *	@(#)ktrace.h	8.1 (Berkeley) 06/06/93
844585Smarc  */
944585Smarc 
1053172Smarc #define DEF_POINTS (KTRFAC_SYSCALL | KTRFAC_SYSRET | KTRFAC_NAMEI | \
1144585Smarc 		  KTRFAC_GENIO | KTRFAC_PSIG)
1244585Smarc 
1353172Smarc #define ALL_POINTS (DEF_POINTS | KTRFAC_CSW)
1453172Smarc 
1544585Smarc #define DEF_TRACEFILE	"ktrace.out"
16