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