Home
last modified time | relevance | path

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

/tools/perf/util/
Devlist.h72 struct perf_evlist { struct
73 struct list_head entries;
74 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE];
75 int nr_entries;
76 int nr_groups;
77 int nr_mmaps;
78 bool overwrite;
79 bool enabled;
80 bool has_user_cpus;
81 size_t mmap_len;
[all …]
/tools/perf/tests/
Devent-times.c157 static int test_times(int (attach)(struct perf_evlist *), in test_times()
158 int (detach)(struct perf_evlist *)) in test_times()