Searched defs:perf_evsel (Results 1 – 1 of 1) sorted by relevance
90 struct perf_evsel { struct91 struct list_head node;92 struct perf_evlist *evlist;93 struct perf_event_attr attr;94 char *filter;95 struct xyarray *fd;96 struct xyarray *sample_id;97 u64 *id;98 struct perf_counts *counts;99 struct perf_counts *prev_raw_counts;[all …]