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