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

Go to the source code of this file.

Data Structures

struct  pme_sicortex_umask_t
 
struct  pme_sicortex_entry_t
 

Macros

#define PFMLIB_SICORTEX_MAX_UMASK   5
 

Variables

static pme_sicortex_umask_t sicortex_scb_umasks [PFMLIB_SICORTEX_MAX_UMASK]
 

Macro Definition Documentation

◆ PFMLIB_SICORTEX_MAX_UMASK

#define PFMLIB_SICORTEX_MAX_UMASK   5

Definition at line 30 of file pfmlib_sicortex_priv.h.

Variable Documentation

◆ sicortex_scb_umasks

pme_sicortex_umask_t sicortex_scb_umasks[PFMLIB_SICORTEX_MAX_UMASK]
static
Initial value:
= {
{
"IFOTHER_NONE","Both buckets count independently",0x00
},
{
"IFOTHER_AND","Increment where this event counts and the opposite bucket counts",0x02
},
{
"IFOTHER_ANDNOT","Increment where this event counts and the opposite bucket does not",0x04
},
{
"HIST_NONE","Count cycles where the event is asserted",0x0
},
{
"HIST_EDGE","Histogram on edges of the specified event",0x1
}
}

Definition at line 47 of file pfmlib_sicortex_priv.h.