|
PAPI 7.1.0.0
|

Data Fields | |
| char | name [PAPI_MAX_STR_LEN] |
| char | units [PAPI_MIN_STR_LEN] |
| char | description [PAPI_MAX_STR_LEN] |
| int | socket_id |
| int | component_id |
| int | event_id |
| int | type |
| int | return_type |
| _powercap_register_t | resources |
Definition at line 36 of file linux-powercap.c.
| int _powercap_native_event_entry_t::component_id |
Definition at line 41 of file linux-powercap.c.
| char _powercap_native_event_entry_t::description[PAPI_MAX_STR_LEN] |
Definition at line 39 of file linux-powercap.c.
| int _powercap_native_event_entry_t::event_id |
Definition at line 42 of file linux-powercap.c.
| char _powercap_native_event_entry_t::name[PAPI_MAX_STR_LEN] |
Definition at line 37 of file linux-powercap.c.
| _powercap_register_t _powercap_native_event_entry_t::resources |
Definition at line 45 of file linux-powercap.c.
| int _powercap_native_event_entry_t::return_type |
Definition at line 44 of file linux-powercap.c.
| int _powercap_native_event_entry_t::socket_id |
Definition at line 40 of file linux-powercap.c.
| int _powercap_native_event_entry_t::type |
Definition at line 43 of file linux-powercap.c.
| char _powercap_native_event_entry_t::units[PAPI_MIN_STR_LEN] |
Definition at line 38 of file linux-powercap.c.