PAPI 7.1.0.0
Loading...
Searching...
No Matches
CORETEMP_native_event_entry_t Struct Reference

#include <linux-coretemp.h>

Collaboration diagram for CORETEMP_native_event_entry_t:

Data Fields

char name [PAPI_MAX_STR_LEN]
 
char units [PAPI_MIN_STR_LEN]
 
char description [PAPI_MAX_STR_LEN]
 
char path [PATH_MAX]
 
int stone
 
long value
 
CORETEMP_register_t resources
 

Detailed Description

This structure is used to build the table of events

Definition at line 54 of file linux-coretemp.h.

Field Documentation

◆ description

char CORETEMP_native_event_entry_t::description[PAPI_MAX_STR_LEN]

Definition at line 58 of file linux-coretemp.h.

◆ name

char CORETEMP_native_event_entry_t::name[PAPI_MAX_STR_LEN]

Definition at line 56 of file linux-coretemp.h.

◆ path

char CORETEMP_native_event_entry_t::path[PATH_MAX]

Definition at line 59 of file linux-coretemp.h.

◆ resources

CORETEMP_register_t CORETEMP_native_event_entry_t::resources

Definition at line 62 of file linux-coretemp.h.

◆ stone

int CORETEMP_native_event_entry_t::stone

Definition at line 60 of file linux-coretemp.h.

◆ units

char CORETEMP_native_event_entry_t::units[PAPI_MIN_STR_LEN]

Definition at line 57 of file linux-coretemp.h.

◆ value

long CORETEMP_native_event_entry_t::value

Definition at line 61 of file linux-coretemp.h.


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