Searched defs:perf_evsel (Results 1 – 1 of 1) sorted by relevance
58 struct perf_evsel { struct59 struct list_head node;60 struct perf_event_attr attr;61 char *filter;62 struct xyarray *fd;63 struct xyarray *sample_id;64 u64 *id;65 struct perf_counts *counts;66 struct perf_counts *prev_raw_counts;67 int idx;[all …]