Lines Matching defs:perf_evsel
58 struct perf_evsel { struct
59 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;
91 struct perf_evsel *leader; argument
95 #define hists_to_evsel(h) container_of(h, struct perf_evsel, hists) argument