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

#include <perfmon.h>

Collaboration diagram for pfm_control_state_t:

Data Fields

int ctx_fd
 
pfarg_ctx_tctx
 
pfarg_load_tload
 
pfm_register_map_t bits
 
pfmlib_input_param_t in
 
pfmlib_output_param_t out
 
int multiplexed
 
int num_sets
 
pfarg_setdesc_t set [PFMLIB_MAX_PMDS]
 
pfarg_setinfo_t setinfo [PFMLIB_MAX_PMDS]
 
pfarg_pmc_t pc [PFMLIB_MAX_PMCS]
 
pfarg_pmd_t pd [PFMLIB_MAX_PMDS]
 
long long counts [PFMLIB_MAX_PMDS]
 

Detailed Description

Definition at line 51 of file components/perfmon2/perfmon.h.

Field Documentation

◆ bits

pfm_register_map_t pfm_control_state_t::bits

Definition at line 59 of file components/perfmon2/perfmon.h.

◆ counts

long long pfm_control_state_t::counts[PFMLIB_MAX_PMDS]

Definition at line 77 of file components/perfmon2/perfmon.h.

◆ ctx

pfarg_ctx_t* pfm_control_state_t::ctx

Definition at line 55 of file components/perfmon2/perfmon.h.

◆ ctx_fd

int pfm_control_state_t::ctx_fd

Definition at line 54 of file components/perfmon2/perfmon.h.

◆ in

pfmlib_input_param_t pfm_control_state_t::in

Definition at line 61 of file components/perfmon2/perfmon.h.

◆ load

pfarg_load_t* pfm_control_state_t::load

Definition at line 57 of file components/perfmon2/perfmon.h.

◆ multiplexed

int pfm_control_state_t::multiplexed

Definition at line 65 of file components/perfmon2/perfmon.h.

◆ num_sets

int pfm_control_state_t::num_sets

Definition at line 67 of file components/perfmon2/perfmon.h.

◆ out

pfmlib_output_param_t pfm_control_state_t::out

Definition at line 63 of file components/perfmon2/perfmon.h.

◆ pc

pfarg_pmc_t pfm_control_state_t::pc[PFMLIB_MAX_PMCS]

Definition at line 73 of file components/perfmon2/perfmon.h.

◆ pd

pfarg_pmd_t pfm_control_state_t::pd[PFMLIB_MAX_PMDS]

Definition at line 75 of file components/perfmon2/perfmon.h.

◆ set

pfarg_setdesc_t pfm_control_state_t::set[PFMLIB_MAX_PMDS]

Definition at line 69 of file components/perfmon2/perfmon.h.

◆ setinfo

pfarg_setinfo_t pfm_control_state_t::setinfo[PFMLIB_MAX_PMDS]

Definition at line 71 of file components/perfmon2/perfmon.h.


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