|
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 | _L2unit_vector |
Tested version of bgpm (early access)
Definition in file linux-L2unit.c.
| int L2UNIT_cleanup_eventset | ( | hwd_control_state_t * | ctrl | ) |
Definition at line 386 of file linux-L2unit.c.

| int L2UNIT_ctl | ( | hwd_context_t * | ctx, |
| int | code, | ||
| _papi_int_option_t * | option | ||
| ) |
Definition at line 368 of file linux-L2unit.c.
Definition at line 52 of file linux-L2unit.c.
| int L2UNIT_init_control_state | ( | hwd_control_state_t * | ptr | ) |
Definition at line 72 of file linux-L2unit.c.

| int L2UNIT_init_thread | ( | hwd_context_t * | ctx | ) |
Definition at line 36 of file linux-L2unit.c.
| int L2UNIT_ntv_code_to_bits | ( | unsigned int | EventCode, |
| hwd_register_t * | bits | ||
| ) |
Definition at line 659 of file linux-L2unit.c.
Definition at line 638 of file linux-L2unit.c.

Definition at line 609 of file linux-L2unit.c.
Definition at line 543 of file linux-L2unit.c.
Definition at line 579 of file linux-L2unit.c.
| int L2UNIT_read | ( | hwd_context_t * | ctx, |
| hwd_control_state_t * | ptr, | ||
| long_long ** | events, | ||
| int | flags | ||
| ) |
Definition at line 150 of file linux-L2unit.c.

| int L2UNIT_reset | ( | hwd_context_t * | ctx, |
| hwd_control_state_t * | ptr | ||
| ) |
Definition at line 514 of file linux-L2unit.c.

| int L2UNIT_set_domain | ( | hwd_control_state_t * | cntrl, |
| int | domain | ||
| ) |
Definition at line 486 of file linux-L2unit.c.
| int L2UNIT_set_overflow | ( | EventSetInfo_t * | ESI, |
| int | EventIndex, | ||
| int | threshold | ||
| ) |
Definition at line 290 of file linux-L2unit.c.

| int L2UNIT_shutdown_thread | ( | hwd_context_t * | ctx | ) |
Definition at line 182 of file linux-L2unit.c.
| int L2UNIT_start | ( | hwd_context_t * | ctx, |
| hwd_control_state_t * | ptr | ||
| ) |
Definition at line 99 of file linux-L2unit.c.

| int L2UNIT_stop | ( | hwd_context_t * | ctx, |
| hwd_control_state_t * | ptr | ||
| ) |
Definition at line 129 of file linux-L2unit.c.

| int L2UNIT_update_control_state | ( | hwd_control_state_t * | ptr, |
| NativeInfo_t * | native, | ||
| int | count, | ||
| hwd_context_t * | ctx | ||
| ) |
Definition at line 415 of file linux-L2unit.c.

| void user_signal_handler_L2UNIT | ( | int | hEvtSet, |
| uint64_t | address, | ||
| uint64_t | ovfVector, | ||
| const ucontext_t * | pContext | ||
| ) |
Definition at line 202 of file linux-L2unit.c.


| papi_vector_t _L2unit_vector |
Definition at line 23 of file linux-L2unit.c.