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

Data Fields

struct perf_event_map *(* event_map )(int)
 
const cache_map_tcache_map
 
int max_events
 
u32(* read_pmc )(int)
 
void(* write_pmc )(int, u64)
 
int upper_shift
 
int lower_shift
 
int event_mask
 
int user_bit
 
int priv_bit
 
int hv_bit
 
int irq_bit
 
int upper_nop
 
int lower_nop
 
unsigned int flags
 
int max_hw_events
 
int num_pcrs
 
int num_pic_regs
 

Detailed Description

Definition at line 155 of file perf_event.c.

Field Documentation

const cache_map_t* cache_map

Definition at line 157 of file perf_event.c.

struct perf_event_map*(* event_map)(int)
read

Definition at line 156 of file perf_event.c.

int event_mask

Definition at line 163 of file perf_event.c.

unsigned int flags

Definition at line 170 of file perf_event.c.

int hv_bit

Definition at line 166 of file perf_event.c.

int irq_bit

Definition at line 167 of file perf_event.c.

int lower_nop

Definition at line 169 of file perf_event.c.

int lower_shift

Definition at line 162 of file perf_event.c.

int max_events

Definition at line 158 of file perf_event.c.

int max_hw_events

Definition at line 173 of file perf_event.c.

int num_pcrs

Definition at line 174 of file perf_event.c.

int num_pic_regs

Definition at line 175 of file perf_event.c.

int priv_bit

Definition at line 165 of file perf_event.c.

u32(* read_pmc)(int)

Definition at line 159 of file perf_event.c.

int upper_nop

Definition at line 168 of file perf_event.c.

int upper_shift

Definition at line 161 of file perf_event.c.

int user_bit

Definition at line 164 of file perf_event.c.

void(* write_pmc)(int, u64)

Definition at line 160 of file perf_event.c.


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