Lines Matching defs:perf_evsel
62 struct perf_evsel { struct
63 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;
72 u32 ids;
73 char *name;
74 double scale;
75 const char *unit;
76 bool snapshot;
77 struct event_format *tp_format;
101 struct perf_evsel *leader; argument
119 void perf_evsel__compute_deltas(struct perf_evsel *evsel, int cpu, argument