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

Data Fields

int num_events
 
int domain
 
int multiplexed
 
int overflow
 
int inherit
 
int which_counter [EXAMPLE_MAX_SIMULTANEOUS_COUNTERS]
 
long long counter [EXAMPLE_MAX_MULTIPLEX_COUNTERS]
 

Detailed Description

Holds control flags.
There's one of these per event-set. Use this to hold data specific to the EventSet, either hardware counter settings or things like counter start values

Definition at line 74 of file example.c.

Field Documentation

◆ counter

long long example_control_state_t::counter[EXAMPLE_MAX_MULTIPLEX_COUNTERS]

Copy of counts, holds results when stopped

Definition at line 82 of file example.c.

◆ domain

int example_control_state_t::domain

Definition at line 77 of file example.c.

◆ inherit

int example_control_state_t::inherit

Definition at line 80 of file example.c.

◆ multiplexed

int example_control_state_t::multiplexed

Definition at line 78 of file example.c.

◆ num_events

int example_control_state_t::num_events

Definition at line 76 of file example.c.

◆ overflow

int example_control_state_t::overflow

Definition at line 79 of file example.c.

◆ which_counter

int example_control_state_t::which_counter[EXAMPLE_MAX_SIMULTANEOUS_COUNTERS]

Definition at line 81 of file example.c.


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