Lines Matching refs:itrace_synth_opts
4049 struct itrace_synth_opts itrace_synth_opts = {
4115 OPT_CALLBACK_OPTARG(0, "insn-trace", &itrace_synth_opts, NULL, "raw|disasm",
4119 OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL,
4121 OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL,
4169 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
4266 if ((itrace_synth_opts.callchain || itrace_synth_opts.add_callchain) &&
4267 itrace_synth_opts.callchain_sz > scripting_max_stack)
4268 scripting_max_stack = itrace_synth_opts.callchain_sz;
4481 itrace_synth_opts.thread_stack = true;
4483 session->itrace_synth_opts = &itrace_synth_opts;
4489 itrace_synth_opts.cpu_bitmap = cpu_bitmap;
4593 itrace_synth_opts__set_time_range(&itrace_synth_opts,
4614 itrace_synth_opts__clear_time_range(&itrace_synth_opts);