Searched refs:itrace_synth_opts (Results 1 – 15 of 15) sorted by relevance
| /linux/tools/perf/ |
| A D | builtin-report.c | 373 if (session->itrace_synth_opts->callchain || in report__setup_sample_type() 374 session->itrace_synth_opts->add_callchain || in report__setup_sample_type() 377 !session->itrace_synth_opts->set)) in report__setup_sample_type() 380 if (session->itrace_synth_opts->last_branch || in report__setup_sample_type() 381 session->itrace_synth_opts->add_last_branch) in report__setup_sample_type() 1277 struct itrace_synth_opts itrace_synth_opts = { .set = 0, }; in cmd_report() local 1543 if ((itrace_synth_opts.callchain || itrace_synth_opts.add_callchain) && in cmd_report() 1545 report.max_stack = itrace_synth_opts.callchain_sz; in cmd_report() 1601 session->itrace_synth_opts = &itrace_synth_opts; in cmd_report() 1618 if (itrace_synth_opts.last_branch || itrace_synth_opts.add_last_branch) in cmd_report() [all …]
|
| A D | builtin-inject.c | 130 struct itrace_synth_opts itrace_synth_opts; member 1936 inject->itrace_synth_opts.set = true; in parse_vm_time_correlation() 2179 inject->itrace_synth_opts.set) { in __cmd_inject() 2210 session->itrace_synth_opts = &inject->itrace_synth_opts; in __cmd_inject() 2218 } else if (inject->itrace_synth_opts.set) { in __cmd_inject() 2219 session->itrace_synth_opts = &inject->itrace_synth_opts; in __cmd_inject() 2220 inject->itrace_synth_opts.inject = true; in __cmd_inject() 2279 if (!inject->itrace_synth_opts.set) in __cmd_inject() 2321 if (inject->itrace_synth_opts.set) { in __cmd_inject() 2324 if (inject->itrace_synth_opts.last_branch || in __cmd_inject() [all …]
|
| A D | builtin-mem.c | 262 struct itrace_synth_opts itrace_synth_opts = { in report_raw_events() local 295 session->itrace_synth_opts = &itrace_synth_opts; in report_raw_events()
|
| A D | builtin-annotate.c | 704 struct itrace_synth_opts itrace_synth_opts = { in cmd_annotate() local 778 OPT_CALLBACK_OPTARG(0, "itrace", &itrace_synth_opts, NULL, "opts", in cmd_annotate() 882 annotate.session->itrace_synth_opts = &itrace_synth_opts; in cmd_annotate()
|
| A D | builtin-script.c | 3950 struct itrace_synth_opts itrace_synth_opts = { in cmd_script() local 4022 OPT_CALLBACK_OPTARG(0, "call-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() [all …]
|
| A D | builtin-c2c.c | 2985 struct itrace_synth_opts itrace_synth_opts = { in perf_c2c__report() local 3103 session->itrace_synth_opts = &itrace_synth_opts; in perf_c2c__report()
|
| /linux/tools/perf/util/ |
| A D | auxtrace.h | 121 struct itrace_synth_opts { struct 622 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts, 626 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts, 688 void itrace_synth_opts__set_time_range(struct itrace_synth_opts *opts, in itrace_synth_opts__set_time_range() 697 void itrace_synth_opts__clear_time_range(struct itrace_synth_opts *opts) in itrace_synth_opts__clear_time_range() 763 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts __maybe_unused, in itrace_do_parse_synth_opts() 893 void itrace_synth_opts__set_time_range(struct itrace_synth_opts *opts in itrace_synth_opts__set_time_range() 902 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; 53 struct itrace_synth_opts *itrace_synth_opts; member
|
| A D | intel-bts.c | 57 struct itrace_synth_opts synth_opts; 875 if (session->itrace_synth_opts->set) { in intel_bts_process_auxtrace_info() 876 bts->synth_opts = *session->itrace_synth_opts; in intel_bts_process_auxtrace_info() 879 session->itrace_synth_opts->default_no_sample); in intel_bts_process_auxtrace_info() 881 session->itrace_synth_opts->thread_stack; in intel_bts_process_auxtrace_info()
|
| A D | arm-spe.c | 44 struct itrace_synth_opts synth_opts; 1326 if (session->itrace_synth_opts && session->itrace_synth_opts->set) in arm_spe_process_auxtrace_info() 1327 spe->synth_opts = *session->itrace_synth_opts; in arm_spe_process_auxtrace_info()
|
| A D | s390-cpumsf.c | 1067 static bool check_auxtrace_itrace(struct itrace_synth_opts *itops) in check_auxtrace_itrace() 1127 if (!check_auxtrace_itrace(session->itrace_synth_opts)) { in s390_cpumsf_process_auxtrace_info() 1131 sf->use_logfile = session->itrace_synth_opts->log; in s390_cpumsf_process_auxtrace_info()
|
| A D | auxtrace.c | 111 return !session->itrace_synth_opts || in auxtrace__dont_decode() 112 session->itrace_synth_opts->dont_decode; in auxtrace__dont_decode() 359 unsigned long *cpu_bitmap = session->itrace_synth_opts->cpu_bitmap; in filter_cpu() 1380 void itrace_synth_opts__set_default(struct itrace_synth_opts *synth_opts, in itrace_synth_opts__set_default() 1467 int itrace_do_parse_synth_opts(struct itrace_synth_opts *synth_opts, in itrace_do_parse_synth_opts()
|
| A D | intel-pt.c | 96 struct itrace_synth_opts synth_opts; 4012 struct itrace_synth_opts *opts) in intel_pt_setup_time_ranges() 4189 if (session->itrace_synth_opts->set) { in intel_pt_process_auxtrace_info() 4190 pt->synth_opts = *session->itrace_synth_opts; in intel_pt_process_auxtrace_info() 4192 struct itrace_synth_opts *opts = session->itrace_synth_opts; in intel_pt_process_auxtrace_info() 4300 if (session->itrace_synth_opts->ptime_range) { in intel_pt_process_auxtrace_info() 4377 err = intel_pt_setup_time_ranges(pt, session->itrace_synth_opts); in intel_pt_process_auxtrace_info()
|
| A D | cs-etm.c | 47 struct itrace_synth_opts synth_opts; 3435 if (session->itrace_synth_opts->set) { in cs_etm__process_auxtrace_info_full() 3436 etm->synth_opts = *session->itrace_synth_opts; in cs_etm__process_auxtrace_info_full() 3439 session->itrace_synth_opts->default_no_sample); in cs_etm__process_auxtrace_info_full()
|
| /linux/tools/perf/scripts/python/Perf-Trace-Util/ |
| A D | Context.c | 125 if (!c->session || !c->session->itrace_synth_opts) in perf_set_itrace_options() 128 if (c->session->itrace_synth_opts->set) { in perf_set_itrace_options() 135 retval = itrace_do_parse_synth_opts(c->session->itrace_synth_opts, itrace_options, 0); in perf_set_itrace_options()
|
Completed in 70 milliseconds