PAPI 7.1.0.0
Loading...
Searching...
No Matches
Threadlist Struct Reference

#include <papi_internal.h>

Collaboration diagram for Threadlist:

Data Fields

unsigned long int tid
 
long long total_c
 
MasterEventcur_event
 
MasterEventhead
 
struct _threadlist * next
 

Detailed Description

Definition at line 232 of file papi_internal.h.

Field Documentation

◆ cur_event

MasterEvent* Threadlist::cur_event

Pointer to event in use

Definition at line 241 of file papi_internal.h.

◆ head

MasterEvent* Threadlist::head

List of multiplexing events for this thread

Definition at line 243 of file papi_internal.h.

◆ next

struct _threadlist* Threadlist::next

Pointer to next thread

Definition at line 245 of file papi_internal.h.

◆ tid

unsigned long int Threadlist::tid

Definition at line 236 of file papi_internal.h.

◆ total_c

long long Threadlist::total_c

Total cycles for this thread

Definition at line 239 of file papi_internal.h.


The documentation for this struct was generated from the following file: