Go to the source code of this file.
|
void | METHOD_FN (hpcrun_ss_add_event, const char *ev) |
|
void | METHOD_FN (hpcrun_ss_store_event, int event_id, long thresh) |
|
int | METHOD_FN (hpcrun_ss_store_event_and_info, int event_id, long thresh, int metric_id, void *info) |
|
void | METHOD_FN (hpcrun_ss_store_metric_id, int event_id, int metric_id) |
|
char * | METHOD_FN (hpcrun_ss_get_event_str) |
|
bool | METHOD_FN (hpcrun_ss_started) |
|
int | hpcrun_event2metric (sample_source_t *ss, int event_idx) |
|
void | hpcrun_ssfail_none (void) |
|
void | hpcrun_ssfail_unknown (char *event) |
|
void | hpcrun_ssfail_unsupported (char *source, char *event) |
|
void | hpcrun_ssfail_derived (char *source, char *event) |
|
void | hpcrun_ssfail_all_derived (char *source) |
|
void | hpcrun_ssfail_conflict (char *source, char *event) |
|
void | hpcrun_ssfail_start (char *source) |
|
void | hpcrun_save_papi_error (int error) |
|
◆ HPCRUN_PAPI_ERROR_UNAVAIL
#define HPCRUN_PAPI_ERROR_UNAVAIL 1 |
◆ HPCRUN_PAPI_ERROR_VERSION
#define HPCRUN_PAPI_ERROR_VERSION 2 |
◆ hpcrun_event2metric()
◆ hpcrun_save_papi_error()
void hpcrun_save_papi_error |
( |
int |
error | ) |
|
◆ hpcrun_ssfail_all_derived()
void hpcrun_ssfail_all_derived |
( |
char * |
source | ) |
|
◆ hpcrun_ssfail_conflict()
void hpcrun_ssfail_conflict |
( |
char * |
source, |
|
|
char * |
event |
|
) |
| |
◆ hpcrun_ssfail_derived()
void hpcrun_ssfail_derived |
( |
char * |
source, |
|
|
char * |
event |
|
) |
| |
◆ hpcrun_ssfail_none()
void hpcrun_ssfail_none |
( |
void |
| ) |
|
◆ hpcrun_ssfail_start()
void hpcrun_ssfail_start |
( |
char * |
source | ) |
|
◆ hpcrun_ssfail_unknown()
void hpcrun_ssfail_unknown |
( |
char * |
event | ) |
|
◆ hpcrun_ssfail_unsupported()
void hpcrun_ssfail_unsupported |
( |
char * |
source, |
|
|
char * |
event |
|
) |
| |
◆ METHOD_FN() [1/6]
void METHOD_FN |
( |
hpcrun_ss_add_event |
, |
|
|
const char * |
ev |
|
) |
| |
◆ METHOD_FN() [2/6]
void METHOD_FN |
( |
hpcrun_ss_store_event |
, |
|
|
int |
event_id, |
|
|
long |
thresh |
|
) |
| |
◆ METHOD_FN() [3/6]
int METHOD_FN |
( |
hpcrun_ss_store_event_and_info |
, |
|
|
int |
event_id, |
|
|
long |
thresh, |
|
|
int |
metric_id, |
|
|
void * |
info |
|
) |
| |
◆ METHOD_FN() [4/6]
void METHOD_FN |
( |
hpcrun_ss_store_metric_id |
, |
|
|
int |
event_id, |
|
|
int |
metric_id |
|
) |
| |
◆ METHOD_FN() [5/6]
char* METHOD_FN |
( |
hpcrun_ss_get_event_str |
| ) |
|
◆ METHOD_FN() [6/6]
bool METHOD_FN |
( |
hpcrun_ss_started |
| ) |
|