|
Gaudi Framework, version v22r0 |
| Home | Generated: 9 Feb 2011 |
00001 /* 00002 * Copyright (c) 2004-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_COMP_H__ 00023 #define __PFMLIB_COMP_H__ 00024 00025 #ifdef __ia64__ 00026 #include <perfmon/pfmlib_comp_ia64.h> 00027 #endif 00028 00029 #ifdef __x86_64__ 00030 #include <perfmon/pfmlib_comp_x86_64.h> 00031 #endif 00032 00033 #ifdef __i386__ 00034 #include <perfmon/pfmlib_comp_i386.h> 00035 #endif 00036 00037 #ifdef __mips__ 00038 #include <perfmon/pfmlib_comp_mips64.h> 00039 #endif 00040 00041 #ifdef __powerpc__ 00042 #include <perfmon/pfmlib_comp_powerpc.h> 00043 #endif 00044 00045 #ifdef __sparc__ 00046 #include <perfmon/pfmlib_comp_sparc.h> 00047 #endif 00048 00049 #ifdef __cell__ 00050 #include <perfmon/pfmlib_comp_powerpc.h> 00051 #endif 00052 00053 #ifdef __crayx2 00054 #include <perfmon/pfmlib_comp_crayx2.h> 00055 #endif 00056 00057 #endif /* __PFMLIB_COMP_H__ */