Lines Matching defs:itrace_synth_opts
371 if (session->itrace_synth_opts->callchain ||
372 session->itrace_synth_opts->add_callchain ||
375 !session->itrace_synth_opts->set))
378 if (session->itrace_synth_opts->last_branch ||
379 session->itrace_synth_opts->add_last_branch)
971 session->itrace_synth_opts->cpu_bitmap = rep->cpu_bitmap;
1189 struct itrace_synth_opts itrace_synth_opts = { .set = 0, };
1367 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
1471 if ((itrace_synth_opts.callchain || itrace_synth_opts.add_callchain) &&
1472 (int)itrace_synth_opts.callchain_sz > report.max_stack)
1473 report.max_stack = itrace_synth_opts.callchain_sz;
1504 session->itrace_synth_opts = &itrace_synth_opts;
1521 if (itrace_synth_opts.last_branch || itrace_synth_opts.add_last_branch)
1694 itrace_synth_opts__set_time_range(&itrace_synth_opts,
1721 itrace_synth_opts__clear_time_range(&itrace_synth_opts);