PAPI  5.0.1.0
linux-ppc64.h
Go to the documentation of this file.
00001 /****************************/
00002 /* THIS IS OPEN SOURCE CODE */
00003 /****************************/
00004 
00005 /*
00006 * File:    linux-ppc64.h
00007 * Author:  Maynard Johnson
00008 *          maynardj@us.ibm.com
00009 * Mods:    <your name here>
00010 *          <your email address>
00011 */
00012 
00013 #ifndef _LINUX_PPC64_H       /* _LINUX_PPC64_H */
00014 #define _LINUX_PPC64_H
00015 
00016 
00017 #include <signal.h>
00018 #include <malloc.h>
00019 #include <assert.h>
00020 #include <string.h>
00021 #include <math.h>
00022 #include <limits.h>
00023 #include <sys/types.h>
00024 #include <sys/ucontext.h>
00025 
00026 #include <stdio.h>
00027 #include <unistd.h>
00028 #include <errno.h>
00029 #include <assert.h>
00030 #include <string.h>
00031 #include <libgen.h>
00032 #include <stdlib.h>
00033 #include <stdarg.h>
00034 #include <time.h>
00035 #include <ctype.h>
00036 #include <dlfcn.h>
00037 #include <sys/time.h>
00038 #include <sys/times.h>
00039 #include <stddef.h>
00040 
00041 #define POWER_MAX_COUNTERS MAX_COUNTERS
00042 #define MAX_COUNTER_TERMS MAX_COUNTERS
00043 
00044 #include "linux-context.h"
00045 
00046 
00047 #endif /* _LINUX_PPC64_H */
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines