|
| static int | templ_init_component (int cid) |
| |
| static int | templ_init_thread (hwd_context_t *ctx) |
| |
| static int | templ_init_control_state (hwd_control_state_t *ctl) |
| |
| static int | templ_init_private (void) |
| |
| static int | templ_shutdown_component (void) |
| |
| static int | templ_shutdown_thread (hwd_context_t *ctx) |
| |
| static int | templ_cleanup_eventset (hwd_control_state_t *ctl) |
| |
| static int | templ_update_control_state (hwd_control_state_t *ctl, NativeInfo_t *ntv_info, int ntv_count, hwd_context_t *ctx) |
| |
| static int | templ_start (hwd_context_t *ctx, hwd_control_state_t *ctl) |
| |
| static int | templ_read (hwd_context_t *ctx, hwd_control_state_t *ctl, long long **val, int flags) |
| |
| static int | templ_stop (hwd_context_t *ctx, hwd_control_state_t *ctl) |
| |
| static int | templ_reset (hwd_context_t *ctx, hwd_control_state_t *ctl) |
| |
| static int | templ_ntv_enum_events (unsigned int *event_code, int modifier) |
| |
| static int | templ_ntv_code_to_name (unsigned int event_code, char *name, int len) |
| |
| static int | templ_ntv_name_to_code (const char *name, unsigned int *event_code) |
| |
| static int | templ_ntv_code_to_descr (unsigned int event_code, char *descr, int len) |
| |
| static int | templ_ntv_code_to_info (unsigned int event_code, PAPI_event_info_t *info) |
| |
| static int | templ_set_domain (hwd_control_state_t *ctl, int domain) |
| |
| static int | templ_ctl (hwd_context_t *ctx, int code, _papi_int_option_t *option) |
| |
| static int | check_n_initialize (void) |
| |
| int | templ_init_control_state (hwd_control_state_t *ctl __attribute__((unused))) |
| |
| static int | evt_get_count (int *count) |
| |
| static int | update_native_events (templ_control_t *, NativeInfo_t *, int) |
| |
| static int | try_open_events (templ_control_t *) |
| |
| int | templ_update_control_state (hwd_control_state_t *ctl, NativeInfo_t *ntv_info, int ntv_count, hwd_context_t *ctx __attribute__((unused))) |
| |
| int | templ_read (hwd_context_t *ctx __attribute__((unused)), hwd_control_state_t *ctl, long long **val, int flags __attribute__((unused))) |
| |
| int | templ_reset (hwd_context_t *ctx __attribute__((unused)), hwd_control_state_t *ctl) |
| |
| int | templ_set_domain (hwd_control_state_t *ctl __attribute__((unused)), int domain __attribute__((unused))) |
| |
| int | templ_ctl (hwd_context_t *ctx __attribute__((unused)), int code __attribute__((unused)), _papi_int_option_t *option __attribute__((unused))) |
| |