Linux Kernel
3.7.1
|
#include <evsel.h>
Data Fields | |
struct list_head | node |
struct perf_event_attr | attr |
char * | filter |
struct xyarray * | fd |
struct xyarray * | sample_id |
u64 * | id |
struct perf_counts * | counts |
int | idx |
u32 | ids |
struct hists | hists |
char * | name |
struct event_format * | tp_format |
union { | |
void * priv | |
off_t id_offset | |
}; | |
struct cgroup_sel * | cgrp |
struct { | |
void * func | |
void * data | |
} | handler |
struct cpu_map * | cpus |
unsigned int | sample_size |
bool | supported |
bool | needs_swap |
int | exclude_GH |
struct perf_evsel * | leader |
char * | group_name |
union { ... } |
struct perf_event_attr attr |
struct cgroup_sel* cgrp |
struct perf_counts* counts |
struct { ... } handler |
struct perf_evsel* leader |
struct event_format* tp_format |