Lines Matching defs:evlist
51 struct evlist { struct
52 struct perf_evlist core; argument
67 void (*trace_event_sample_raw)(struct evlist *evlist, argument
79 int pos; /* index at evlist core object to check signals */ argument
88 struct evlist *evlist__new(void); argument
101 static inline int evlist__add_default(struct evlist *evlist) in evlist__add_default()
109 #define evlist__add_default_attrs(evlist, array) \ argument
128 #define evlist__set_tracepoints_handlers(evlist, array) \ argument
221 static inline bool evlist__empty(struct evlist *evlist) in evlist__empty()
226 static inline struct evsel *evlist__first(struct evlist *evlist) in evlist__first()
233 static inline struct evsel *evlist__last(struct evlist *evlist) in evlist__last()
259 #define evlist__for_each_entry(evlist, evsel) \ argument
275 #define evlist__for_each_entry_continue(evlist, evsel) \ argument
291 #define evlist__for_each_entry_from(evlist, evsel) \ argument
307 #define evlist__for_each_entry_reverse(evlist, evsel) \ argument
325 #define evlist__for_each_entry_safe(evlist, tmp, evsel) \ argument
328 #define evlist__for_each_cpu(evlist, index, cpu) \ argument