|
PAPI 7.1.0.0
|
This file has the source code for a component that enables PAPI-C to access hardware monitoring counters for BG/Q through the bgpm library. More...

Go to the source code of this file.
Variables | |
| papi_vector_t | _IOunit_vector |
Tested version of bgpm (early access)
Definition in file linux-IOunit.c.
| int IOUNIT_cleanup_eventset | ( | hwd_control_state_t * | ctrl | ) |
Definition at line 471 of file linux-IOunit.c.

| int IOUNIT_ctl | ( | hwd_context_t * | ctx, |
| int | code, | ||
| _papi_int_option_t * | option | ||
| ) |
Definition at line 332 of file linux-IOunit.c.
Definition at line 52 of file linux-IOunit.c.
| int IOUNIT_init_control_state | ( | hwd_control_state_t * | ptr | ) |
Definition at line 72 of file linux-IOunit.c.

| int IOUNIT_init_thread | ( | hwd_context_t * | ctx | ) |
Definition at line 36 of file linux-IOunit.c.
| int IOUNIT_ntv_code_to_bits | ( | unsigned int | EventCode, |
| hwd_register_t * | bits | ||
| ) |
Definition at line 614 of file linux-IOunit.c.
Definition at line 593 of file linux-IOunit.c.

Definition at line 564 of file linux-IOunit.c.
Definition at line 498 of file linux-IOunit.c.
Definition at line 534 of file linux-IOunit.c.
| int IOUNIT_read | ( | hwd_context_t * | ctx, |
| hwd_control_state_t * | ptr, | ||
| long_long ** | events, | ||
| int | flags | ||
| ) |
Definition at line 139 of file linux-IOunit.c.

| int IOUNIT_reset | ( | hwd_context_t * | ctx, |
| hwd_control_state_t * | ptr | ||
| ) |
Definition at line 440 of file linux-IOunit.c.

| int IOUNIT_set_domain | ( | hwd_control_state_t * | cntrl, |
| int | domain | ||
| ) |
Definition at line 412 of file linux-IOunit.c.
| int IOUNIT_set_overflow | ( | EventSetInfo_t * | ESI, |
| int | EventIndex, | ||
| int | threshold | ||
| ) |
Definition at line 277 of file linux-IOunit.c.

| int IOUNIT_shutdown_thread | ( | hwd_context_t * | ctx | ) |
Definition at line 171 of file linux-IOunit.c.
| int IOUNIT_start | ( | hwd_context_t * | ctx, |
| hwd_control_state_t * | ptr | ||
| ) |
Definition at line 97 of file linux-IOunit.c.

| int IOUNIT_stop | ( | hwd_context_t * | ctx, |
| hwd_control_state_t * | ptr | ||
| ) |
Definition at line 118 of file linux-IOunit.c.

| int IOUNIT_update_control_state | ( | hwd_control_state_t * | ptr, |
| NativeInfo_t * | native, | ||
| int | count, | ||
| hwd_context_t * | ctx | ||
| ) |
Definition at line 349 of file linux-IOunit.c.

| void user_signal_handler_IOUNIT | ( | int | hEvtSet, |
| uint64_t | address, | ||
| uint64_t | ovfVector, | ||
| const ucontext_t * | pContext | ||
| ) |
Definition at line 189 of file linux-IOunit.c.


| papi_vector_t _IOunit_vector |
Definition at line 23 of file linux-IOunit.c.