PAPI 7.1.0.0
Loading...
Searching...
No Matches
linux-ppc64.h
Go to the documentation of this file.
1/****************************/
2/* THIS IS OPEN SOURCE CODE */
3/****************************/
4
5/*
6* File: linux-ppc64.h
7* Author: Maynard Johnson
8* maynardj@us.ibm.com
9* Mods: <your name here>
10* <your email address>
11*/
12
13#ifndef _LINUX_PPC64_H /* _LINUX_PPC64_H */
14#define _LINUX_PPC64_H
15
16
17#include <signal.h>
18#include <malloc.h>
19#include <assert.h>
20#include <string.h>
21#include <math.h>
22#include <limits.h>
23#include <sys/types.h>
24#include <sys/ucontext.h>
25
26#include <stdio.h>
27#include <unistd.h>
28#include <errno.h>
29#include <assert.h>
30#include <string.h>
31#include <libgen.h>
32#include <stdlib.h>
33#include <stdarg.h>
34#include <time.h>
35#include <ctype.h>
36#include <dlfcn.h>
37#include <sys/time.h>
38#include <sys/times.h>
39#include <stddef.h>
40
41#define POWER_MAX_COUNTERS MAX_COUNTERS
42#define MAX_COUNTER_TERMS MAX_COUNTERS
43
44#include "linux-context.h"
45
46
47#endif /* _LINUX_PPC64_H */