PAPI 7.1.0.0
Loading...
Searching...
No Matches
aix-context.h
Go to the documentation of this file.
1#ifndef _PAPI_AIX_CONTEXT_H
2#define _PAPI_AIX_CONTEXT_H
3
4/* overflow */
5/* Override void* definitions from PAPI framework layer */
6/* with typedefs to conform to PAPI component layer code. */
7#undef hwd_siginfo_t
8#undef hwd_ucontext_t
10typedef struct sigcontext hwd_ucontext_t;
11
12#define GET_OVERFLOW_ADDRESS(ctx) (void *)(((hwd_ucontext_t *)(ctx->ucontext))->sc_jmpbuf.jmp_context.iar)
13
14#endif /* _PAPI_AIX_CONTEXT */
15
siginfo_t hwd_siginfo_t
Definition: aix-context.h:9