Go to the source code of this file.
|
static cct_node_t * | help_hpcrun_backtrace2cct (cct_bundle_t *cct, ucontext_t *context, int metricId, hpcrun_metricVal_t metricIncr, int skipInner, int isSync, struct cct_custom_update_s *custom_update) |
|
bool | hpcrun_inbounds_main (void *addr) |
|
static cct_node_t * | cct_insert_raw_backtrace (cct_node_t *cct, frame_t *path_beg, frame_t *path_end) |
|
void | hpcrun_set_retain_recursion_mode (bool mode) |
|
cct_node_t * | hpcrun_cct_insert_backtrace (cct_node_t *treenode, frame_t *path_beg, frame_t *path_end) |
|
cct_node_t * | hpcrun_cct_insert_backtrace_w_metric (cct_bundle_t *cct, cct_node_t *treenode, int metric_id, frame_t *path_beg, frame_t *path_end, cct_metric_data_t datum, struct cct_custom_update_s *custom_update) |
|
cct_node_t * | hpcrun_cct_insert_bt (cct_node_t *node, int metricId, backtrace_t *bt, cct_metric_data_t datum, void **trace_pc) |
|
cct_node_t * | hpcrun_backtrace2cct (cct_bundle_t *cct, ucontext_t *context, int metricId, hpcrun_metricVal_t metricIncr, int skipInner, int isSync, struct cct_custom_update_s *custom_update) |
|
cct_node_t * | hpcrun_cct_record_backtrace (cct_bundle_t *cct, bool partial, backtrace_info_t *bt, bool tramp_found) |
|
cct_node_t * | hpcrun_cct_record_backtrace_w_metric (cct_bundle_t *cct, bool partial, backtrace_info_t *bt, bool tramp_found, int metricId, hpcrun_metricVal_t metricIncr, struct cct_custom_update_s *custom_update) |
|
◆ cct_insert_raw_backtrace()
◆ help_hpcrun_backtrace2cct()
◆ hpcrun_backtrace2cct()
◆ hpcrun_cct_insert_backtrace()
◆ hpcrun_cct_insert_backtrace_w_metric()
◆ hpcrun_cct_insert_bt()
◆ hpcrun_cct_record_backtrace()
◆ hpcrun_cct_record_backtrace_w_metric()
◆ hpcrun_inbounds_main()
bool hpcrun_inbounds_main |
( |
void * |
addr | ) |
|
◆ hpcrun_set_retain_recursion_mode()
void hpcrun_set_retain_recursion_mode |
( |
bool |
mode | ) |
|
◆ retain_recursion
bool retain_recursion = false |
|
static |