Searched defs:itrace_synth_opts (Results 1 – 5 of 5) sorted by relevance
81 struct itrace_synth_opts { struct82 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;[all …]
27 struct itrace_synth_opts *itrace_synth_opts; member
43 struct itrace_synth_opts itrace_synth_opts; member
953 struct itrace_synth_opts itrace_synth_opts = { .set = 0, }; in cmd_report() local
3084 struct itrace_synth_opts itrace_synth_opts = { .set = false, }; in cmd_script() local