Searched refs:itrace_synth_opts (Results 1 – 15 of 15) sorted by relevance
/linux/tools/perf/ |
A D | builtin-inject.c | 55 struct itrace_synth_opts itrace_synth_opts; member 737 inject->itrace_synth_opts.set = true; in parse_vm_time_correlation() 804 session->itrace_synth_opts = &inject->itrace_synth_opts; in __cmd_inject() 812 } else if (inject->itrace_synth_opts.set) { in __cmd_inject() 813 session->itrace_synth_opts = &inject->itrace_synth_opts; in __cmd_inject() 814 inject->itrace_synth_opts.inject = true; in __cmd_inject() 832 if (!inject->itrace_synth_opts.set) in __cmd_inject() 857 if (inject->itrace_synth_opts.set) { in __cmd_inject() 860 if (inject->itrace_synth_opts.last_branch || in __cmd_inject() 861 inject->itrace_synth_opts.add_last_branch) in __cmd_inject() [all …]
|
A D | builtin-report.c | 353 if (session->itrace_synth_opts->callchain || in report__setup_sample_type() 354 session->itrace_synth_opts->add_callchain || in report__setup_sample_type() 357 !session->itrace_synth_opts->set)) in report__setup_sample_type() 360 if (session->itrace_synth_opts->last_branch || in report__setup_sample_type() 361 session->itrace_synth_opts->add_last_branch) in report__setup_sample_type() 1137 struct itrace_synth_opts itrace_synth_opts = { .set = 0, }; in cmd_report() local 1393 if ((itrace_synth_opts.callchain || itrace_synth_opts.add_callchain) && in cmd_report() 1395 report.max_stack = itrace_synth_opts.callchain_sz; in cmd_report() 1426 session->itrace_synth_opts = &itrace_synth_opts; in cmd_report() 1443 if (itrace_synth_opts.last_branch || itrace_synth_opts.add_last_branch) in cmd_report() [all …]
|
A D | builtin-annotate.c | 489 struct itrace_synth_opts itrace_synth_opts = { in cmd_annotate() local 556 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_annotate() 607 annotate.session->itrace_synth_opts = &itrace_synth_opts; in cmd_annotate()
|
A D | builtin-mem.c | 262 struct itrace_synth_opts itrace_synth_opts = { in report_raw_events() local 279 session->itrace_synth_opts = &itrace_synth_opts; in report_raw_events()
|
A D | builtin-script.c | 3645 struct itrace_synth_opts itrace_synth_opts = { in cmd_script() local 3738 OPT_CALLBACK_OPTARG(0, "insn-trace", &itrace_synth_opts, NULL, NULL, in cmd_script() 3792 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_script() 3875 if ((itrace_synth_opts.callchain || itrace_synth_opts.add_callchain) && in cmd_script() 3876 itrace_synth_opts.callchain_sz > scripting_max_stack) in cmd_script() 3877 scripting_max_stack = itrace_synth_opts.callchain_sz; in cmd_script() 4070 itrace_synth_opts.thread_stack = true; in cmd_script() 4072 session->itrace_synth_opts = &itrace_synth_opts; in cmd_script() 4078 itrace_synth_opts.cpu_bitmap = cpu_bitmap; in cmd_script() 4162 itrace_synth_opts__set_time_range(&itrace_synth_opts, in cmd_script() [all …]
|
A D | builtin-c2c.c | 2714 struct itrace_synth_opts itrace_synth_opts = { in perf_c2c__report() local 2804 session->itrace_synth_opts = &itrace_synth_opts; in perf_c2c__report()
|
/linux/tools/perf/util/ |
A D | auxtrace.h | 112 struct itrace_synth_opts { struct 600 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts, 604 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts, 662 void itrace_synth_opts__set_time_range(struct itrace_synth_opts *opts, in itrace_synth_opts__set_time_range() 671 void itrace_synth_opts__clear_time_range(struct itrace_synth_opts *opts) in itrace_synth_opts__clear_time_range() 737 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts __maybe_unused, in itrace_do_parse_synth_opts() 867 void itrace_synth_opts__set_time_range(struct itrace_synth_opts *opts in itrace_synth_opts__set_time_range() 876 void itrace_synth_opts__clear_time_range(struct itrace_synth_opts *opts in itrace_synth_opts__clear_time_range()
|
A D | session.h | 21 struct itrace_synth_opts; 34 struct itrace_synth_opts *itrace_synth_opts; member
|
A D | intel-bts.c | 57 struct itrace_synth_opts synth_opts; 904 if (session->itrace_synth_opts->set) { in intel_bts_process_auxtrace_info() 905 bts->synth_opts = *session->itrace_synth_opts; in intel_bts_process_auxtrace_info() 908 session->itrace_synth_opts->default_no_sample); in intel_bts_process_auxtrace_info() 910 session->itrace_synth_opts->thread_stack; in intel_bts_process_auxtrace_info()
|
A D | arm-spe.c | 43 struct itrace_synth_opts synth_opts; 1177 if (session->itrace_synth_opts && session->itrace_synth_opts->set) in arm_spe_process_auxtrace_info() 1178 spe->synth_opts = *session->itrace_synth_opts; in arm_spe_process_auxtrace_info()
|
A D | s390-cpumsf.c | 1071 static bool check_auxtrace_itrace(struct itrace_synth_opts *itops) in check_auxtrace_itrace() 1131 if (!check_auxtrace_itrace(session->itrace_synth_opts)) { in s390_cpumsf_process_auxtrace_info() 1135 sf->use_logfile = session->itrace_synth_opts->log; in s390_cpumsf_process_auxtrace_info()
|
A D | auxtrace.c | 108 return !session->itrace_synth_opts || in auxtrace__dont_decode() 109 session->itrace_synth_opts->dont_decode; in auxtrace__dont_decode() 344 unsigned long *cpu_bitmap = session->itrace_synth_opts->cpu_bitmap; in filter_cpu() 1328 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts, in itrace_synth_opts__set_default() 1403 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts, in itrace_do_parse_synth_opts()
|
A D | intel-pt.c | 86 struct itrace_synth_opts synth_opts; 3569 struct itrace_synth_opts *opts) in intel_pt_setup_time_ranges() 3741 if (session->itrace_synth_opts->set) { in intel_pt_process_auxtrace_info() 3742 pt->synth_opts = *session->itrace_synth_opts; in intel_pt_process_auxtrace_info() 3744 struct itrace_synth_opts *opts = session->itrace_synth_opts; in intel_pt_process_auxtrace_info() 3845 if (session->itrace_synth_opts->ptime_range) { in intel_pt_process_auxtrace_info() 3926 err = intel_pt_setup_time_ranges(pt, session->itrace_synth_opts); in intel_pt_process_auxtrace_info()
|
A D | cs-etm.c | 45 struct itrace_synth_opts synth_opts; 3040 if (session->itrace_synth_opts->set) { in cs_etm__process_auxtrace_info() 3041 etm->synth_opts = *session->itrace_synth_opts; in cs_etm__process_auxtrace_info() 3044 session->itrace_synth_opts->default_no_sample); in cs_etm__process_auxtrace_info()
|
/linux/tools/perf/scripts/python/Perf-Trace-Util/ |
A D | Context.c | 122 if (!c->session || !c->session->itrace_synth_opts) in perf_set_itrace_options() 125 if (c->session->itrace_synth_opts->set) { in perf_set_itrace_options() 132 retval = itrace_do_parse_synth_opts(c->session->itrace_synth_opts, itrace_options, 0); in perf_set_itrace_options()
|
Completed in 56 milliseconds