|
PAPI 7.1.0.0
|


Go to the source code of this file.
Functions | |
| int | vendord_init_pre (void) |
| int | vendord_init (void) |
| int | vendord_shutdown (void) |
| int | vendord_ctx_open (unsigned int *events_id, int num_events, vendord_ctx_t *ctx) |
| int | vendord_ctx_start (vendord_ctx_t ctx) |
| int | vendord_ctx_read (vendord_ctx_t ctx, long long **counters) |
| int | vendord_ctx_stop (vendord_ctx_t ctx) |
| int | vendord_ctx_reset (vendord_ctx_t ctx) |
| int | vendord_ctx_close (vendord_ctx_t ctx) |
| int | vendord_err_get_last (const char **error) |
| int | vendord_evt_enum (unsigned int *event_code, int modifier) |
| int | vendord_evt_code_to_name (unsigned int event_code, char *name, int len) |
| int | vendord_evt_code_to_descr (unsigned int event_code, char *descr, int len) |
| int | vendord_evt_code_to_info (unsigned int event_code, PAPI_event_info_t *info) |
| int | vendord_evt_name_to_code (const char *name, unsigned int *event_code) |
| int vendord_ctx_close | ( | vendord_ctx_t | ctx | ) |
Definition at line 62 of file vendor_dispatch.c.


Definition at line 32 of file vendor_dispatch.c.


Definition at line 44 of file vendor_dispatch.c.


| int vendord_ctx_reset | ( | vendord_ctx_t | ctx | ) |
Definition at line 56 of file vendor_dispatch.c.


| int vendord_ctx_start | ( | vendord_ctx_t | ctx | ) |
Definition at line 38 of file vendor_dispatch.c.


| int vendord_ctx_stop | ( | vendord_ctx_t | ctx | ) |
Definition at line 50 of file vendor_dispatch.c.


| int vendord_err_get_last | ( | const char ** | error | ) |
Definition at line 68 of file vendor_dispatch.c.


Definition at line 86 of file vendor_dispatch.c.


| int vendord_evt_code_to_info | ( | unsigned int | event_code, |
| PAPI_event_info_t * | info | ||
| ) |
Definition at line 92 of file vendor_dispatch.c.


Definition at line 80 of file vendor_dispatch.c.


Definition at line 74 of file vendor_dispatch.c.


Definition at line 98 of file vendor_dispatch.c.


| int vendord_init | ( | void | ) |
Definition at line 12 of file vendor_dispatch.c.


| int vendord_init_pre | ( | void | ) |
Definition at line 6 of file vendor_dispatch.c.


| int vendord_shutdown | ( | void | ) |
Definition at line 22 of file vendor_dispatch.c.

