Home
last modified time | relevance | path

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

/tools/perf/util/
Devsel.h49 struct perf_evsel { struct
50 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; argument
83 #define hists_to_evsel(h) container_of(h, struct perf_evsel, hists) argument