Lines Matching defs:itrace_synth_opts
81 struct itrace_synth_opts { struct
82 bool set;
83 bool inject;
84 bool instructions;
85 bool branches;
86 bool transactions;
87 bool ptwrites;
88 bool pwr_events;
89 bool errors;
90 bool dont_decode;
91 bool log;
92 bool calls;
93 bool returns;
94 bool callchain;
95 bool thread_stack;
96 bool last_branch;
97 unsigned int callchain_sz;
98 unsigned int last_branch_sz;
99 unsigned long long period;
100 enum itrace_period_type period_type;
101 unsigned long initial_skip;
102 unsigned long *cpu_bitmap;