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