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

Data Fields

int(* acquire_event )(struct perf_evsel *evsel, struct perf_sample *sample)
 
int(* acquired_event )(struct perf_evsel *evsel, struct perf_sample *sample)
 
int(* contended_event )(struct perf_evsel *evsel, struct perf_sample *sample)
 
int(* release_event )(struct perf_evsel *evsel, struct perf_sample *sample)
 

Detailed Description

Definition at line 340 of file builtin-lock.c.

Field Documentation

int(* acquire_event)(struct perf_evsel *evsel, struct perf_sample *sample)

Definition at line 341 of file builtin-lock.c.

int(* acquired_event)(struct perf_evsel *evsel, struct perf_sample *sample)

Definition at line 344 of file builtin-lock.c.

int(* contended_event)(struct perf_evsel *evsel, struct perf_sample *sample)

Definition at line 347 of file builtin-lock.c.

int(* release_event)(struct perf_evsel *evsel, struct perf_sample *sample)

Definition at line 350 of file builtin-lock.c.


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