Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Devsel.h62 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;
[all …]