Gaudi Framework, version v22r0

Home   Generated: 9 Feb 2011

pfmlib_os.h

Go to the documentation of this file.
00001 /*
00002  * Copyright (c) 2003-2006 Hewlett-Packard Development Company, L.P.
00003  * Contributed by Stephane Eranian <eranian@hpl.hp.com>
00004  *
00005  * Permission is hereby granted, free of charge, to any person obtaining a copy
00006  * of this software and associated documentation files (the "Software"), to deal
00007  * in the Software without restriction, including without limitation the rights
00008  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
00009  * of the Software, and to permit persons to whom the Software is furnished to do so,
00010  * subject to the following conditions:
00011  *
00012  * The above copyright notice and this permission notice shall be included in all
00013  * copies or substantial portions of the Software.
00014  *
00015  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
00016  * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
00017  * PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
00018  * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
00019  * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
00020  * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
00021  */
00022 #ifndef __PFMLIB_OS_H__
00023 #define __PFMLIB_OS_H__
00024 
00025 #ifdef __linux__
00026 #ifdef __ia64__
00027 #include <perfmon/pfmlib_os_ia64.h>
00028 #endif
00029 
00030 #ifdef __x86_64__
00031 #include <perfmon/pfmlib_os_x86_64.h>
00032 #endif
00033 
00034 #ifdef __i386__
00035 #include <perfmon/pfmlib_os_i386.h>
00036 #endif
00037 
00038 #if defined(__mips__)
00039 #include <perfmon/pfmlib_os_mips64.h>
00040 #endif
00041 
00042 #ifdef __powerpc__
00043 #include <perfmon/pfmlib_os_powerpc.h>
00044 #endif
00045 
00046 #ifdef __sparc__
00047 #include <perfmon/pfmlib_os_sparc.h>
00048 #endif
00049 
00050 #ifdef __cell__
00051 #include <perfmon/pfmlib_os_powerpc.h>
00052 #endif
00053 
00054 #ifdef __crayx2
00055 #include <perfmon/pfmlib_os_crayx2.h>
00056 #endif
00057 #endif /* __linux__ */
00058 #endif /* __PFMLIB_OS_H__ */
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines

Generated at Wed Feb 9 16:24:59 2011 for Gaudi Framework, version v22r0 by Doxygen version 1.6.2 written by Dimitri van Heesch, © 1997-2004