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

Data Fields

example_register_t resources
 
char name [PAPI_MAX_STR_LEN]
 
char description [PAPI_MAX_STR_LEN]
 
int writable
 

Detailed Description

This structure is used to build the table of events

Definition at line 52 of file example.c.

Field Documentation

◆ description

char example_native_event_entry_t::description[PAPI_MAX_STR_LEN]

Description of the counter

Definition at line 56 of file example.c.

◆ name

char example_native_event_entry_t::name[PAPI_MAX_STR_LEN]

Name of the counter

Definition at line 55 of file example.c.

◆ resources

example_register_t example_native_event_entry_t::resources

Per counter resources

Definition at line 54 of file example.c.

◆ writable

int example_native_event_entry_t::writable

Whether counter is writable

Definition at line 57 of file example.c.


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