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

#include <evsel.h>

Data Fields

struct list_head node
 
struct perf_event_attr attr
 
charfilter
 
struct xyarrayfd
 
struct xyarraysample_id
 
u64id
 
struct perf_countscounts
 
int idx
 
u32 ids
 
struct hists hists
 
charname
 
struct event_formattp_format
 
union {
   void *   priv
 
   off_t   id_offset
 
}; 
 
struct cgroup_selcgrp
 
struct {
   void *   func
 
   void *   data
 
handler
 
struct cpu_mapcpus
 
unsigned int sample_size
 
bool supported
 
bool needs_swap
 
int exclude_GH
 
struct perf_evselleader
 
chargroup_name
 

Detailed Description

Definition at line 48 of file evsel.h.

Field Documentation

union { ... }

Definition at line 50 of file evsel.h.

Definition at line 65 of file evsel.h.

Definition at line 55 of file evsel.h.

struct cpu_map* cpus

Definition at line 70 of file evsel.h.

Definition at line 68 of file evsel.h.

int exclude_GH

Definition at line 75 of file evsel.h.

Definition at line 52 of file evsel.h.

char* filter

Definition at line 51 of file evsel.h.

void* func

Definition at line 67 of file evsel.h.

char* group_name

Definition at line 77 of file evsel.h.

struct { ... } handler

Definition at line 58 of file evsel.h.

u64* id

Definition at line 54 of file evsel.h.

off_t id_offset

Definition at line 63 of file evsel.h.

u32 ids

Definition at line 57 of file evsel.h.

int idx

Definition at line 56 of file evsel.h.

struct perf_evsel* leader

Definition at line 76 of file evsel.h.

char* name

Definition at line 59 of file evsel.h.

bool needs_swap

Definition at line 73 of file evsel.h.

Definition at line 49 of file evsel.h.

Definition at line 62 of file evsel.h.

struct xyarray* sample_id

Definition at line 53 of file evsel.h.

unsigned int sample_size

Definition at line 71 of file evsel.h.

bool supported

Definition at line 72 of file evsel.h.

struct event_format* tp_format

Definition at line 60 of file evsel.h.


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