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