PAPI  5.0.1.0
Thread Definitions
Collaboration diagram for Thread Definitions:

Defines

#define PAPI_USR1_TLS   0x0
#define PAPI_USR2_TLS   0x1
#define PAPI_HIGH_LEVEL_TLS   0x2
#define PAPI_NUM_TLS   0x3
#define PAPI_TLS_USR1   PAPI_USR1_TLS
#define PAPI_TLS_USR2   PAPI_USR2_TLS
#define PAPI_TLS_HIGH_LEVEL   PAPI_HIGH_LEVEL_TLS
#define PAPI_TLS_NUM   PAPI_NUM_TLS
#define PAPI_TLS_ALL_THREADS   0x10

Detailed Description

We define other levels in papi_internal.h for internal PAPI use, so if you change anything make sure to look at both places -KSL


Define Documentation

#define PAPI_HIGH_LEVEL_TLS   0x2

Definition at line 314 of file papi.h.

#define PAPI_NUM_TLS   0x3

Definition at line 315 of file papi.h.

#define PAPI_TLS_ALL_THREADS   0x10

Definition at line 320 of file papi.h.

Definition at line 318 of file papi.h.

#define PAPI_TLS_NUM   PAPI_NUM_TLS

Definition at line 319 of file papi.h.

Definition at line 316 of file papi.h.

Definition at line 317 of file papi.h.

#define PAPI_USR1_TLS   0x0

Definition at line 312 of file papi.h.

#define PAPI_USR2_TLS   0x1

Definition at line 313 of file papi.h.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Defines