The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/mach/profilparam.h

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    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  Software.Distribution@CS.CMU.EDU
   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 /*
   52  * HISTORY
   53  * $Log:        profilparam.h,v $
   54  * Revision 2.2  93/01/14  17:46:45  danner
   55  *      Protected against multiple inclusion.
   56  *      [92/12/14  14:02:33  pds]
   57  * 
   58  * Revision 2.1  92/02/11  08:33:29  bernadat
   59  * Created.
   60  * 
   61  * 
   62  */
   63 
   64 #ifndef _MACH_PROFILPARAM_H_
   65 #define _MACH_PROFILPARAM_H_
   66 
   67 /*
   68  * These values are also used when compiling the server, be careful !
   69  */
   70 
   71 #define NB_PROF_BUFFER          2       /* number of buffers servicing a 
   72                                          *      profiled thread */
   73 #define SIZE_PROF_BUFFER        100     /* size of a profil buffer (in int) */
   74 
   75 #endif  /* _MACH_PROFILPARAM_H_ */

Cache object: 8993ec9346e4e7ec97083c6cafccac5c


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.