|
PAPI
5.0.1.0
|
00001 #ifndef _PAPI_AIX_CONTEXT_H 00002 #define _PAPI_AIX_CONTEXT_H 00003 00004 /* overflow */ 00005 /* Override void* definitions from PAPI framework layer */ 00006 /* with typedefs to conform to PAPI component layer code. */ 00007 #undef hwd_siginfo_t 00008 #undef hwd_ucontext_t 00009 typedef siginfo_t hwd_siginfo_t; 00010 typedef struct sigcontext hwd_ucontext_t; 00011 00012 #define GET_OVERFLOW_ADDRESS(ctx) (void *)(((hwd_ucontext_t *)(ctx->ucontext))->sc_jmpbuf.jmp_context.iar) 00013 00014 #endif /* _PAPI_AIX_CONTEXT */ 00015