Lines Matching defs:itrace_synth_opts
120 struct itrace_synth_opts { struct
121 bool set;
122 bool default_no_sample;
123 bool inject;
124 bool instructions;
125 bool cycles;
126 bool branches;
127 bool transactions;
128 bool ptwrites;
129 bool pwr_events;
130 bool other_events;
131 bool intr_events;
132 bool errors;
133 bool dont_decode;
134 bool log;
135 bool calls;
136 bool returns;
137 bool callchain;
138 bool add_callchain;
139 bool thread_stack;
140 bool last_branch;
141 bool add_last_branch;
142 bool approx_ipc;
143 bool flc;
144 bool llc;
145 bool tlb;
146 bool remote_access;
147 bool mem;
148 bool timeless_decoding;
149 bool vm_time_correlation;
150 bool vm_tm_corr_dry_run;
151 char *vm_tm_corr_args;
152 unsigned int callchain_sz;
153 unsigned int last_branch_sz;
154 unsigned long long period;
155 enum itrace_period_type period_type;
156 unsigned long initial_skip;
157 unsigned long *cpu_bitmap;
158 struct perf_time_interval *ptime_range;
159 int range_num;
160 unsigned int error_plus_flags;
161 unsigned int error_minus_flags;
162 unsigned int log_plus_flags;
163 unsigned int log_minus_flags;
164 unsigned int quick;
165 unsigned int log_on_error_size;