|
PAPI 7.1.0.0
|

Go to the source code of this file.
Macros | |
| #define | HANDLE_STRING_ERROR {fprintf(stderr,"%s:%i unexpected string function error.\n",__FILE__,__LINE__); exit(-1);} |
Variables | |
| static char | read_buff [PAPI_MAX_STR_LEN] |
| static char | write_buff [PAPI_MAX_STR_LEN] |
| static int | num_events =0 |
| static int | pkg_events [PKG_NUM_EVENTS] = {PKG_MIN_POWER, PKG_MAX_POWER, PKG_CUR_POWER} |
| static const char * | pkg_event_names [PKG_NUM_EVENTS] = {"MIN_POWER", "MAX_POWER", "CURRENT_POWER"} |
| static const char * | pkg_sys_names [PKG_NUM_EVENTS] = {"powercap-min", "powercap-max", "powercap-current"} |
| static const char * | pkg_event_descs [PKG_NUM_EVENTS] |
| static mode_t | pkg_sys_flags [PKG_NUM_EVENTS] = {O_RDONLY, O_RDONLY, O_RDWR} |
| static _powercap_ppc_native_event_entry_t | powercap_ppc_ntv_events [(PKG_NUM_EVENTS)] |
| static int | event_fds [POWERCAP_MAX_COUNTERS] |
| papi_vector_t | _powercap_ppc_vector |
| #define HANDLE_STRING_ERROR {fprintf(stderr,"%s:%i unexpected string function error.\n",__FILE__,__LINE__); exit(-1);} |
Definition at line 27 of file linux-powercap-ppc.c.
|
static |
Definition at line 60 of file linux-powercap-ppc.c.

|
static |
Definition at line 328 of file linux-powercap-ppc.c.
Definition at line 111 of file linux-powercap-ppc.c.

|
static |
Definition at line 208 of file linux-powercap-ppc.c.
|
static |
Definition at line 100 of file linux-powercap-ppc.c.
|
static |
Definition at line 401 of file linux-powercap-ppc.c.

Definition at line 388 of file linux-powercap-ppc.c.

Definition at line 363 of file linux-powercap-ppc.c.
|
static |
Definition at line 271 of file linux-powercap-ppc.c.

|
static |
Definition at line 351 of file linux-powercap-ppc.c.
|
static |
Definition at line 340 of file linux-powercap-ppc.c.
|
static |
Definition at line 317 of file linux-powercap-ppc.c.

|
static |
Definition at line 262 of file linux-powercap-ppc.c.
|
static |
Definition at line 241 of file linux-powercap-ppc.c.
|
static |
Definition at line 250 of file linux-powercap-ppc.c.
|
static |
Definition at line 217 of file linux-powercap-ppc.c.
|
static |
Definition at line 299 of file linux-powercap-ppc.c.

Definition at line 69 of file linux-powercap-ppc.c.

Definition at line 78 of file linux-powercap-ppc.c.

| papi_vector_t _powercap_ppc_vector |
Definition at line 52 of file linux-powercap-ppc.c.
|
static |
Definition at line 50 of file linux-powercap-ppc.c.
|
static |
Definition at line 33 of file linux-powercap-ppc.c.
|
static |
Definition at line 41 of file linux-powercap-ppc.c.
|
static |
Definition at line 37 of file linux-powercap-ppc.c.
|
static |
Definition at line 35 of file linux-powercap-ppc.c.
|
static |
Definition at line 45 of file linux-powercap-ppc.c.
|
static |
Definition at line 39 of file linux-powercap-ppc.c.
|
static |
Definition at line 48 of file linux-powercap-ppc.c.
|
static |
Definition at line 30 of file linux-powercap-ppc.c.
|
static |
Definition at line 31 of file linux-powercap-ppc.c.