Searched defs:perf_evlist (Results 1 – 3 of 3) 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;32 int nr_mmaps;33 bool enabled;34 bool has_user_cpus;35 size_t mmap_len;36 int id_pos;[all …]
97 static struct perf_evsel *find_evsel(struct perf_evlist *perf_evlist, in find_evsel()128 struct perf_evlist *perf_evlist, in metricgroup__setup_events()469 struct perf_evlist *perf_evlist = *(struct perf_evlist **)opt->value; in metricgroup__parse_groups() local
161 static int test_times(int (attach)(struct perf_evlist *), in test_times()162 int (detach)(struct perf_evlist *)) in test_times()