Go to the source code of this file.
◆ vendorc_err_get_last()
| int vendorc_err_get_last |
( |
const char ** |
error | ) |
|
Definition at line 48 of file vendor_common.c.
49{
52}
char error_string[PAPI_MAX_STR_LEN]
◆ vendorc_init()
| int vendorc_init |
( |
void |
| ) |
|
Definition at line 15 of file vendor_common.c.
16{
17 int papi_errno;
18
21 return papi_errno;
22 }
23
26 goto fn_fail;
27 }
28
30
31 fn_exit:
32 return papi_errno;
33 fn_fail:
35 goto fn_exit;
36}
device_table_t * device_table_p
static int initialize_device_table(void)
device_table_t device_table
static int unload_common_symbols(void)
static int load_common_symbols(void)
◆ vendorc_shutdown()
| int vendorc_shutdown |
( |
void |
| ) |
|
Definition at line 39 of file vendor_common.c.
40{
45}
static int finalize_device_table(void)
◆ device_table_p
◆ error_string