Searched defs:perf_evsel (Results 1 – 1 of 1) sorted by relevance
49 struct perf_evsel { struct50 struct list_head node;51 struct perf_event_attr attr;52 char *filter;53 struct xyarray *fd;54 struct xyarray *sample_id;55 u64 *id;79 struct perf_evsel *leader; argument83 #define hists_to_evsel(h) container_of(h, struct perf_evsel, hists) argument