Lines Matching defs:itrace_synth_opts
3819 struct itrace_synth_opts itrace_synth_opts = {
3917 OPT_CALLBACK_OPTARG(0, "insn-trace", &itrace_synth_opts, NULL, NULL,
3921 OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL,
3923 OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL,
3971 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts",
4062 if ((itrace_synth_opts.callchain || itrace_synth_opts.add_callchain) &&
4063 itrace_synth_opts.callchain_sz > scripting_max_stack)
4064 scripting_max_stack = itrace_synth_opts.callchain_sz;
4257 itrace_synth_opts.thread_stack = true;
4259 session->itrace_synth_opts = &itrace_synth_opts;
4265 itrace_synth_opts.cpu_bitmap = cpu_bitmap;
4353 itrace_synth_opts__set_time_range(&itrace_synth_opts,
4371 itrace_synth_opts__clear_time_range(&itrace_synth_opts);