PAPI 7.1.0.0
Loading...
Searching...
No Matches
regions_t Struct Reference
Collaboration diagram for regions_t:

Data Fields

unsigned int region_id
 
int parent_region_id
 
char * region
 
struct regions * next
 
struct regions * prev
 
value_t values []
 

Detailed Description

Definition at line 107 of file papi_hl.c.

Field Documentation

◆ next

struct regions* regions_t::next

Definition at line 112 of file papi_hl.c.

◆ parent_region_id

int regions_t::parent_region_id

Region ID of parent region

Definition at line 110 of file papi_hl.c.

◆ prev

struct regions* regions_t::prev

Definition at line 113 of file papi_hl.c.

◆ region

char* regions_t::region

Region name

Definition at line 111 of file papi_hl.c.

◆ region_id

unsigned int regions_t::region_id

Unique region ID

Definition at line 109 of file papi_hl.c.

◆ values

value_t regions_t::values[]

Array of event values based on current eventset

Definition at line 114 of file papi_hl.c.


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