|
PAPI
5.0.1.0
|

Data Fields | |
| unsigned long int | tid |
| long long | total_c |
| MasterEvent * | cur_event |
| MasterEvent * | head |
| struct _threadlist * | next |
Definition at line 230 of file papi_internal.h.
Pointer to event in use
Definition at line 239 of file papi_internal.h.
List of multiplexing events for this thread
Definition at line 241 of file papi_internal.h.
| struct _threadlist* Threadlist::next |
Pointer to next thread
Definition at line 243 of file papi_internal.h.
| unsigned long int Threadlist::tid |
Definition at line 234 of file papi_internal.h.
| long long Threadlist::total_c |
Total cycles for this thread
Definition at line 237 of file papi_internal.h.