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