Searched defs:perf_evsel (Results 1 – 1 of 1) sorted by relevance
79 struct perf_evsel { struct80 struct list_head node;81 struct perf_evlist *evlist;82 struct perf_event_attr attr;83 char *filter;84 struct xyarray *fd;85 struct xyarray *sample_id;86 u64 *id;87 struct perf_counts *counts;88 struct perf_counts *prev_raw_counts;[all …]