Searched defs:perf_evlist (Results 1 – 1 of 1) sorted by relevance
37 struct perf_evlist { struct38 struct list_head entries;39 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE];40 int nr_entries;41 int nr_groups;42 int nr_mmaps;43 bool overwrite;44 bool enabled;68 struct perf_evlist *perf_evlist__new(void); argument