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