47 #ifndef CCT_INSERT_BACKTRACE_H 48 #define CCT_INSERT_BACKTRACE_H 112 #endif // CCT_INSERT_BACKTRACE_H 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_update_after_t)(cct_node_t *path, void *data_aux)
cct_node_t * hpcrun_cct_insert_backtrace(cct_node_t *cct, frame_t *path_beg, frame_t *path_end)
hpcrun_cct_update_after_t update_after_fn
cct_node_t * hpcrun_cct_record_backtrace(cct_bundle_t *bndl, bool partial, backtrace_info_t *bt, bool tramp_found)
cct_node_t * hpcrun_cct_insert_backtrace_w_metric(cct_bundle_t *bndl, cct_node_t *cct, int metric_id, frame_t *path_beg, frame_t *path_end, cct_metric_data_t datum, struct cct_custom_update_s *custom_update)
hpcrun_cct_update_before_t update_before_fn
cct_node_t * hpcrun_cct_record_backtrace_w_metric(cct_bundle_t *bndl, bool partial, backtrace_info_t *bt, bool tramp_found, int metricId, hpcrun_metricVal_t metricIncr, struct cct_custom_update_s *custom_update)
cct_node_t *(* hpcrun_cct_update_before_t)(cct_bundle_t *bundle, cct_node_t *path, void *data_aux)