Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dsession.h35 struct perf_session { struct
36 struct perf_header header;
37 unsigned long size;
38 unsigned long mmap_window;
39 struct rb_root threads;
40 struct list_head dead_threads;
41 struct thread *last_match;
42 struct machine host_machine;
43 struct rb_root machines;
44 struct perf_evlist *evlist;
[all …]