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

#include <perf_event.h>

Data Fields

struct {
   u64   lbr_format:6
 
   u64   pebs_trap:1
 
   u64   pebs_arch_reg:1
 
   u64   pebs_format:4
 
   u64   smm_freeze:1
 
}; 
 
u64 capabilities
 

Detailed Description

Definition at line 271 of file perf_event.h.

Field Documentation

struct { ... }

Definition at line 279 of file perf_event.h.

u64 lbr_format

Definition at line 273 of file perf_event.h.

u64 pebs_arch_reg

Definition at line 275 of file perf_event.h.

u64 pebs_format

Definition at line 276 of file perf_event.h.

u64 pebs_trap

Definition at line 274 of file perf_event.h.

u64 smm_freeze

Definition at line 277 of file perf_event.h.


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