Go to the source code of this file.
|
static fence_enum_t | hpcrun_check_fence (void *ip) |
|
static void | save_registers (hpcrun_unw_cursor_t *cursor, void *pc, void *bp, void *sp, void *ra) |
|
static void | compute_normalized_ips (hpcrun_unw_cursor_t *cursor) |
|
static bool | fence_stop (fence_enum_t fence) |
|
static int | hpcrun_unw_get_unnorm_reg (hpcrun_unw_cursor_t *cursor, unw_reg_code_t reg_id, void **reg_value) |
|
static int | hpcrun_unw_get_norm_reg (hpcrun_unw_cursor_t *cursor, unw_reg_code_t reg_id, ip_normalized_t *reg_value) |
|
void | hpcrun_unw_init (void) |
|
int | hpcrun_unw_get_ip_norm_reg (hpcrun_unw_cursor_t *c, ip_normalized_t *reg_value) |
|
int | hpcrun_unw_get_ip_unnorm_reg (hpcrun_unw_cursor_t *c, void **reg_value) |
|
void * | hpcrun_unw_get_ra_loc (hpcrun_unw_cursor_t *cursor) |
|
void | hpcrun_unw_init_cursor (hpcrun_unw_cursor_t *cursor, void *context) |
|
step_state | hpcrun_unw_step (hpcrun_unw_cursor_t *cursor) |
|
◆ MYDBG
◆ unw_reg_code_t
◆ unw_flag_t
◆ compute_normalized_ips()
◆ fence_stop()
◆ hpcrun_check_fence()
◆ hpcrun_unw_get_ip_norm_reg()
◆ hpcrun_unw_get_ip_unnorm_reg()
◆ hpcrun_unw_get_norm_reg()
◆ hpcrun_unw_get_ra_loc()
◆ hpcrun_unw_get_unnorm_reg()
◆ hpcrun_unw_init()
void hpcrun_unw_init |
( |
void |
| ) |
|
◆ hpcrun_unw_init_cursor()
◆ hpcrun_unw_step()
◆ save_registers()
static void save_registers |
( |
hpcrun_unw_cursor_t * |
cursor, |
|
|
void * |
pc, |
|
|
void * |
bp, |
|
|
void * |
sp, |
|
|
void * |
ra |
|
) |
| |
|
static |