HPCToolkit
ia64-context-pc.c
Go to the documentation of this file.
1 #include <ucontext.h>
2 
3 //***************************************************************************
4 // local include files
5 //***************************************************************************
6 
9 
10 //****************************************************************************
11 // interface functions
12 //****************************************************************************
13 
14 void*
15 hpcrun_context_pc(void* context)
16 {
17  return ucontext_pc(context);
18 }
void * hpcrun_context_pc(void *context)
static void * ucontext_pc(ucontext_t *context)
Definition: _mcontext.h:7