Lines Matching defs:itrace_synth_opts
345 if (session->itrace_synth_opts->callchain ||
346 session->itrace_synth_opts->add_callchain ||
349 !session->itrace_synth_opts->set))
352 if (session->itrace_synth_opts->last_branch ||
353 session->itrace_synth_opts->add_last_branch)
906 session->itrace_synth_opts->cpu_bitmap = rep->cpu_bitmap;
1120 struct itrace_synth_opts itrace_synth_opts = { .set = 0, };
1289 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
1380 if ((itrace_synth_opts.callchain || itrace_synth_opts.add_callchain) &&
1381 (int)itrace_synth_opts.callchain_sz > report.max_stack)
1382 report.max_stack = itrace_synth_opts.callchain_sz;
1413 session->itrace_synth_opts = &itrace_synth_opts;
1430 if (itrace_synth_opts.last_branch || itrace_synth_opts.add_last_branch)
1593 itrace_synth_opts__set_time_range(&itrace_synth_opts,
1619 itrace_synth_opts__clear_time_range(&itrace_synth_opts);