HPCToolkit
|
#include <cct/cct.h>
Go to the source code of this file.
Classes | |
struct | bs_fn_entry_t |
Typedefs | |
typedef void(* | bs_fn_t) (void *arg, int metric_id, cct_node_t *node, int metric_incr) |
typedef struct bs_fn_entry_t | bs_fn_entry_t |
typedef enum bs_type | bs_type |
Enumerations | |
enum | bs_type { bs_type_timer, bs_type_cycles } |
Functions | |
void | blame_shift_register (bs_fn_entry_t *entry) |
void | blame_shift_apply (int metric_id, cct_node_t *node, int metric_incr) |
void | blame_shift_source_register (bs_type bst) |
int | blame_shift_source_available (bs_type bst) |
typedef struct bs_fn_entry_t bs_fn_entry_t |
typedef void(* bs_fn_t) (void *arg, int metric_id, cct_node_t *node, int metric_incr) |
Definition at line 6 of file blame-shift.h.
enum bs_type |
Enumerator | |
---|---|
bs_type_timer | |
bs_type_cycles |
Definition at line 14 of file blame-shift.h.
void blame_shift_apply | ( | int | metric_id, |
cct_node_t * | node, | ||
int | metric_incr | ||
) |
void blame_shift_register | ( | bs_fn_entry_t * | entry | ) |
int blame_shift_source_available | ( | bs_type | bst | ) |
void blame_shift_source_register | ( | bs_type | bst | ) |