Searched defs:perf_evsel (Results 1 – 1 of 1) sorted by relevance
47 struct perf_evsel { struct48 struct list_head node;49 struct perf_event_attr attr;50 char *filter;51 struct xyarray *fd;52 struct xyarray *sample_id;76 struct perf_evsel *perf_evsel__new(struct perf_event_attr *attr, int idx); argument