|
PAPI 7.1.0.0
|
rocm component dispatch layer. Dispatches profiling to the appropriate backend interface (e.g. rocprofiler). More...


Go to the source code of this file.
Functions | |
| int | rocd_init_environment (void) |
| int | rocd_init (void) |
| int | rocd_shutdown (void) |
| int | rocd_evt_enum (uint64_t *event_code, int modifier) |
| int | rocd_evt_code_to_descr (uint64_t event_code, char *descr, int len) |
| int | rocd_evt_name_to_code (const char *name, uint64_t *event_code) |
| int | rocd_evt_code_to_name (uint64_t event_code, char *name, int len) |
| int | rocd_evt_code_to_info (uint64_t event_code, PAPI_event_info_t *info) |
| int | rocd_err_get_last (const char **error_str) |
| int | rocd_ctx_open (uint64_t *event_id, int num_events, rocd_ctx_t *ctx) |
| int | rocd_ctx_close (rocd_ctx_t ctx) |
| int | rocd_ctx_start (rocd_ctx_t ctx) |
| int | rocd_ctx_stop (rocd_ctx_t ctx) |
| int | rocd_ctx_read (rocd_ctx_t ctx, long long **counters) |
| int | rocd_ctx_reset (rocd_ctx_t ctx) |
Definition in file roc_dispatch.h.
| int rocd_ctx_close | ( | rocd_ctx_t | ctx | ) |
Definition at line 85 of file roc_dispatch.c.


Definition at line 79 of file roc_dispatch.c.


Definition at line 103 of file roc_dispatch.c.


| int rocd_ctx_reset | ( | rocd_ctx_t | ctx | ) |
Definition at line 109 of file roc_dispatch.c.


| int rocd_ctx_start | ( | rocd_ctx_t | ctx | ) |
Definition at line 91 of file roc_dispatch.c.


| int rocd_ctx_stop | ( | rocd_ctx_t | ctx | ) |
Definition at line 97 of file roc_dispatch.c.


| int rocd_err_get_last | ( | const char ** | error_str | ) |
Definition at line 73 of file roc_dispatch.c.


Definition at line 49 of file roc_dispatch.c.


| int rocd_evt_code_to_info | ( | uint64_t | event_code, |
| PAPI_event_info_t * | info | ||
| ) |
Definition at line 67 of file roc_dispatch.c.


Definition at line 61 of file roc_dispatch.c.


Definition at line 43 of file roc_dispatch.c.


| int rocd_evt_name_to_code | ( | const char * | name, |
| uint64_t * | event_code | ||
| ) |
Definition at line 55 of file roc_dispatch.c.


| int rocd_init | ( | void | ) |
Definition at line 21 of file roc_dispatch.c.


| int rocd_init_environment | ( | void | ) |
Definition at line 15 of file roc_dispatch.c.


| int rocd_shutdown | ( | void | ) |
Definition at line 32 of file roc_dispatch.c.

