itrace_synth_opts 47 tools/perf/builtin-inject.c struct itrace_synth_opts itrace_synth_opts; itrace_synth_opts 644 tools/perf/builtin-inject.c inject->itrace_synth_opts.set) { itrace_synth_opts 671 tools/perf/builtin-inject.c } else if (inject->itrace_synth_opts.set) { itrace_synth_opts 672 tools/perf/builtin-inject.c session->itrace_synth_opts = &inject->itrace_synth_opts; itrace_synth_opts 673 tools/perf/builtin-inject.c inject->itrace_synth_opts.inject = true; itrace_synth_opts 690 tools/perf/builtin-inject.c if (!inject->itrace_synth_opts.set) itrace_synth_opts 709 tools/perf/builtin-inject.c inject->have_auxtrace && !inject->itrace_synth_opts.set) itrace_synth_opts 716 tools/perf/builtin-inject.c if (inject->itrace_synth_opts.set) { itrace_synth_opts 721 tools/perf/builtin-inject.c if (inject->itrace_synth_opts.last_branch) itrace_synth_opts 802 tools/perf/builtin-inject.c OPT_CALLBACK_OPTARG(0, "itrace", &inject.itrace_synth_opts, itrace_synth_opts 825 tools/perf/builtin-inject.c if (inject.strip && !inject.itrace_synth_opts.set) { itrace_synth_opts 335 tools/perf/builtin-report.c if (session->itrace_synth_opts->callchain || itrace_synth_opts 338 tools/perf/builtin-report.c !session->itrace_synth_opts->set)) itrace_synth_opts 341 tools/perf/builtin-report.c if (session->itrace_synth_opts->last_branch) itrace_synth_opts 853 tools/perf/builtin-report.c session->itrace_synth_opts->cpu_bitmap = rep->cpu_bitmap; itrace_synth_opts 1029 tools/perf/builtin-report.c struct itrace_synth_opts itrace_synth_opts = { .set = 0, }; itrace_synth_opts 1186 tools/perf/builtin-report.c OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", itrace_synth_opts 1263 tools/perf/builtin-report.c if (itrace_synth_opts.callchain && itrace_synth_opts 1264 tools/perf/builtin-report.c (int)itrace_synth_opts.callchain_sz > report.max_stack) itrace_synth_opts 1265 tools/perf/builtin-report.c report.max_stack = itrace_synth_opts.callchain_sz; itrace_synth_opts 1294 tools/perf/builtin-report.c session->itrace_synth_opts = &itrace_synth_opts; itrace_synth_opts 1305 tools/perf/builtin-report.c if (itrace_synth_opts.last_branch) itrace_synth_opts 1460 tools/perf/builtin-report.c itrace_synth_opts__set_time_range(&itrace_synth_opts, itrace_synth_opts 1486 tools/perf/builtin-report.c itrace_synth_opts__clear_time_range(&itrace_synth_opts); itrace_synth_opts 3409 tools/perf/builtin-script.c struct itrace_synth_opts itrace_synth_opts = { itrace_synth_opts 3488 tools/perf/builtin-script.c OPT_CALLBACK_OPTARG(0, "insn-trace", &itrace_synth_opts, NULL, NULL, itrace_synth_opts 3492 tools/perf/builtin-script.c OPT_CALLBACK_OPTARG(0, "call-trace", &itrace_synth_opts, NULL, NULL, itrace_synth_opts 3494 tools/perf/builtin-script.c OPT_CALLBACK_OPTARG(0, "call-ret-trace", &itrace_synth_opts, NULL, NULL, itrace_synth_opts 3537 tools/perf/builtin-script.c OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", itrace_synth_opts 3608 tools/perf/builtin-script.c if (itrace_synth_opts.callchain && itrace_synth_opts 3609 tools/perf/builtin-script.c itrace_synth_opts.callchain_sz > scripting_max_stack) itrace_synth_opts 3610 tools/perf/builtin-script.c scripting_max_stack = itrace_synth_opts.callchain_sz; itrace_synth_opts 3787 tools/perf/builtin-script.c itrace_synth_opts.thread_stack = true; itrace_synth_opts 3789 tools/perf/builtin-script.c session->itrace_synth_opts = &itrace_synth_opts; itrace_synth_opts 3795 tools/perf/builtin-script.c itrace_synth_opts.cpu_bitmap = cpu_bitmap; itrace_synth_opts 3875 tools/perf/builtin-script.c itrace_synth_opts__set_time_range(&itrace_synth_opts, itrace_synth_opts 3890 tools/perf/builtin-script.c itrace_synth_opts__clear_time_range(&itrace_synth_opts); itrace_synth_opts 62 tools/perf/util/auxtrace.c return !session->itrace_synth_opts || itrace_synth_opts 63 tools/perf/util/auxtrace.c session->itrace_synth_opts->dont_decode; itrace_synth_opts 307 tools/perf/util/auxtrace.c unsigned long *cpu_bitmap = session->itrace_synth_opts->cpu_bitmap; itrace_synth_opts 973 tools/perf/util/auxtrace.c void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts, itrace_synth_opts 1004 tools/perf/util/auxtrace.c struct itrace_synth_opts *synth_opts = opt->value; itrace_synth_opts 536 tools/perf/util/auxtrace.h void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts, itrace_synth_opts 573 tools/perf/util/auxtrace.h void itrace_synth_opts__set_time_range(struct itrace_synth_opts *opts, itrace_synth_opts 582 tools/perf/util/auxtrace.h void itrace_synth_opts__clear_time_range(struct itrace_synth_opts *opts) itrace_synth_opts 723 tools/perf/util/auxtrace.h void itrace_synth_opts__set_time_range(struct itrace_synth_opts *opts itrace_synth_opts 732 tools/perf/util/auxtrace.h void itrace_synth_opts__clear_time_range(struct itrace_synth_opts *opts itrace_synth_opts 46 tools/perf/util/cs-etm.c struct itrace_synth_opts synth_opts; itrace_synth_opts 2582 tools/perf/util/cs-etm.c if (session->itrace_synth_opts->set) { itrace_synth_opts 2583 tools/perf/util/cs-etm.c etm->synth_opts = *session->itrace_synth_opts; itrace_synth_opts 2586 tools/perf/util/cs-etm.c session->itrace_synth_opts->default_no_sample); itrace_synth_opts 57 tools/perf/util/intel-bts.c struct itrace_synth_opts synth_opts; itrace_synth_opts 894 tools/perf/util/intel-bts.c if (session->itrace_synth_opts->set) { itrace_synth_opts 895 tools/perf/util/intel-bts.c bts->synth_opts = *session->itrace_synth_opts; itrace_synth_opts 898 tools/perf/util/intel-bts.c session->itrace_synth_opts->default_no_sample); itrace_synth_opts 900 tools/perf/util/intel-bts.c session->itrace_synth_opts->thread_stack; itrace_synth_opts 80 tools/perf/util/intel-pt.c struct itrace_synth_opts synth_opts; itrace_synth_opts 2991 tools/perf/util/intel-pt.c struct itrace_synth_opts *opts) itrace_synth_opts 3230 tools/perf/util/intel-pt.c if (session->itrace_synth_opts->set) { itrace_synth_opts 3231 tools/perf/util/intel-pt.c pt->synth_opts = *session->itrace_synth_opts; itrace_synth_opts 3234 tools/perf/util/intel-pt.c session->itrace_synth_opts->default_no_sample); itrace_synth_opts 3235 tools/perf/util/intel-pt.c if (!session->itrace_synth_opts->default_no_sample && itrace_synth_opts 3236 tools/perf/util/intel-pt.c !session->itrace_synth_opts->inject) { itrace_synth_opts 3241 tools/perf/util/intel-pt.c session->itrace_synth_opts->thread_stack; itrace_synth_opts 3260 tools/perf/util/intel-pt.c err = intel_pt_setup_time_ranges(pt, session->itrace_synth_opts); itrace_synth_opts 1063 tools/perf/util/s390-cpumsf.c static bool check_auxtrace_itrace(struct itrace_synth_opts *itops) itrace_synth_opts 1122 tools/perf/util/s390-cpumsf.c if (!check_auxtrace_itrace(session->itrace_synth_opts)) { itrace_synth_opts 1126 tools/perf/util/s390-cpumsf.c sf->use_logfile = session->itrace_synth_opts->log; itrace_synth_opts 21 tools/perf/util/session.h struct itrace_synth_opts; itrace_synth_opts 28 tools/perf/util/session.h struct itrace_synth_opts *itrace_synth_opts;