Lines Matching defs:perf_evsel
90 struct perf_evsel { struct
91 struct list_head node;
92 struct perf_evlist *evlist;
93 struct perf_event_attr attr;
94 char *filter;
95 struct xyarray *fd;
96 struct xyarray *sample_id;
97 u64 *id;
98 struct perf_counts *counts;
99 struct perf_counts *prev_raw_counts;
100 int idx;
101 u32 ids;
102 char *name;
103 double scale;
104 const char *unit;
105 struct event_format *tp_format;
106 off_t id_offset;
107 struct perf_stat_evsel *stats;
108 void *priv;
109 u64 db_id;
110 struct cgroup *cgrp;
111 void *handler;
112 struct cpu_map *cpus;
136 struct perf_evsel *leader; argument
145 struct perf_evsel **metric_events; argument
146 bool collect_stat;
147 bool weak_group;
148 const char *pmu_name;