|
PAPI 7.1.0.0
|
This is the tools interface of SDE. It contains the functions that the PAPI SDE component needs to call in order to access the SDEs inside a library. More...

Go to the source code of this file.
Functions | |
| __attribute__ ((__common__)) | |
| int | sde_ti_write_counter (uint32_t counter_id, long long value) |
| int | sde_ti_reset_counter (uint32_t counter_id) |
| int | sde_ti_name_to_code (const char *event_name, uint32_t *event_code) |
| int | sde_ti_is_simple_counter (uint32_t counter_id) |
| int | sde_ti_is_counter_set_to_overflow (uint32_t counter_id) |
| int | sde_ti_set_counter_overflow (uint32_t counter_id, int threshold) |
| char * | sde_ti_get_event_name (int event_id) |
| char * | sde_ti_get_event_description (int event_id) |
| int | sde_ti_get_num_reg_events (void) |
| int | sde_ti_shutdown (void) |
Definition in file sde_lib_ti.c.
| __attribute__ | ( | (__common__) | ) |
Definition at line 20 of file sde_lib_ti.c.

| char * sde_ti_get_event_description | ( | int | event_id | ) |
Definition at line 416 of file sde_lib_ti.c.


| char * sde_ti_get_event_name | ( | int | event_id | ) |
Definition at line 399 of file sde_lib_ti.c.


| int sde_ti_get_num_reg_events | ( | void | ) |
Definition at line 433 of file sde_lib_ti.c.

| int sde_ti_is_counter_set_to_overflow | ( | uint32_t | counter_id | ) |
Definition at line 343 of file sde_lib_ti.c.


| int sde_ti_is_simple_counter | ( | uint32_t | counter_id | ) |
Definition at line 325 of file sde_lib_ti.c.


| int sde_ti_name_to_code | ( | const char * | event_name, |
| uint32_t * | event_code | ||
| ) |
Definition at line 204 of file sde_lib_ti.c.


| int sde_ti_reset_counter | ( | uint32_t | counter_id | ) |
Definition at line 169 of file sde_lib_ti.c.


Definition at line 360 of file sde_lib_ti.c.


| int sde_ti_shutdown | ( | void | ) |
Definition at line 136 of file sde_lib_ti.c.

