Lines Matching defs:evlist
51 struct evlist { struct
52 struct perf_evlist core; argument
68 void (*trace_event_sample_raw)(struct evlist *evlist, argument
80 int pos; /* index at evlist core object to check signals */ argument
89 struct evlist *evlist__new(void); argument
102 static inline int evlist__add_default(struct evlist *evlist) in evlist__add_default()
110 #define evlist__add_default_attrs(evlist, array) \ argument
130 #define evlist__set_tracepoints_handlers(evlist, array) \ argument
138 #define perf_evlist__set_sample_bit(evlist, bit) \ argument
141 #define perf_evlist__reset_sample_bit(evlist, bit) \ argument
246 static inline bool perf_evlist__empty(struct evlist *evlist) in perf_evlist__empty()
251 static inline struct evsel *evlist__first(struct evlist *evlist) in evlist__first()
258 static inline struct evsel *evlist__last(struct evlist *evlist) in evlist__last()
285 #define evlist__for_each_entry(evlist, evsel) \ argument
301 #define evlist__for_each_entry_continue(evlist, evsel) \ argument
317 #define evlist__for_each_entry_reverse(evlist, evsel) \ argument
335 #define evlist__for_each_entry_safe(evlist, tmp, evsel) \ argument
338 #define evlist__for_each_cpu(evlist, index, cpu) \ argument