|
static int | default_debug_handler (int errorCode) |
|
static long long | handle_derived (EventInfo_t *evi, long long *from) |
|
void | _papi_hwi_set_papi_event_string (const char *event_string) |
|
char * | _papi_hwi_get_papi_event_string () |
|
void | _papi_hwi_free_papi_event_string () |
|
void | _papi_hwi_set_papi_event_code (unsigned int event_code, int update_flag) |
|
unsigned int | _papi_hwi_get_papi_event_code () |
|
int | _papi_hwi_get_ntv_idx (unsigned int papi_evt_code) |
|
static int | is_supported_by_component (int cidx, char *event_name) |
|
int | _papi_hwi_prefix_component_name (char *component_name, char *event_name, char *out, int out_len) |
|
const char * | _papi_hwi_strip_component_prefix (const char *event_name) |
|
static int | _papi_hwi_find_native_event (int cidx, int event, const char *event_name) |
|
static int | _papi_hwi_add_native_event (int cidx, int ntv_event, int ntv_idx, const char *event_name) |
|
static int | _papi_hwi_add_error (char *error) |
|
static void | _papi_hwi_cleanup_errors () |
|
static int | _papi_hwi_lookup_error (char *error) |
|
int | _papi_hwi_publish_error (char *error) |
|
void | _papi_hwi_init_errors (void) |
|
int | _papi_hwi_invalid_cmp (int cidx) |
|
int | _papi_hwi_component_index (int event_code) |
|
int | _papi_hwi_native_to_eventcode (int cidx, int event_code, int ntv_idx, const char *event_name) |
|
int | _papi_hwi_eventcode_to_native (int event_code) |
|
void | PAPIERROR (char *format,...) |
|
void | PAPIWARN (char *format,...) |
|
static int | allocate_eventset_map (DynamicArray_t *map) |
|
static int | expand_dynamic_array (DynamicArray_t *DA) |
|
static int | EventInfoArrayLength (const EventSetInfo_t *ESI) |
|
static int | create_EventSet (EventSetInfo_t **here) |
|
int | _papi_hwi_assign_eventset (EventSetInfo_t *ESI, int cidx) |
|
void | _papi_hwi_free_EventSet (EventSetInfo_t *ESI) |
|
static int | add_EventSet (EventSetInfo_t *ESI, ThreadInfo_t *master) |
|
int | _papi_hwi_create_eventset (int *EventSet, ThreadInfo_t *handle) |
|
static int | get_free_EventCodeIndex (const EventSetInfo_t *ESI, unsigned int EventCode) |
|
int | _papi_hwi_lookup_EventCodeIndex (const EventSetInfo_t *ESI, unsigned int EventCode) |
|
int | _papi_hwi_remove_EventSet (EventSetInfo_t *ESI) |
|
static int | event_already_in_eventset (EventSetInfo_t *ESI, int papi_event) |
|
void | _papi_hwi_map_events_to_native (EventSetInfo_t *ESI) |
|
static int | add_native_fail_clean (EventSetInfo_t *ESI, int nevt) |
|
static int | update_overflow (EventSetInfo_t *ESI) |
|
static int | add_native_events (EventSetInfo_t *ESI, unsigned int *nevt, int size, EventInfo_t *out) |
|
int | _papi_hwi_add_event (EventSetInfo_t *ESI, int EventCode) |
|
static int | remove_native_events (EventSetInfo_t *ESI, int *nevt, int size) |
|
int | _papi_hwi_remove_event (EventSetInfo_t *ESI, int EventCode) |
|
int | _papi_hwi_read (hwd_context_t *context, EventSetInfo_t *ESI, long long *values) |
|
int | _papi_hwi_cleanup_eventset (EventSetInfo_t *ESI) |
|
int | _papi_hwi_convert_eventset_to_multiplex (_papi_int_multiplex_t *mpx) |
|
int | _papi_hwi_init_global (int PE_OR_PEU) |
|
int | _papi_hwi_init_global_internal (void) |
|
void | _papi_hwi_shutdown_global_internal (void) |
|
void | _papi_hwi_dummy_handler (int EventSet, void *address, long long overflow_vector, void *context) |
|
static long long | handle_derived_add (int *position, long long *from) |
|
static long long | handle_derived_subtract (int *position, long long *from) |
|
static long long | units_per_second (long long units, long long cycles) |
|
static long long | handle_derived_ps (int *position, long long *from) |
|
static long long | handle_derived_add_ps (int *position, long long *from) |
|
static long long | _papi_hwi_postfix_calc (EventInfo_t *evi, long long *hw_counter) |
|
int | _papi_hwi_derived_type (char *tmp, int *code) |
|
static int | _papi_hwi_derived_string (int type, char *derived, int len) |
|
int | _papi_hwi_get_preset_event_info (int EventCode, PAPI_event_info_t *info) |
|
int | _papi_hwi_get_user_event_info (int EventCode, PAPI_event_info_t *info) |
|
int | _papi_hwi_query_native_event (unsigned int EventCode) |
|
int | _papi_hwi_native_name_to_code (const char *in, int *out) |
|
int | _papi_hwi_native_code_to_name (unsigned int EventCode, char *hwi_name, int len) |
|
int | _papi_hwi_get_native_event_info (unsigned int EventCode, PAPI_event_info_t *info) |
|
EventSetInfo_t * | _papi_hwi_lookup_EventSet (int eventset) |
|
int | _papi_hwi_is_sw_multiplex (EventSetInfo_t *ESI) |
|
hwd_context_t * | _papi_hwi_get_context (EventSetInfo_t *ESI, int *is_dirty) |
|
static int | get_component_index (const char *name) |
|
int | _papi_hwi_enum_dev_type (int enum_modifier, void **handle) |
|
int | _papi_hwi_get_dev_type_attr (void *handle, PAPI_dev_type_attr_e attr, void *value) |
|
int | _papi_hwi_get_dev_attr (void *handle, int id, PAPI_dev_attr_e attr, void *value) |
|