#include <stdlib.h>
#include <string.h>
#include "sample_source_obj.h"
#include "common.h"
#include <messages/messages.h>
#include <hpcrun/thread_data.h>
Go to the source code of this file.
|
void | CMETHOD_FN (add_event, const char *ev) |
|
void | CMETHOD_FN (store_event, int event_id, long thresh) |
|
int | CMETHOD_FN (store_event_and_info, int event_id, long thresh, int metric_id, void *info) |
|
void | CMETHOD_FN (store_metric_id, int event_idx, int metric_id) |
|
char * | CMETHOD_FN (get_event_str) |
|
bool | CMETHOD_FN (started) |
|
int | hpcrun_event2metric (sample_source_t *ss, int event_idx) |
|
void | hpcrun_save_papi_error (int error) |
|
static void | hpcrun_display_papi_error (void) |
|
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) |
|
◆ CMETHOD_FN() [1/6]
void CMETHOD_FN |
( |
add_event |
, |
|
|
const char * |
ev |
|
) |
| |
◆ CMETHOD_FN() [2/6]
void CMETHOD_FN |
( |
store_event |
, |
|
|
int |
event_id, |
|
|
long |
thresh |
|
) |
| |
◆ CMETHOD_FN() [3/6]
int CMETHOD_FN |
( |
store_event_and_info |
, |
|
|
int |
event_id, |
|
|
long |
thresh, |
|
|
int |
metric_id, |
|
|
void * |
info |
|
) |
| |
◆ CMETHOD_FN() [4/6]
void CMETHOD_FN |
( |
store_metric_id |
, |
|
|
int |
event_idx, |
|
|
int |
metric_id |
|
) |
| |
◆ CMETHOD_FN() [5/6]
char* CMETHOD_FN |
( |
get_event_str |
| ) |
|
◆ CMETHOD_FN() [6/6]
bool CMETHOD_FN |
( |
started |
| ) |
|
◆ hpcrun_display_papi_error()
static void hpcrun_display_papi_error |
( |
void |
| ) |
|
|
static |
◆ 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 |
|
) |
| |
◆ hpcrun_L
Initial value:=
"If running a dynamically-linked program with hpcrun, use 'hpcrun -L <program>' for a list of available events.\n\n"
"If running a statically-linked program built with hpclink, set HPCRUN_EVENT_LIST=LIST in your environment and\n"
"run your program to see a list of available events.\n\n"
"Note: Either of the aforementioned methods will exit after listing available events. Arguments to your program\n"
"will be ignored. Thus, an execution to list events can be run on a single core and it will execute for only a few\n"
"seconds."
Definition at line 166 of file common.c.
◆ papi_error
◆ prefix
char* prefix = "HPCToolkit fatal error" |
|
static |
◆ warning
char* warning = "HPCToolkit warning" |
|
static |