|
PAPI 7.1.0.0
|
#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 |
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.
| long long sde_control_state_t::counter[SDE_MAX_SIMULTANEOUS_COUNTERS] |
Definition at line 41 of file sde_internal.h.
| int sde_control_state_t::has_timer |
Definition at line 44 of file sde_internal.h.
| int sde_control_state_t::num_events |
Definition at line 39 of file sde_internal.h.
| long long sde_control_state_t::previous_value[SDE_MAX_SIMULTANEOUS_COUNTERS] |
Definition at line 42 of file sde_internal.h.
| timer_t sde_control_state_t::timerid |
Definition at line 43 of file sde_internal.h.
| uint32_t sde_control_state_t::which_counter[SDE_MAX_SIMULTANEOUS_COUNTERS] |
Definition at line 40 of file sde_internal.h.