PAPI 7.1.0.0
Loading...
Searching...
No Matches
States of an EventSet
Collaboration diagram for States of an EventSet:

Macros

#define PAPI_STOPPED   0x01
 
#define PAPI_RUNNING   0x02
 
#define PAPI_PAUSED   0x04
 
#define PAPI_NOT_INIT   0x08
 
#define PAPI_OVERFLOWING   0x10
 
#define PAPI_PROFILING   0x20
 
#define PAPI_MULTIPLEXING   0x40
 
#define PAPI_ATTACHED   0x80
 
#define PAPI_CPU_ATTACHED   0x100
 

Detailed Description

Macro Definition Documentation

◆ PAPI_ATTACHED

#define PAPI_ATTACHED   0x80

EventSet is attached to another thread/process

Definition at line 391 of file papi.h.

◆ PAPI_CPU_ATTACHED

#define PAPI_CPU_ATTACHED   0x100

EventSet is attached to a specific cpu (not counting thread of execution)

Definition at line 392 of file papi.h.

◆ PAPI_MULTIPLEXING

#define PAPI_MULTIPLEXING   0x40

EventSet has multiplexing enabled

Definition at line 390 of file papi.h.

◆ PAPI_NOT_INIT

#define PAPI_NOT_INIT   0x08

EventSet defined, but not initialized

Definition at line 387 of file papi.h.

◆ PAPI_OVERFLOWING

#define PAPI_OVERFLOWING   0x10

EventSet has overflowing enabled

Definition at line 388 of file papi.h.

◆ PAPI_PAUSED

#define PAPI_PAUSED   0x04

EventSet temp. disabled by the library

Definition at line 386 of file papi.h.

◆ PAPI_PROFILING

#define PAPI_PROFILING   0x20

EventSet has profiling enabled

Definition at line 389 of file papi.h.

◆ PAPI_RUNNING

#define PAPI_RUNNING   0x02

EventSet running

Definition at line 385 of file papi.h.

◆ PAPI_STOPPED

#define PAPI_STOPPED   0x01

EventSet stopped

Definition at line 384 of file papi.h.