|
|
1.1 root 1: /*
2: * Mach Operating System
3: * Copyright (c) 1991,1990,1989 Carnegie Mellon University
4: * All Rights Reserved.
5: *
6: * Permission to use, copy, modify and distribute this software and its
7: * documentation is hereby granted, provided that both the copyright
8: * notice and this permission notice appear in all copies of the
9: * software, derivative works or modified versions, and any portions
10: * thereof, and that both notices appear in supporting documentation.
11: *
12: * CARNEGIE MELLON ALLOWS FREE USE OF THIS SOFTWARE IN ITS "AS IS"
13: * CONDITION. CARNEGIE MELLON DISCLAIMS ANY LIABILITY OF ANY KIND FOR
14: * ANY DAMAGES WHATSOEVER RESULTING FROM THE USE OF THIS SOFTWARE.
15: *
16: * Carnegie Mellon requests users of this software to return to
17: *
18: * Software Distribution Coordinator or [email protected]
19: * School of Computer Science
20: * Carnegie Mellon University
21: * Pittsburgh PA 15213-3890
22: *
23: * any improvements or extensions that they make and grant Carnegie Mellon
24: * the rights to redistribute these changes.
25: */
26:
27: /*
28: * Copyright 1991 by Open Software Foundation,
29: * Grenoble, FRANCE
30: *
31: * All Rights Reserved
32: *
33: * Permission to use, copy, modify, and distribute this software and
34: * its documentation for any purpose and without fee is hereby granted,
35: * provided that the above copyright notice appears in all copies and
36: * that both the copyright notice and this permission notice appear in
37: * supporting documentation, and that the name of OSF or Open Software
38: * Foundation not be used in advertising or publicity pertaining to
39: * distribution of the software without specific, written prior
40: * permission.
41: *
42: * OSF DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE
43: * INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS,
44: * IN NO EVENT SHALL OSF BE LIABLE FOR ANY SPECIAL, INDIRECT, OR
45: * CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
46: * LOSS OF USE, DATA OR PROFITS, WHETHER IN ACTION OF CONTRACT,
47: * NEGLIGENCE, OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
48: * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
49: */
50:
51: #ifndef _MACH_PROFILPARAM_H_
52: #define _MACH_PROFILPARAM_H_
53:
54: /*
55: * These values are also used when compiling the server, be careful !
56: */
57:
58: #define NB_PROF_BUFFER 2 /* number of buffers servicing a
59: * profiled thread */
60: #define SIZE_PROF_BUFFER 100 /* size of a profil buffer (in int) */
61:
62: #endif /* _MACH_PROFILPARAM_H_ */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.