HPCToolkit
|
#include <stdbool.h>
#include "cct_bundle.h"
#include <lib/prof-lean/hpcrun-fmt.h>
#include <cct/cct.h>
#include <messages/messages.h>
#include <hpcrun/hpcrun_return_codes.h>
Go to the source code of this file.
Functions | |
static void | GPU_IDLE (void) |
static void | DATACENTRIC () |
void | NO_THREAD (void) |
void | hpcrun_cct_bundle_init (cct_bundle_t *bundle, cct_ctxt_t *ctxt) |
int | hpcrun_cct_bundle_fwrite (FILE *fs, epoch_flags_t flags, cct_bundle_t *bndl, cct2metrics_t *cct2metrics_map) |
bool | hpcrun_empty_cct (cct_bundle_t *cct) |
cct_node_t * | hpcrun_cct_bundle_get_idle_node (cct_bundle_t *cct) |
cct_node_t * | hpcrun_cct_bundle_init_datacentric_node (cct_bundle_t *cct) |
cct_node_t * | hpcrun_cct_bundle_get_nothread_node (cct_bundle_t *cct) |
|
static |
|
static |
int hpcrun_cct_bundle_fwrite | ( | FILE * | fs, |
epoch_flags_t | flags, | ||
cct_bundle_t * | bndl, | ||
cct2metrics_t * | cct2metrics_map | ||
) |
Definition at line 118 of file cct_bundle.c.
cct_node_t* hpcrun_cct_bundle_get_idle_node | ( | cct_bundle_t * | cct | ) |
cct_node_t* hpcrun_cct_bundle_get_nothread_node | ( | cct_bundle_t * | cct | ) |
Definition at line 180 of file cct_bundle.c.
void hpcrun_cct_bundle_init | ( | cct_bundle_t * | bundle, |
cct_ctxt_t * | ctxt | ||
) |
Definition at line 85 of file cct_bundle.c.
cct_node_t* hpcrun_cct_bundle_init_datacentric_node | ( | cct_bundle_t * | cct | ) |
Definition at line 170 of file cct_bundle.c.
bool hpcrun_empty_cct | ( | cct_bundle_t * | cct | ) |
Definition at line 149 of file cct_bundle.c.
void NO_THREAD | ( | void | ) |