The Gaudi Framework  v29r0 (ff2e7097)
pfmlib_comp.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2004-2006 Hewlett-Packard Development Company, L.P.
3  * Contributed by Stephane Eranian <eranian@hpl.hp.com>
4  *
5  * Permission is hereby granted, free of charge, to any person obtaining a copy
6  * of this software and associated documentation files (the "Software"), to deal
7  * in the Software without restriction, including without limitation the rights
8  * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
9  * of the Software, and to permit persons to whom the Software is furnished to do so,
10  * subject to the following conditions:
11  *
12  * The above copyright notice and this permission notice shall be included in all
13  * copies or substantial portions of the Software.
14  *
15  * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED,
16  * INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
17  * PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
18  * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
19  * CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE
20  * OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
21  */
22 #ifndef __PFMLIB_COMP_H__
23 #define __PFMLIB_COMP_H__
24 
25 #ifdef __ia64__
26 #include <perfmon/pfmlib_comp_ia64.h>
27 #endif
28 
29 #ifdef __x86_64__
31 #endif
32 
33 #ifdef __i386__
35 #endif
36 
37 #ifdef __mips__
38 #include <perfmon/pfmlib_comp_mips64.h>
39 #endif
40 
41 #ifdef __powerpc__
42 #include <perfmon/pfmlib_comp_powerpc.h>
43 #endif
44 
45 #ifdef __sparc__
46 #include <perfmon/pfmlib_comp_sparc.h>
47 #endif
48 
49 #ifdef __cell__
50 #include <perfmon/pfmlib_comp_powerpc.h>
51 #endif
52 
53 #ifdef __crayx2
54 #include <perfmon/pfmlib_comp_crayx2.h>
55 #endif
56 
57 #endif /* __PFMLIB_COMP_H__ */