Lines Matching refs:itrace_synth_opts
320 if (session->itrace_synth_opts->callchain || in report__setup_sample_type()
323 !session->itrace_synth_opts->set)) in report__setup_sample_type()
326 if (session->itrace_synth_opts->last_branch) in report__setup_sample_type()
813 session->itrace_synth_opts->cpu_bitmap = rep->cpu_bitmap; in __cmd_report()
953 struct itrace_synth_opts itrace_synth_opts = { .set = 0, }; in cmd_report() local
1108 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_report()
1179 if (itrace_synth_opts.callchain && in cmd_report()
1180 (int)itrace_synth_opts.callchain_sz > report.max_stack) in cmd_report()
1181 report.max_stack = itrace_synth_opts.callchain_sz; in cmd_report()
1203 session->itrace_synth_opts = &itrace_synth_opts; in cmd_report()
1212 if (itrace_synth_opts.last_branch) in cmd_report()