Lines Matching refs:itrace_synth_opts
373 if (session->itrace_synth_opts->callchain || in report__setup_sample_type()
374 session->itrace_synth_opts->add_callchain || in report__setup_sample_type()
377 !session->itrace_synth_opts->set)) in report__setup_sample_type()
380 if (session->itrace_synth_opts->last_branch || in report__setup_sample_type()
381 session->itrace_synth_opts->add_last_branch) in report__setup_sample_type()
1057 session->itrace_synth_opts->cpu_bitmap = rep->cpu_bitmap; in __cmd_report()
1277 struct itrace_synth_opts itrace_synth_opts = { .set = 0, }; in cmd_report() local
1431 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_report()
1543 if ((itrace_synth_opts.callchain || itrace_synth_opts.add_callchain) && in cmd_report()
1544 (int)itrace_synth_opts.callchain_sz > report.max_stack) in cmd_report()
1545 report.max_stack = itrace_synth_opts.callchain_sz; in cmd_report()
1601 session->itrace_synth_opts = &itrace_synth_opts; in cmd_report()
1618 if (itrace_synth_opts.last_branch || itrace_synth_opts.add_last_branch) in cmd_report()
1806 itrace_synth_opts__set_time_range(&itrace_synth_opts, in cmd_report()
1835 itrace_synth_opts__clear_time_range(&itrace_synth_opts); in cmd_report()