Lines Matching defs:itrace_synth_opts
72 struct itrace_synth_opts { struct
73 bool set;
74 bool inject;
75 bool instructions;
76 bool branches;
77 bool transactions;
78 bool errors;
79 bool dont_decode;
80 bool log;
81 bool calls;
82 bool returns;
83 bool callchain;
84 bool last_branch;
85 unsigned int callchain_sz;
86 unsigned int last_branch_sz;
87 unsigned long long period;
88 enum itrace_period_type period_type;