Lines Matching defs:itrace_synth_opts
3439 struct itrace_synth_opts itrace_synth_opts = {
3519 OPT_CALLBACK_OPTARG(0, "insn-trace", &itrace_synth_opts, NULL, NULL,
3523 OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL,
3525 OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL,
3573 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
3653 if ((itrace_synth_opts.callchain || itrace_synth_opts.add_callchain) &&
3654 itrace_synth_opts.callchain_sz > scripting_max_stack)
3655 scripting_max_stack = itrace_synth_opts.callchain_sz;
3836 itrace_synth_opts.thread_stack = true;
3838 session->itrace_synth_opts = &itrace_synth_opts;
3844 itrace_synth_opts.cpu_bitmap = cpu_bitmap;
3924 itrace_synth_opts__set_time_range(&itrace_synth_opts,
3942 itrace_synth_opts__clear_time_range(&itrace_synth_opts);