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

#include <perf_event.h>

Data Fields

union {
   unsigned long   idxmsk [BITS_TO_LONGS(X86_PMC_IDX_MAX)]
 
   u64   idxmsk64
 
}; 
 
u64 code
 
u64 cmask
 
int weight
 
int overlap
 

Detailed Description

Definition at line 53 of file perf_event.h.

Field Documentation

union { ... }
u64 cmask

Definition at line 59 of file perf_event.h.

Definition at line 58 of file perf_event.h.

unsigned long idxmsk[BITS_TO_LONGS(X86_PMC_IDX_MAX)]

Definition at line 55 of file perf_event.h.

u64 idxmsk64

Definition at line 56 of file perf_event.h.

int overlap

Definition at line 61 of file perf_event.h.

int weight

Definition at line 60 of file perf_event.h.


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