PAPI 7.1.0.0
Loading...
Searching...
No Matches
roc_profiler_config.h File Reference
Include dependency graph for roc_profiler_config.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define PAPI_ROCM_MAX_COUNTERS   (512)
 
#define ROCM_PROFILE_SAMPLING_MODE   (0x0)
 
#define ROCM_EVENTS_OPENED   (0x1)
 
#define ROCM_EVENTS_RUNNING   (0x2)
 

Variables

unsigned int _rocm_lock
 
unsigned int rocm_prof_mode
 

Macro Definition Documentation

◆ PAPI_ROCM_MAX_COUNTERS

#define PAPI_ROCM_MAX_COUNTERS   (512)

Definition at line 6 of file roc_profiler_config.h.

◆ ROCM_EVENTS_OPENED

#define ROCM_EVENTS_OPENED   (0x1)

Definition at line 9 of file roc_profiler_config.h.

◆ ROCM_EVENTS_RUNNING

#define ROCM_EVENTS_RUNNING   (0x2)

Definition at line 10 of file roc_profiler_config.h.

◆ ROCM_PROFILE_SAMPLING_MODE

#define ROCM_PROFILE_SAMPLING_MODE   (0x0)

Definition at line 8 of file roc_profiler_config.h.

Variable Documentation

◆ _rocm_lock

unsigned int _rocm_lock
extern

Definition at line 85 of file roc_profiler.c.

◆ rocm_prof_mode

unsigned int rocm_prof_mode
extern

Definition at line 84 of file roc_profiler.c.