Home
last modified time | relevance | path

Searched defs:perf_evsel (Results 1 – 1 of 1) sorted by relevance

/linux-3.3/tools/perf/util/
Devsel.h47 struct perf_evsel { struct
48 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