Searched defs:perf_evlist (Results 1 – 1 of 1) sorted by relevance
34 struct perf_evlist { struct35 struct list_head entries;36 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE];37 int nr_entries;38 int nr_groups;62 struct perf_evlist *perf_evlist__new(void); argument