|
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] |
| char | location [PAPI_MAX_STR_LEN] |
| char | path [PATH_MAX] |
| int | stone |
| long | count |
| struct temp_event * | next |
Definition at line 20 of file linux-coretemp.c.
| long temp_event::count |
Definition at line 27 of file linux-coretemp.c.
| char temp_event::description |
Definition at line 23 of file linux-coretemp.c.
| char temp_event::location[PAPI_MAX_STR_LEN] |
Definition at line 24 of file linux-coretemp.c.
| char temp_event::name |
Definition at line 21 of file linux-coretemp.c.
| struct temp_event * temp_event::next |
Definition at line 28 of file linux-coretemp.c.
| char temp_event::path[PATH_MAX] |
Definition at line 25 of file linux-coretemp.c.
| int temp_event::stone |
Definition at line 26 of file linux-coretemp.c.
| char temp_event::units[PAPI_MIN_STR_LEN] |
Definition at line 22 of file linux-coretemp.c.