Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
alpha_pmu_t Struct Reference

Data Fields

const intevent_map
 
int max_events
 
int num_pmcs
 
int pmc_count_shift [MAX_HWEVENTS]
 
unsigned long pmc_count_mask [MAX_HWEVENTS]
 
unsigned long pmc_max_period [MAX_HWEVENTS]
 
long pmc_left [3]
 
int(* check_constraints )(struct perf_event **, unsigned long *, int)
 

Detailed Description

Definition at line 60 of file perf_event.c.

Field Documentation

int(* check_constraints)(struct perf_event **, unsigned long *, int)

Definition at line 85 of file perf_event.c.

const int* event_map

Definition at line 62 of file perf_event.c.

int max_events

Definition at line 64 of file perf_event.c.

int num_pmcs

Definition at line 66 of file perf_event.c.

unsigned long pmc_count_mask[MAX_HWEVENTS]

Definition at line 76 of file perf_event.c.

int pmc_count_shift[MAX_HWEVENTS]

Definition at line 71 of file perf_event.c.

long pmc_left[3]

Definition at line 83 of file perf_event.c.

unsigned long pmc_max_period[MAX_HWEVENTS]

Definition at line 78 of file perf_event.c.


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