Lines Matching defs:evlist
51 struct evlist { struct
52 struct perf_evlist core; argument
68 void (*trace_event_sample_raw)(struct evlist *evlist, argument
84 struct evlist *evlist__new(void); argument
97 static inline int perf_evlist__add_default(struct evlist *evlist) in perf_evlist__add_default()
105 #define perf_evlist__add_default_attrs(evlist, array) \ argument
126 #define perf_evlist__set_sample_bit(evlist, bit) \ argument
129 #define perf_evlist__reset_sample_bit(evlist, bit) \ argument
232 static inline bool perf_evlist__empty(struct evlist *evlist) in perf_evlist__empty()
237 static inline struct evsel *evlist__first(struct evlist *evlist) in evlist__first()
244 static inline struct evsel *evlist__last(struct evlist *evlist) in evlist__last()
271 #define evlist__for_each_entry(evlist, evsel) \ argument
287 #define evlist__for_each_entry_continue(evlist, evsel) \ argument
303 #define evlist__for_each_entry_reverse(evlist, evsel) \ argument
321 #define evlist__for_each_entry_safe(evlist, tmp, evsel) \ argument