|
int | hpcrun_fmt_hdr_fread (hpcrun_fmt_hdr_t *hdr, FILE *infs, hpcfmt_alloc_fn alloc) |
|
int | hpcrun_fmt_hdr_fwrite (FILE *fs,...) |
|
int | hpcrun_fmt_hdr_fprint (hpcrun_fmt_hdr_t *hdr, FILE *fs) |
|
void | hpcrun_fmt_hdr_free (hpcrun_fmt_hdr_t *hdr, hpcfmt_free_fn dealloc) |
|
int | hpcrun_fmt_epochHdr_fread (hpcrun_fmt_epochHdr_t *ehdr, FILE *fs, hpcfmt_alloc_fn alloc) |
|
int | hpcrun_fmt_epochHdr_fwrite (FILE *fs, epoch_flags_t flags, uint64_t measurementGranularity,...) |
|
int | hpcrun_fmt_epochHdr_fprint (hpcrun_fmt_epochHdr_t *ehdr, FILE *fs) |
|
void | hpcrun_fmt_epochHdr_free (hpcrun_fmt_epochHdr_t *ehdr, hpcfmt_free_fn dealloc) |
|
int | hpcrun_fmt_metricTbl_fread (metric_tbl_t *metric_tbl, metric_aux_info_t **aux_info, FILE *fs, double fmtVersion, hpcfmt_alloc_fn alloc) |
|
int | hpcrun_fmt_metricTbl_fwrite (metric_desc_p_tbl_t *metric_tbl, metric_aux_info_t *aux_info, FILE *fs) |
|
int | hpcrun_fmt_metricTbl_fprint (metric_tbl_t *metric_tbl, metric_aux_info_t *aux_info, FILE *fs) |
|
void | hpcrun_fmt_metricTbl_free (metric_tbl_t *metric_tbl, hpcfmt_free_fn dealloc) |
|
int | hpcrun_fmt_metricDesc_fread (metric_desc_t *x, metric_aux_info_t *aux_info, FILE *fs, double GCC_ATTR_UNUSED fmtVersion, hpcfmt_alloc_fn alloc) |
|
int | hpcrun_fmt_metricDesc_fwrite (metric_desc_t *x, metric_aux_info_t *aux_info, FILE *fs) |
|
int | hpcrun_fmt_metricDesc_fprint (metric_desc_t *x, metric_aux_info_t *aux_info, FILE *fs, const char *pre) |
|
void | hpcrun_fmt_metricDesc_free (metric_desc_t *x, hpcfmt_free_fn dealloc) |
|
double | hpcrun_fmt_metric_get_value (metric_desc_t metric_desc, hpcrun_metricVal_t metric) |
|
void | hpcrun_fmt_metric_set_value (metric_desc_t metric_desc, hpcrun_metricVal_t *metric, double value) |
|
void | hpcrun_fmt_metric_set_value_int (hpcrun_metricFlags_t *flags, hpcrun_metricVal_t *metric, int value) |
|
void | hpcrun_fmt_metric_set_value_real (hpcrun_metricFlags_t *flags, hpcrun_metricVal_t *metric, double value) |
|
void | hpcrun_fmt_metric_set_value_address (hpcrun_metricFlags_t *flags, hpcrun_metricVal_t *metric, double value) |
|
int | hpcrun_fmt_loadmap_fread (loadmap_t *loadmap, FILE *fs, hpcfmt_alloc_fn alloc) |
|
int | hpcrun_fmt_loadmap_fwrite (loadmap_t *loadmap, FILE *fs) |
|
int | hpcrun_fmt_loadmap_fprint (loadmap_t *loadmap, FILE *fs) |
|
void | hpcrun_fmt_loadmap_free (loadmap_t *loadmap, hpcfmt_free_fn dealloc) |
|
int | hpcrun_fmt_loadmapEntry_fread (loadmap_entry_t *x, FILE *fs, hpcfmt_alloc_fn alloc) |
|
int | hpcrun_fmt_loadmapEntry_fwrite (loadmap_entry_t *x, FILE *fs) |
|
int | hpcrun_fmt_loadmapEntry_fprint (loadmap_entry_t *x, FILE *fs, const char *pre) |
|
void | hpcrun_fmt_loadmapEntry_free (loadmap_entry_t *x, hpcfmt_free_fn dealloc) |
|
int | hpcrun_fmt_cct_node_fread (hpcrun_fmt_cct_node_t *x, epoch_flags_t flags, FILE *fs) |
|
int | hpcrun_fmt_cct_node_fwrite (hpcrun_fmt_cct_node_t *x, epoch_flags_t flags, FILE *fs) |
|
int | hpcrun_fmt_cct_node_fprint (hpcrun_fmt_cct_node_t *x, FILE *fs, epoch_flags_t flags, const metric_tbl_t *metricTbl, const char *pre) |
|
int | hpcrun_fmt_lip_fread (lush_lip_t *x, FILE *fs) |
|
int | hpcrun_fmt_lip_fwrite (lush_lip_t *x, FILE *fs) |
|
int | hpcrun_fmt_lip_fprint (lush_lip_t *x, FILE *fs, const char *pre) |
|
int | hpctrace_fmt_hdr_fread (hpctrace_fmt_hdr_t *hdr, FILE *infs) |
|
int | hpctrace_fmt_hdr_outbuf (hpctrace_hdr_flags_t flags, hpcio_outbuf_t *outbuf) |
|
int | hpctrace_fmt_hdr_fwrite (hpctrace_hdr_flags_t flags, FILE *fs) |
|
int | hpctrace_fmt_hdr_fprint (hpctrace_fmt_hdr_t *hdr, FILE *fs) |
|
int | hpctrace_fmt_datum_fread (hpctrace_fmt_datum_t *x, hpctrace_hdr_flags_t flags, FILE *fs) |
|
int | hpctrace_fmt_datum_outbuf (hpctrace_fmt_datum_t *x, hpctrace_hdr_flags_t flags, hpcio_outbuf_t *outbuf) |
|
int | hpctrace_fmt_datum_fwrite (hpctrace_fmt_datum_t *x, hpctrace_hdr_flags_t flags, FILE *outfs) |
|
int | hpctrace_fmt_datum_fprint (hpctrace_fmt_datum_t *x, hpctrace_hdr_flags_t flags, FILE *fs) |
|
int | hpcmetricDB_fmt_hdr_fread (hpcmetricDB_fmt_hdr_t *hdr, FILE *infs) |
|
int | hpcmetricDB_fmt_hdr_fwrite (hpcmetricDB_fmt_hdr_t *hdr, FILE *outfs) |
|
int | hpcmetricDB_fmt_hdr_fprint (hpcmetricDB_fmt_hdr_t *hdr, FILE *outfs) |
|