144585Smarc /*- 244585Smarc * Copyright (c) 1988 The Regents of the University of California. 344585Smarc * All rights reserved. 444585Smarc * 544585Smarc * %sccs.include.redist.c% 644585Smarc * 7*53172Smarc * @(#)ktrace.h 5.2 (Berkeley) 04/15/92 844585Smarc */ 944585Smarc 10*53172Smarc #define DEF_POINTS (KTRFAC_SYSCALL | KTRFAC_SYSRET | KTRFAC_NAMEI | \ 1144585Smarc KTRFAC_GENIO | KTRFAC_PSIG) 1244585Smarc 13*53172Smarc #define ALL_POINTS (DEF_POINTS | KTRFAC_CSW) 14*53172Smarc 1544585Smarc #define DEF_TRACEFILE "ktrace.out" 16