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

#include <perf_event_lib.h>

Collaboration diagram for pe_control_t:

Data Fields

int num_events
 
unsigned int domain
 
unsigned int granularity
 
unsigned int multiplexed
 
unsigned int overflow
 
unsigned int inherit
 
unsigned int overflow_signal
 
unsigned int attached
 
int cidx
 
int cpu
 
pid_t tid
 
pe_event_info_t events [PERF_EVENT_MAX_MPX_COUNTERS]
 
long long counts [PERF_EVENT_MAX_MPX_COUNTERS]
 
unsigned int reset_flag
 
long long reset_counts [PERF_EVENT_MAX_MPX_COUNTERS]
 

Detailed Description

Definition at line 25 of file perf_event_lib.h.

Field Documentation

◆ attached

unsigned int pe_control_t::attached

Definition at line 33 of file perf_event_lib.h.

◆ cidx

int pe_control_t::cidx

Definition at line 34 of file perf_event_lib.h.

◆ counts

long long pe_control_t::counts[PERF_EVENT_MAX_MPX_COUNTERS]

Definition at line 38 of file perf_event_lib.h.

◆ cpu

int pe_control_t::cpu

Definition at line 35 of file perf_event_lib.h.

◆ domain

unsigned int pe_control_t::domain

Definition at line 27 of file perf_event_lib.h.

◆ events

Definition at line 37 of file perf_event_lib.h.

◆ granularity

unsigned int pe_control_t::granularity

Definition at line 28 of file perf_event_lib.h.

◆ inherit

unsigned int pe_control_t::inherit

Definition at line 31 of file perf_event_lib.h.

◆ multiplexed

unsigned int pe_control_t::multiplexed

Definition at line 29 of file perf_event_lib.h.

◆ num_events

int pe_control_t::num_events

Definition at line 26 of file perf_event_lib.h.

◆ overflow

unsigned int pe_control_t::overflow

Definition at line 30 of file perf_event_lib.h.

◆ overflow_signal

unsigned int pe_control_t::overflow_signal

Definition at line 32 of file perf_event_lib.h.

◆ reset_counts

long long pe_control_t::reset_counts[PERF_EVENT_MAX_MPX_COUNTERS]

Definition at line 40 of file perf_event_lib.h.

◆ reset_flag

unsigned int pe_control_t::reset_flag

Definition at line 39 of file perf_event_lib.h.

◆ tid

pid_t pe_control_t::tid

Definition at line 36 of file perf_event_lib.h.


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