Lines Matching refs:itrace_synth_opts
3950 struct itrace_synth_opts itrace_synth_opts = { in cmd_script() local
4018 OPT_CALLBACK_OPTARG(0, "insn-trace", &itrace_synth_opts, NULL, "raw|disasm", in cmd_script()
4022 OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL, in cmd_script()
4024 OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL, in cmd_script()
4072 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_script()
4163 if ((itrace_synth_opts.callchain || itrace_synth_opts.add_callchain) && in cmd_script()
4164 itrace_synth_opts.callchain_sz > scripting_max_stack) in cmd_script()
4165 scripting_max_stack = itrace_synth_opts.callchain_sz; in cmd_script()
4386 itrace_synth_opts.thread_stack = true; in cmd_script()
4388 session->itrace_synth_opts = &itrace_synth_opts; in cmd_script()
4394 itrace_synth_opts.cpu_bitmap = cpu_bitmap; in cmd_script()
4482 itrace_synth_opts__set_time_range(&itrace_synth_opts, in cmd_script()
4503 itrace_synth_opts__clear_time_range(&itrace_synth_opts); in cmd_script()