Searched defs:perf_evlist (Results 1 – 1 of 1) sorted by relevance
19 struct perf_evlist { struct20 struct list_head entries;21 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE];22 int nr_entries;46 struct perf_evlist *perf_evlist__new(struct cpu_map *cpus, argument