Searched defs:perf_evlist (Results 1 – 1 of 1) sorted by relevance
27 struct perf_evlist { struct28 struct list_head entries;29 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE];30 int nr_entries;31 int nr_groups;55 struct perf_evlist *perf_evlist__new(void); argument