Searched defs:perf_evlist (Results 1 – 2 of 2) sorted by relevance
72 struct perf_evlist { struct73 struct list_head entries;74 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE];75 int nr_entries;76 int nr_groups;77 int nr_mmaps;78 bool overwrite;79 bool enabled;80 bool has_user_cpus;81 size_t mmap_len;[all …]
157 static int test_times(int (attach)(struct perf_evlist *), in test_times()158 int (detach)(struct perf_evlist *)) in test_times()