Lines Matching defs:perf_evsel
79 struct perf_evsel { struct
80 struct list_head node;
81 struct perf_evlist *evlist;
82 struct perf_event_attr attr;
83 char *filter;
84 struct xyarray *fd;
85 struct xyarray *sample_id;
86 u64 *id;
87 struct perf_counts *counts;
88 struct perf_counts *prev_raw_counts;
89 int idx;
90 u32 ids;
91 char *name;
92 double scale;
93 const char *unit;
94 struct event_format *tp_format;
95 off_t id_offset;
96 union {
122 struct perf_evsel *leader; argument
139 static inline struct cpu_map *perf_evsel__cpus(struct perf_evsel *evsel) in perf_evsel__cpus() argument