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