Linux Kernel
3.7.1
|
Data Fields | |
const int * | event_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) |
Definition at line 60 of file perf_event.c.
int(* check_constraints)(struct perf_event **, unsigned long *, int) |
Definition at line 85 of file perf_event.c.
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.