ktrace.h (9b50d9027575220cb6dd09b3e62f03f511e908b8) ktrace.h (09ac2438bf13a7ef57bad701ab51a437930da10c)
1/*-
2 * Copyright (c) 1988, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 20 unchanged lines hidden (view full) ---

29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)ktrace.h 8.1 (Berkeley) 6/6/93
34 */
35
36#define DEF_POINTS (KTRFAC_SYSCALL | KTRFAC_SYSRET | KTRFAC_NAMEI | \
1/*-
2 * Copyright (c) 1988, 1993
3 * The Regents of the University of California. All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 20 unchanged lines hidden (view full) ---

29 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31 * SUCH DAMAGE.
32 *
33 * @(#)ktrace.h 8.1 (Berkeley) 6/6/93
34 */
35
36#define DEF_POINTS (KTRFAC_SYSCALL | KTRFAC_SYSRET | KTRFAC_NAMEI | \
37 KTRFAC_GENIO | KTRFAC_PSIG)
37 KTRFAC_GENIO | KTRFAC_PSIG | KTRFAC_USER)
38
39#define ALL_POINTS (DEF_POINTS | KTRFAC_CSW)
40
41#define DEF_TRACEFILE "ktrace.out"
38
39#define ALL_POINTS (DEF_POINTS | KTRFAC_CSW)
40
41#define DEF_TRACEFILE "ktrace.out"