Lines Matching defs:guest_session
76 struct guest_session { struct
77 char *perf_data_file;
78 u32 machine_pid;
79 u64 time_offset;
80 double time_scale;
81 struct perf_tool tool;
82 struct perf_data data;
83 struct perf_session *session;
84 char *tmp_file_name;
85 int tmp_fd;
86 struct perf_tsc_conversion host_tc;
87 struct perf_tsc_conversion guest_tc;
88 bool copy_kcore_dir;
89 bool have_tc;
90 bool fetched;
91 bool ready;
92 u16 dflt_id_hdr_size;
93 u64 dflt_id;
94 u64 highest_id;
96 struct guest_vcpu *vcpu;
97 size_t vcpu_cnt;
99 struct hlist_head heads[PERF_EVLIST__HLIST_SIZE];
101 struct hlist_head tids[PERF_EVLIST__HLIST_SIZE];
103 struct guest_event ev;
133 struct guest_session guest_session; member