Searched defs:itrace_synth_opts (Results 1 – 5 of 5) sorted by relevance
72 struct itrace_synth_opts { struct73 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;[all …]
26 struct itrace_synth_opts *itrace_synth_opts; member
637 struct itrace_synth_opts itrace_synth_opts = { .set = 0, }; in cmd_report() local
37 struct itrace_synth_opts itrace_synth_opts; member
1707 struct itrace_synth_opts itrace_synth_opts = { .set = false, }; in cmd_script() local