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

#include <sde_internal.h>

Data Fields

int num_events
 
uint32_t which_counter [SDE_MAX_SIMULTANEOUS_COUNTERS]
 
long long counter [SDE_MAX_SIMULTANEOUS_COUNTERS]
 
long long previous_value [SDE_MAX_SIMULTANEOUS_COUNTERS]
 
timer_t timerid
 
int has_timer
 

Detailed Description

There's one of these per event-set to hold data specific to the EventSet, like counter start values, number of events in a set and counter uniq ids.

Definition at line 37 of file sde_internal.h.

Field Documentation

◆ counter

long long sde_control_state_t::counter[SDE_MAX_SIMULTANEOUS_COUNTERS]

Definition at line 41 of file sde_internal.h.

◆ has_timer

int sde_control_state_t::has_timer

Definition at line 44 of file sde_internal.h.

◆ num_events

int sde_control_state_t::num_events

Definition at line 39 of file sde_internal.h.

◆ previous_value

long long sde_control_state_t::previous_value[SDE_MAX_SIMULTANEOUS_COUNTERS]

Definition at line 42 of file sde_internal.h.

◆ timerid

timer_t sde_control_state_t::timerid

Definition at line 43 of file sde_internal.h.

◆ which_counter

uint32_t sde_control_state_t::which_counter[SDE_MAX_SIMULTANEOUS_COUNTERS]

Definition at line 40 of file sde_internal.h.


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