PAPI  5.0.1.0
solaris-context.h
Go to the documentation of this file.
00001 #ifndef _SOLARIS_CONTEXT_H
00002 #define _SOLARIS_CONTEXT_H
00003 
00004 #include <sys/ucontext.h>
00005 
00006 typedef siginfo_t _solaris_siginfo_t;
00007 #define hwd_siginfo_t _solaris_siginfo_t
00008 typedef ucontext_t _solaris_ucontext_t;
00009 #define hwd_ucontext_t _solaris_ucontext_t
00010 
00011 #define GET_OVERFLOW_ADDRESS(ctx)  (void*)(ctx->ucontext->uc_mcontext.gregs[REG_PC])
00012 
00013 #endif
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines